SAP IF_UPWB_C_DOCUMENT OO Class - IF_UPWB_C_DOCUMENT









IF_UPWB_C_DOCUMENT 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_DOCUMENT 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_DOCUMENT 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_document=>ADD_CHILD...more details

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

GET_AREAPrivate
CALL METHOD if_upwb_c_document=>GET_AREA...more details

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

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

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

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

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

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

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

GET_LAYOUTPrivate
CALL METHOD if_upwb_c_document=>GET_LAYOUT...more details

GET_LAYOUT2Private
CALL METHOD if_upwb_c_document=>GET_LAYOUT2...more details

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

GET_READ_ONLYPrivate
CALL METHOD if_upwb_c_document=>GET_READ_ONLY...more details

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

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

PREPARE_DOCUMENTGET_DOCUMENTPublic
CALL METHOD if_upwb_c_document=>PREPARE_DOCUMENT...more details

PROCESS_DOCUMENTPROCESS_DOCUMENTPublic
CALL METHOD if_upwb_c_document=>PROCESS_DOCUMENT...more details

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

SAVE_BUFFERPrivate
CALL METHOD if_upwb_c_document=>SAVE_BUFFER...more details

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

SET_LAYOUTPrivate
CALL METHOD if_upwb_c_document=>SET_LAYOUT...more details

SET_LAYOUT2Private
CALL METHOD if_upwb_c_document=>SET_LAYOUT2...more details

SET_READ_ONLYPrivate
CALL METHOD if_upwb_c_document=>SET_READ_ONLY...more details

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

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



IF_UPWB_C_DOCUMENT 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
M_CONTENTInstance AttributeLIKE
Private
M_SUBRCInstance AttributeReturn Value, Return Value After ABAP StatementsLIKE
SYSUBRC
Public


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!