HRUU_IC_DATA_TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program is necessary to transfer data from infotype 0002(
If you would like to execute this report or see the full code listing simply enter HRUU_IC_DATA_TRANSFER 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.
Title: Transfer data from IT-0002/0006 to IT-0290 (Insurance Cerficate)
Text Symbol: 001 = Processing...
INCLUDE PULOGRU0.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-001 EXCEPTIONS OTHERS = 1.
HR_RU_GET_ADDRESS CALL FUNCTION 'HR_RU_GET_ADDRESS' EXPORTING sprsl = sy-langu p0006 = p0006 think = 'X' separator = '' withspace = 'X' IMPORTING address = g_adr TABLES looks = g_looks addrs = g_addrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HRUU_IC_DATA_TRANSFER - Transfer data from IT-0002/0006 to IT-0290 (Insurance Cerficate) HRUU_IC_DATA_TRANSFER - Transfer data from IT-0002/0006 to IT-0290 (Insurance Cerficate) HRUU_CONVERT_IN_UNICODE - Convert table records in Unicode HRUU_CONVERT_IN_UNICODE - Convert table records in Unicode HRUU_CALL_RPTBPC10 - Mod. Pool HRUU_CALL_RPTBPC10 HRUU_CALL_RPTBPC10 - Mod. Pool HRUU_CALL_RPTBPC10