RHECM_CREATE_COMP_PROCESS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Execute this report to create records in infotype
If you would like to execute this report or see the full code listing simply enter RHECM_CREATE_COMP_PROCESS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PECM_CREATE_COMP_PRO - Create Compensation Process Records
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: APPGDL = D Apply Guidelines
Selection Text: BRTMIN = D Bring to Minimum
Selection Text: CPLAN = D Compensation Plan
Selection Text: CREVI = D Compensation Review
Selection Text: TEST_RUN = D Test Run (No Update)
Title: Create Compensation Process Records
Text Symbol: B01 = Compensation Administration Data Selection
Text Symbol: B02 = Function Selection
Text Symbol: B03 = Update Control
Text Symbol: T01 = Messages for the Creation of the Compensation Process Records
Text Symbol: T02 = Personnel Number
INCLUDE RHECM_CONSTANTS.
INCLUDE RHECM_CONSTANTS_CCATG.
INCLUDE RHECM_CONSTANTS_DATES.
INCLUDE RHECM_CREATE_COMP_PROCESS_D01.
INCLUDE RHECM_CREATE_COMP_PROCESS_S01.
INCLUDE RHECM_CREATE_COMP_PROCESS_M01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHECM_CREATE_COMP_PROCESS - Create Compensation Process Records RHECM_CREATE_COMP_PROCESS - Create Compensation Process Records RHECM_CREATE_0758TOP - Create Compensation Program Records: Data Definitions RHECM_CREATE_0758S01 - Create Compensation Program Records: Selection Screen RHECM_CREATE_0758F01 - Create Compensation Program Records: Form Routines RHECM_CREATE_0758E01 - Create Compensation Program Records: Events