SAP I_OI_CONTAINER_CONTROL OO Class - Document Container Control Interface









I_OI_CONTAINER_CONTROL is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class I_OI_CONTAINER_CONTROL including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of I_OI_CONTAINER_CONTROL SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CHECK_REGISTERED_DOC_TYPESChecks Whether the Required Applications ExistPublic
CALL METHOD i_oi_container_control=>CHECK_REGISTERED_DOC_TYPES...more details

DESTROY_CONTROLDestroys ControlPublic
CALL METHOD i_oi_container_control=>DESTROY_CONTROL...more details

GET_CONTROL_HANDLEObsolete: Use GET_CONTROL_OBJECT InsteadPublic
CALL METHOD i_oi_container_control=>GET_CONTROL_HANDLE...more details

GET_CONTROL_OBJECTReturns a Reference to the Control ObjectPublic
CALL METHOD i_oi_container_control=>GET_CONTROL_OBJECT...more details

GET_DOCUMENT_PROXYCreates an Instance for Document ManagementPublic
CALL METHOD i_oi_container_control=>GET_DOCUMENT_PROXY...more details

GET_EXTENSIONSGet Extensions for ProgID from RegistryPublic
CALL METHOD i_oi_container_control=>GET_EXTENSIONS...more details

GET_LINK_SERVERCreates an Instance for the Link ServerPublic
CALL METHOD i_oi_container_control=>GET_LINK_SERVER...more details

GET_REGISTERED_DOC_TYPESReturns a List of All Existing ApplicationsPublic
CALL METHOD i_oi_container_control=>GET_REGISTERED_DOC_TYPES...more details

GET_TABLE_COLLECTIONReturns an Instance for Managing the Table CollectionPublic
CALL METHOD i_oi_container_control=>GET_TABLE_COLLECTION...more details

INIT_CONTROLCreates and Initializes the ControlPublic
CALL METHOD i_oi_container_control=>INIT_CONTROL...more details

LINK_CONTROLObsolete: Link Using Container ObjectsPublic
CALL METHOD i_oi_container_control=>LINK_CONTROL...more details

RELEASE_ALL_DOCUMENTSReleases all Frontend Resources for All DocumentsPublic
CALL METHOD i_oi_container_control=>RELEASE_ALL_DOCUMENTS...more details

SET_FOCUSSets Focus to the ControlPublic
CALL METHOD i_oi_container_control=>SET_FOCUS...more details

SET_INPLACE_BORDER_SPACEObsoletePublic
CALL METHOD i_oi_container_control=>SET_INPLACE_BORDER_SPACE...more details

SET_WINDOW_PROPERTIESObsolete: Use Container Methods InsteadPublic
CALL METHOD i_oi_container_control=>SET_WINDOW_PROPERTIES...more details



I_OI_CONTAINER_CONTROL attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
DOCUMENT_FORMAT_COMPOUNDConstantCompound Document Format'OLE'LIKE
CHAR3
Public
DOCUMENT_FORMAT_NATIVEConstantApplication-Specific Format'NATIVE'LIKE
CHAR6
Public
DOCUMENT_FORMAT_RTFConstantRich Text Format'RTF'LIKE
CHAR3
Public
DOCUMENT_FORMAT_TEXTConstantText Format'TEXT'LIKE
CHAR4
Public
INPLACE_MODE_ENABLEDInstance AttributeLIKE
Private
INPLACE_MODE_NOTOOLSInstance AttributeLIKE
Private
INPLACE_MODE_RESIZEInstance AttributeLIKE
Private
INPLACE_MODE_SCROLLInstance AttributeLIKE
Private


Links to Related Class(s)

I_OI_CON...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!