SAP IF_RSCRM_IMP_ACTION_MANAGER OO Class - Planning Services Action Manager









IF_RSCRM_IMP_ACTION_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 IF_RSCRM_IMP_ACTION_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 IF_RSCRM_IMP_ACTION_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
COPYCopy planning data from an object to another onePublic
CALL METHOD if_rscrm_imp_action_manager=>COPY...more details

DELETEDelete Planning on BIPublic
CALL METHOD if_rscrm_imp_action_manager=>DELETE...more details

EXECUTE_PLANNING_EVENTExecute planning eventPublic
CALL METHOD if_rscrm_imp_action_manager=>EXECUTE_PLANNING_EVENT...more details

EXECUTE_PLANNING_FUNCTIONExecute planning functionPublic
CALL METHOD if_rscrm_imp_action_manager=>EXECUTE_PLANNING_FUNCTION...more details

EXECUTE_QUERYExecute query on BIPublic
CALL METHOD if_rscrm_imp_action_manager=>EXECUTE_QUERY...more details

EXECUTE_QUERY_READ_DATAExecute query on BI to read dataPublic
CALL METHOD if_rscrm_imp_action_manager=>EXECUTE_QUERY_READ_DATA...more details

GET_MESSAGESGet messages from logPublic
CALL METHOD if_rscrm_imp_action_manager=>GET_MESSAGES...more details

PREPARE_SYNCHRONIZEExecute preparation steps before SynchronizePublic
CALL METHOD if_rscrm_imp_action_manager=>PREPARE_SYNCHRONIZE...more details

PREPARE_UPDATE_CELLExecute preparation steps before Update CellPublic
CALL METHOD if_rscrm_imp_action_manager=>PREPARE_UPDATE_CELL...more details

REPLACE_TIME_PLACEHOLDERReplace time characteristic placeholder by real onesPublic
CALL METHOD if_rscrm_imp_action_manager=>REPLACE_TIME_PLACEHOLDER...more details

SNAPSHOTSnapshot the planning data for the new versionPublic
CALL METHOD if_rscrm_imp_action_manager=>SNAPSHOT...more details

SYNCHRONIZESynchronize data to BIPublic
CALL METHOD if_rscrm_imp_action_manager=>SYNCHRONIZE...more details

UPDATE_CELLAnswer Update cell value query action on BIPublic
CALL METHOD if_rscrm_imp_action_manager=>UPDATE_CELL...more details

UPDATE_DRILLSTATEDrilldown a column or a row, displaying the hierarchyPublic
CALL METHOD if_rscrm_imp_action_manager=>UPDATE_DRILLSTATE...more details




Links to Related Class(s)

IF_RSCRM...
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!