ACE_SOP_HR_DATA_TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to transfer awards data from the HR system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ACE_SOP_HR_DATA_TRANSFER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SOAHRTRANS - Data Transfer from HR System
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: P_CCURR = D Transfer in Company Code Crcy
Selection Text: P_GCURR = D Transfer in Group Currency
Selection Text: P_KEYDAT = D Selection Key Date
Selection Text: P_TSTRN = D Test Run
Selection Text: S_AWARD = D Awards
Selection Text: S_BUKRS = D Company Code
Title: Transfer of Granting of Awards from HR System
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Control Parameters
Text Symbol: 003 = Transfer Parameters
Text Symbol: 100 = Selection of Data from HR System
INCLUDE ACE_SOP_TRANSFER_TOP.
INCLUDE ACE_SOP_HR_TRANSFER_SEL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = 'SEL_SCREEN' P_PROGRAM = SY-CPROG TABLES P_EXCLUDE = GT_EXCLUDE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ACE_SOP_HR_DATA_TRANSFER - Transfer of Granting of Awards from HR System ACE_SOP_HR_DATA_TRANSFER - Transfer of Granting of Awards from HR System ACE_SOP_HR_CONNECTION_TOP - ACESOPHRCONNECTIONTOP ACE_SOP_HR_CONNECTIONS01 - ACESOPHRCONNECTIONS01 ACE_SOP_HR_CONNECTIONF01 - ACESOPHRCONNECTIONF01 ACE_SOP_HR_CONNECTION - Definition of the Connection Data to the HR System