SAP IF_UPWB_C_TAB_CONTAINER OO Class - IF_UPWB_C_TAB_CONTAINER









IF_UPWB_C_TAB_CONTAINER 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 IF_UPWB_C_TAB_CONTAINER 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 IF_UPWB_C_TAB_CONTAINER 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
ADD_CHILDPrivate
CALL METHOD if_upwb_c_tab_container=>ADD_CHILD...more details

GET_APPLICATIONPrivate
CALL METHOD if_upwb_c_tab_container=>GET_APPLICATION...more details

GET_CHILDRENPrivate
CALL METHOD if_upwb_c_tab_container=>GET_CHILDREN...more details

GET_CHILDREN_COUNTPrivate
CALL METHOD if_upwb_c_tab_container=>GET_CHILDREN_COUNT...more details

GET_CHILD_NUMBERPrivate
CALL METHOD if_upwb_c_tab_container=>GET_CHILD_NUMBER...more details

GET_CLASSPrivate
CALL METHOD if_upwb_c_tab_container=>GET_CLASS...more details

GET_COLUMNSPrivate
CALL METHOD if_upwb_c_tab_container=>GET_COLUMNS...more details

GET_COMPONENTPrivate
CALL METHOD if_upwb_c_tab_container=>GET_COMPONENT...more details

GET_CSS_CLASSPrivate
CALL METHOD if_upwb_c_tab_container=>GET_CSS_CLASS...more details

GET_IDPrivate
CALL METHOD if_upwb_c_tab_container=>GET_ID...more details

GET_LABELPrivate
CALL METHOD if_upwb_c_tab_container=>GET_LABEL...more details

GET_LOAD_ON_REQUESTGET_LOAD_ON_REQUESTPublic
CALL METHOD if_upwb_c_tab_container=>GET_LOAD_ON_REQUEST...more details

GET_PARENTPrivate
CALL METHOD if_upwb_c_tab_container=>GET_PARENT...more details

GET_ROWSPrivate
CALL METHOD if_upwb_c_tab_container=>GET_ROWS...more details

GET_SPACINGPrivate
CALL METHOD if_upwb_c_tab_container=>GET_SPACING...more details

GET_TABLE_CSS_CLASSPrivate
CALL METHOD if_upwb_c_tab_container=>GET_TABLE_CSS_CLASS...more details

GET_TITLEPrivate
CALL METHOD if_upwb_c_tab_container=>GET_TITLE...more details

GET_USE_GRIDPrivate
CALL METHOD if_upwb_c_tab_container=>GET_USE_GRID...more details

GET_VERTICALPrivate
CALL METHOD if_upwb_c_tab_container=>GET_VERTICAL...more details

GET_VISUALPrivate
CALL METHOD if_upwb_c_tab_container=>GET_VISUAL...more details

REMOVEPrivate
CALL METHOD if_upwb_c_tab_container=>REMOVE...more details

SET_COLUMNSPrivate
CALL METHOD if_upwb_c_tab_container=>SET_COLUMNS...more details

SET_CSS_CLASSPrivate
CALL METHOD if_upwb_c_tab_container=>SET_CSS_CLASS...more details

SET_LABELPrivate
CALL METHOD if_upwb_c_tab_container=>SET_LABEL...more details

SET_LOAD_ON_REQUESTSET_LOAD_ON_REQUESTPublic
CALL METHOD if_upwb_c_tab_container=>SET_LOAD_ON_REQUEST...more details

SET_ROWSPrivate
CALL METHOD if_upwb_c_tab_container=>SET_ROWS...more details

SET_SPACINGPrivate
CALL METHOD if_upwb_c_tab_container=>SET_SPACING...more details

SET_TABLE_CSS_CLASSPrivate
CALL METHOD if_upwb_c_tab_container=>SET_TABLE_CSS_CLASS...more details

SET_TITLEPrivate
CALL METHOD if_upwb_c_tab_container=>SET_TITLE...more details

SET_USE_GRIDPrivate
CALL METHOD if_upwb_c_tab_container=>SET_USE_GRID...more details

SET_VERTICALPrivate
CALL METHOD if_upwb_c_tab_container=>SET_VERTICAL...more details

SET_VISUALPrivate
CALL METHOD if_upwb_c_tab_container=>SET_VISUAL...more details



IF_UPWB_C_TAB_CONTAINER 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
CB_FALSEInstance AttributeLIKE
Private
CB_TRUEInstance AttributeLIKE
Private
CS_APPLICATIONInstance AttributeLIKE
Private
CS_BUT_EXITInstance AttributeLIKE
Private
CS_BUT_NAVIGATIONInstance AttributeLIKE
Private
CS_BUT_SAVEInstance AttributeLIKE
Private
CS_BUT_SUBMITInstance AttributeLIKE
Private
CS_CONTAINERInstance AttributeLIKE
Private
CS_DOCUMENTInstance AttributeLIKE
Private
CS_FUNCTIONInstance AttributeLIKE
Private
CS_GROUPInstance AttributeLIKE
Private
CS_LAYOUTInstance AttributeLIKE
Private
CS_LINKInstance AttributeLIKE
Private
CS_MESSAGEInstance AttributeLIKE
Private
CS_PAGEInstance AttributeLIKE
Private
CS_SEL_CHAVLInstance AttributeLIKE
Private
CS_SEL_FUNCTIONInstance AttributeLIKE
Private
CS_SEL_PACKAGEInstance AttributeLIKE
Private
CS_TAB_CONTAINERInstance AttributeLIKE
Private
CS_TAB_STRIPInstance AttributeLIKE
Private
CS_TEXTInstance AttributeLIKE
Private
MO_MSG_LOGInstance AttributeLIKE
Private


Links to Related Class(s)

IF_UPWB_...
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!