SAP IF_UPWB_C_SEL_VARVL OO Class - IF_UPWB_C_SEL_CHAVL









IF_UPWB_C_SEL_VARVL 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_SEL_VARVL 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_SEL_VARVL 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_sel_varvl=>ADD_CHILD...more details

API_GET_VARIABLEAPI_GET_VARIABLEPublic
CALL METHOD if_upwb_c_sel_varvl=>API_GET_VARIABLE...more details

API_SET_VARIABLEAPI_SET_VARIABLEPublic
CALL METHOD if_upwb_c_sel_varvl=>API_SET_VARIABLE...more details

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

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

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

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

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

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

GET_CLIENT_EXPAND_LEVELMax. level expanded on the client (for new design)Public
CALL METHOD if_upwb_c_sel_varvl=>GET_CLIENT_EXPAND_LEVEL...more details

GET_COMPLETEGET_COMPLETEPublic
CALL METHOD if_upwb_c_sel_varvl=>GET_COMPLETE...more details

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

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

GET_EVENT_ONSELECTPrivate
CALL METHOD if_upwb_c_sel_varvl=>GET_EVENT_ONSELECT...more details

GET_EXTERNAL_SOURCEOBSOLETEPublic
CALL METHOD if_upwb_c_sel_varvl=>GET_EXTERNAL_SOURCE...more details

GET_FORMATTINGPrivate
CALL METHOD if_upwb_c_sel_varvl=>GET_FORMATTING...more details

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

GET_INTERVAL_FORMATGET_INTERVAL_FORMATPublic
CALL METHOD if_upwb_c_sel_varvl=>GET_INTERVAL_FORMAT...more details

GET_LABEL_REFPrivate
CALL METHOD if_upwb_c_sel_varvl=>GET_LABEL_REF...more details

GET_LAYOUT2Layout SourcePublic
CALL METHOD if_upwb_c_sel_varvl=>GET_LAYOUT2...more details

GET_LEVELPrivate
CALL METHOD if_upwb_c_sel_varvl=>GET_LEVEL...more details

GET_LINESPrivate
CALL METHOD if_upwb_c_sel_varvl=>GET_LINES...more details

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

GET_SOURCELayout Source (Old Type)Public
CALL METHOD if_upwb_c_sel_varvl=>GET_SOURCE...more details

GET_VALUEPrivate
CALL METHOD if_upwb_c_sel_varvl=>GET_VALUE...more details

GET_VARIABLEGET_VARIABLEPublic
CALL METHOD if_upwb_c_sel_varvl=>GET_VARIABLE...more details

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

PREPARE_VALUESPrivate
CALL METHOD if_upwb_c_sel_varvl=>PREPARE_VALUES...more details

PROCESS_SELECTIONPrivate
CALL METHOD if_upwb_c_sel_varvl=>PROCESS_SELECTION...more details

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

SET_AREAPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_AREA...more details

SET_CLIENT_EXPAND_LEVELMax. level expanded on the client (for new design)Public
CALL METHOD if_upwb_c_sel_varvl=>SET_CLIENT_EXPAND_LEVEL...more details

SET_COMPLETESET_COMPLETEPublic
CALL METHOD if_upwb_c_sel_varvl=>SET_COMPLETE...more details

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

SET_EVENT_ONSELECTPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_EVENT_ONSELECT...more details

SET_EXTERNAL_SOURCEOBSOLETEPublic
CALL METHOD if_upwb_c_sel_varvl=>SET_EXTERNAL_SOURCE...more details

SET_FORMATTINGPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_FORMATTING...more details

SET_INTERVAL_FORMATSET_INTERVAL_FORMATPublic
CALL METHOD if_upwb_c_sel_varvl=>SET_INTERVAL_FORMAT...more details

SET_LABEL_REFPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_LABEL_REF...more details

SET_LAYOUT2Layout SourcePublic
CALL METHOD if_upwb_c_sel_varvl=>SET_LAYOUT2...more details

SET_LEVELPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_LEVEL...more details

SET_LINESPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_LINES...more details

SET_SOURCELayout Source (Old Type)Public
CALL METHOD if_upwb_c_sel_varvl=>SET_SOURCE...more details

SET_VALUEPrivate
CALL METHOD if_upwb_c_sel_varvl=>SET_VALUE...more details

SET_VARIABLESET_VARIABLEPublic
CALL METHOD if_upwb_c_sel_varvl=>SET_VARIABLE...more details

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



IF_UPWB_C_SEL_VARVL 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
MS_HIEKEYInstance AttributeHierarchy KeyLIKE
UPC_YS_HIE_KEY
Public
MT_CHANMInstance AttributeTable: API: CharacteristicLIKE
UPWB_YT_API_CHANM
Public
MT_DEFAULT_HIEDEPInstance AttributeTable: API: Values of Compounded CharacteristicsLIKE
UPWB_YT_API_HIEDEP
Public
MT_HIEDEPInstance AttributeTable: API: Values of Compounded CharacteristicsLIKE
UPWB_YT_API_HIEDEP
Public
MT_HIESELInstance AttributeTable: API: Hierarchy Node SelectionLIKE
UPWB_YT_API_HIESEL
Public
MT_TREEInstance AttributeLIKE
Private
MT_VALUEInstance AttributeLIKE
Private
MT_VARSELInstance AttributeTable: API: Selection Condition for VariablesLIKE
UPWB_YT_API_VARSEL
Public
M_NOVALUEInstance AttributeValue Not Set (='X'), Value Set (=' ')LIKE
UPC_VAR_NUM_SEL-NO_VALUE
Public
M_SUBRCInstance AttributeLIKE
Private
M_USER_RESTRICTIONInstance AttributeRestriction of Selection Required by UserLIKE
UPC_Y_USERSEL_NEEDED
Public
M_USER_VALUESInstance AttributeInput Allowed by UserLIKE
UPC_Y_USERSEL_ENABLED
Public
M_VARTYPEInstance AttributeVariable TypeLIKE
UPC_Y_VAR_TYPE
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!