SAP IF_UPWB_C_TEXT OO Class - IF_UPWB_C_TEXT









IF_UPWB_C_TEXT 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_TEXT 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_TEXT 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_text=>ADD_CHILD...more details

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

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

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

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

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

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

GET_DESIGNPrivate
CALL METHOD if_upwb_c_text=>GET_DESIGN...more details

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

GET_IMAGEGET_IMAGEPublic
CALL METHOD if_upwb_c_text=>GET_IMAGE...more details

GET_LABELGET_LABELPublic
CALL METHOD if_upwb_c_text=>GET_LABEL...more details

GET_LABEL_FORLabeled Component (Usually Selector)Public
CALL METHOD if_upwb_c_text=>GET_LABEL_FOR...more details

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

GET_TITLEQuick Info (HTML Tag Property 'Title')Public
CALL METHOD if_upwb_c_text=>GET_TITLE...more details

GET_USE_HTMLUse Label and Title as HTML (Do Not Escape)Public
CALL METHOD if_upwb_c_text=>GET_USE_HTML...more details

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

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

SET_DESIGNPrivate
CALL METHOD if_upwb_c_text=>SET_DESIGN...more details

SET_IMAGESET_IMAGEPublic
CALL METHOD if_upwb_c_text=>SET_IMAGE...more details

SET_LABELSET_LABELPublic
CALL METHOD if_upwb_c_text=>SET_LABEL...more details

SET_LABEL_FORLabeled Component (Usually Selector)Public
CALL METHOD if_upwb_c_text=>SET_LABEL_FOR...more details

SET_TITLEQuick Info (HTML Tag Property 'Title')Public
CALL METHOD if_upwb_c_text=>SET_TITLE...more details

SET_USE_HTMLUse Label and Title as HTML (Do Not Escape)Public
CALL METHOD if_upwb_c_text=>SET_USE_HTML...more details

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



IF_UPWB_C_TEXT 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!