SAP /SSB/CL_SB_RUNTIME_MPC OO Class - /SSB/CL_SB_RUNTIME_MPC
/SSB/CL_SB_RUNTIME_MPC 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 /SSB/CL_SB_RUNTIME_MPC including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SSB/CL_SB_RUNTIME_MPC is /IWBEP/CL_MGW_PUSH_ABS_MODELMethod list of /SSB/CL_SB_RUNTIME_MPC 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 Name | Description | Visability |
| DEFINE_ACTIONS | DEFINE_ACTIONS | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_ACTIONS...more details | ||
| DEFINE_ALERTJOB | DEFINE_ALERTJOB | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_ALERTJOB...more details | ||
| DEFINE_APPDESCRIPTOR | DEFINE_APPDESCRIPTOR | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_APPDESCRIPTOR...more details | ||
| DEFINE_ASSOCIATIONS | DEFINE_ASSOCIATIONS | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_ASSOCIATIONS...more details | ||
| DEFINE_CACHE | DEFINE_CACHE | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_CACHE...more details | ||
| DEFINE_CACHEPARAMETERS | DEFINE_CACHEPARAMETERS | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_CACHEPARAMETERS...more details | ||
|
| ||
| DEFINE_COMPLEXTYPES | DEFINE_COMPLEXTYPES | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_COMPLEXTYPES...more details | ||
| DEFINE_FEATURE | DEFINE_FEATURE | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_FEATURE...more details | ||
| DEFINE_SYSTEM | DEFINE_SYSTEM | Private |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>DEFINE_SYSTEM...more details | ||
| LOAD_TEXT_ELEMENTS | LOAD_TEXT_ELEMENTS | Public |
| CALL METHOD /ssb/cl_sb_runtime_mpc=>LOAD_TEXT_ELEMENTS...more details | ||
/SSB/CL_SB_RUNTIME_MPC 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ALERTJOB | Constant | 'AlertJob' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_APPDESCRIPTOR | Constant | 'AppDescriptor' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_CACHE | Constant | 'Cache' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_CACHEPARAMETERS | Constant | 'CacheParameters' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_FEATURE | Constant | 'FEATURE' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_INCL_NAME | Constant | '/SSB/CL_SB_RUNTIME_MPC========CP' | LIKE STRING | Private | |
| GC_ISSUBSCRIBED | Constant | 'IsSubscribed' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_SACTENANTINFOTYPE | Constant | 'SACTenantInfoType' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_SUBSCRIBEDEVALUATIONS | Constant | 'SubscribedEvaluations' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public | |
| GC_SYSTEM | Constant | 'SYSTEM' | LIKE /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | Public |
/SSB/CL_SB_RUNTIME_MPC types
ISSUBSCRIBED -SACTENANTINFOTYPE -
SUBSCRIBEDEVALUATIONS -
TS_ALERTJOB -
TS_APPDESCRIPTOR -
TS_CACHE -
TS_CACHEPARAMETERS -
TS_FEATURE -
TS_FETCHTENANTINFORMATION -
TS_SUBSCRIBE -
TS_SUBSCRIPTIONSTATUS -
TS_SYSTEM -
TS_TEXT_ELEMENT -
TS_UNSUBSCRIBE -
TT_ALERTJOB -
TT_APPDESCRIPTOR -
TT_CACHE -
TT_CACHEPARAMETERS -
TT_FEATURE -
TT_SYSTEM -
TT_TEXT_ELEMENTS -
Links to Related Class(s)
/SSB/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects