ACE_SOP_HR_DATA_TRANSFERF01_03 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ACE_SOP_HR_DATA_TRANSFERF01_03 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ACE_SOP_CLIENT_READ CALL FUNCTION 'ACE_SOP_CLIENT_READ' IMPORTING ES_T000 = LS_T000.
ACE_SOP_GET_RFC_PARAM_FOR_HR CALL FUNCTION 'ACE_SOP_GET_RFC_PARAM_FOR_HR' IMPORTING ED_DESTINATION = LD_HR_RFC_DESTINATION.
HRCM_RFC_LTI_ACCRUALDATA_GET CALL FUNCTION 'HRCM_RFC_LTI_ACCRUALDATA_GET' DESTINATION LD_HR_RFC_DESTINATION EXPORTING DATE = ID_KEYDAT CURRENCY = LD_REQUIRED_CURR TABLES AWARDS = LT_AWARDS COMPANYCODES = LT_COMPANY_CODES * COMPANYCODEDATA = LT_COMPANY_CODE_DATA AWARDDATA = CT_AWARD_DATA_TABLE "is filled GRANTDATA = CT_GRANT_DATA_TABLE "is filled VESTINGDATA = CT_VESTING_DATA_TABLE "is filled RETURN = LT_RETURN EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE LD_MSG_TXT SYSTEM_FAILURE = 2 MESSAGE LD_MSG_TXT.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = 'SOP' MSGTY = 'I' MSGV1 = LD_HR_RFC_DESTINATION TXTNR = '032'.
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_TRANSFERF01_03 - ACESOPHRDATATRANSFERF0103 ACE_SOP_HR_DATA_TRANSFERF01_02 - ACESOPHRDATATRANSFERF0102 ACE_SOP_HR_DATA_TRANSFERF01 - ACESOPHRDATATRANSFERF01 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