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_ABS

Method 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 NameDescriptionVisability
GET_DDIC_TOOLTIPGet tooltip text from data elementPublic
CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_DDIC_TOOLTIP...more details

GET_F4_SRV_PRFGet F4 Help for service profilePrivate
CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_F4_SRV_PRF...more details

GET_PSM_PPRPlanning Profile details queryPublic
CALL METHOD /scmb/cl_app_model_psm_ppr=>GET_PSM_PPR...more details

GET_SELECTION_RANGEConvert selection rangePrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_ACTIVE_VERSIONConstantPlanning Version'000'LIKE
/SCMB/MDL_VRSIOEX
Public
MC_METHODConstantPackage Creation Method'METHOD'LIKE
CHAR30
Public
MC_PLANNING_PROFILE_IDConstantPlanning Profile ID'PPR_ID'LIKE
CHAR30
Public
MC_PLANNING_SERVICEConstantPlanning Service'SRV_TYP'LIKE
CHAR30
Public
MC_PPR_CHGUSERConstantPlanning Profile Changed By'PPR_CHGUSER'LIKE
CHAR30
Public
MC_PPR_CREUSERConstantPlanning Profile Created By'PPR_CREUSER'LIKE
CHAR30
Public
MC_PROCESS_PRF_IDConstantProcess Profile ID'PRC_PRF_ID'LIKE
CHAR30
Public
MC_SELECTION_NAMEConstantSelection Name'SELENAME'LIKE
CHAR30
Public
MC_SERVICE_PROFILEConstantService Profile'SRV_PROFILE'LIKE
CHAR30
Public
MC_TRIGGER_GROUPConstantTrigger Group'TG_GROUP'LIKE
CHAR30
Public
MC_VERSIONConstantPlanning Version'VRSIOEX'LIKE
CHAR30
Public
MT_PSM_SEL_RES_VALSInstance AttributeLIKE
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



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!