SAP /SCMB/CL_APP_MODEL_PSM_PPR OO Class - PSM Planning Profile UI Application Model
/SCMB/CL_APP_MODEL_PSM_PPR 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 /SCMB/CL_APP_MODEL_PSM_PPR 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 /SCMB/CL_APP_MODEL_PSM_PPR is /SCF/CL_WD_APPL_MODEL_ABSMethod list of /SCMB/CL_APP_MODEL_PSM_PPR 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 |
| GET_DDIC_TOOLTIP | Get tooltip text from data element | Public |
| CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_DDIC_TOOLTIP...more details | ||
| GET_F4_SRV_PRF | Get F4 Help for service profile | Private |
| CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_F4_SRV_PRF...more details | ||
| GET_PSM_PPR | Planning Profile details query | Public |
| CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_PSM_PPR...more details | ||
| GET_SELECTION_RANGE | Convert selection range | Private |
| CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_SELECTION_RANGE...more details | ||
/SCMB/CL_APP_MODEL_PSM_PPR 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 |
| MC_ACTIVE_VERSION | Constant | Planning Version | '000' | LIKE /SCMB/MDL_VRSIOEX | Public |
| MC_METHOD | Constant | Package Creation Method | 'METHOD' | LIKE CHAR30 | Public |
| MC_PLANNING_PROFILE_ID | Constant | Planning Profile ID | 'PPR_ID' | LIKE CHAR30 | Public |
| MC_PLANNING_SERVICE | Constant | Planning Service | 'SRV_TYP' | LIKE CHAR30 | Public |
| MC_PPR_CHGUSER | Constant | Planning Profile Changed By | 'PPR_CHGUSER' | LIKE CHAR30 | Public |
| MC_PPR_CREUSER | Constant | Planning Profile Created By | 'PPR_CREUSER' | LIKE CHAR30 | Public |
| MC_PROCESS_PRF_ID | Constant | Process Profile ID | 'PRC_PRF_ID' | LIKE CHAR30 | Public |
| MC_SELECTION_NAME | Constant | Selection Name | 'SELENAME' | LIKE CHAR30 | Public |
| MC_SERVICE_PROFILE | Constant | Service Profile | 'SRV_PROFILE' | LIKE CHAR30 | Public |
| MC_TRIGGER_GROUP | Constant | Trigger Group | 'TG_GROUP' | LIKE CHAR30 | Public |
| MC_VERSION | Constant | Planning Version | 'VRSIOEX' | LIKE CHAR30 | Public |
| MT_PSM_SEL_RES_VALS | Instance Attribute | LIKE T_FIXED_VALUES_TAB | Protected |
/SCMB/CL_APP_MODEL_PSM_PPR types
T_FIXED_VALUES_STR -T_FIXED_VALUES_TAB -
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects