SAP /BOBF/CL_CUST_MANAGER OO Class - Manager Class









/BOBF/CL_CUST_MANAGER 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 /BOBF/CL_CUST_MANAGER 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 /BOBF/CL_CUST_MANAGER 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
CLEAR_NAVIGATION_STACKPublic
CALL METHOD /bobf/cl_cust_manager=>CLEAR_NAVIGATION_STACK...more details

DROP_FROM_NAVIGATION_STACKPrivate
CALL METHOD /bobf/cl_cust_manager=>DROP_FROM_NAVIGATION_STACK...more details

EXECUTE_WIZARDPublic
CALL METHOD /bobf/cl_cust_manager=>EXECUTE_WIZARD...more details

EXITExit the customer uiPublic
CALL METHOD /bobf/cl_cust_manager=>EXIT...more details

GET_CURRENT_SCREENReturns the topmost screen from the screen stackPublic
CALL METHOD /bobf/cl_cust_manager=>GET_CURRENT_SCREEN...more details

GET_INSTANCESingelton (method in order to create/retreive the instance)Public
CALL METHOD /bobf/cl_cust_manager=>GET_INSTANCE...more details

GET_NAVIGATE_FORWARDSPublic
CALL METHOD /bobf/cl_cust_manager=>GET_NAVIGATE_FORWARDS...more details

INITIALIZEInitialization of the Customer UI applicationPublic
CALL METHOD /bobf/cl_cust_manager=>INITIALIZE...more details

NAVIGATE_BACKWARDSNavigate backwards in the screen stackPublic
CALL METHOD /bobf/cl_cust_manager=>NAVIGATE_BACKWARDS...more details

NAVIGATE_FORWARDSNavigate forwards in the screen stackPublic
CALL METHOD /bobf/cl_cust_manager=>NAVIGATE_FORWARDS...more details

OPEN_BOOpen a new Business ObjectPublic
CALL METHOD /bobf/cl_cust_manager=>OPEN_BO...more details

OPEN_BO_BROWSERPublic
CALL METHOD /bobf/cl_cust_manager=>OPEN_BO_BROWSER...more details

OPEN_ENTITY_SCREENOpen a new Screen (e.g. for determination or action)Public
CALL METHOD /bobf/cl_cust_manager=>OPEN_ENTITY_SCREEN...more details

SCREEN_STACK_PUSHAdd a new screen to the stack and open itPrivate
CALL METHOD /bobf/cl_cust_manager=>SCREEN_STACK_PUSH...more details

SHOW_BOPublic
CALL METHOD /bobf/cl_cust_manager=>SHOW_BO...more details



/BOBF/CL_CUST_MANAGER 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
GO_INSTANCEStatic AttributeSingelton (Reference to the Manager instance)LIKE
/BOBF/CL_CUST_MANAGER
Private
MT_SCREEN_STACKInstance AttributeContaining all screens, which are opened so farLIKE
TT_SCREEN_STACK
Private
MV_BO_KEYInstance Attributebo keyLIKE
/BOBF/OBM_BO_KEY
Public
MV_EDITABLEInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Public
MV_ENHANCEMENTInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Public
MV_STACK_COUNTERInstance AttributeLIKE
I
Private
MV_STACK_POINTERInstance AttributeLIKE
I
Private
MV_UPGRADE_RUNNINGStatic AttributeTrue = X, while upgrade/SP/EhP is running in shawdow systemLIKE
BOOLE_D
Public




/BOBF/CL_CUST_MANAGER types

TT_SCREEN_STACK -
TY_SCREEN_STACK -

Links to Related Class(s)

/BOBF/CL...
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!