SAP Reports / Programs

/TDAG/RCSR_REG_MIGRATION SAP ABAP Report - Migration of Registration Management Data







/TDAG/RCSR_REG_MIGRATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to migrate registration management data from SAP REACH Compliance 1...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 /TDAG/RCSR_REG_MIGRATION into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /TDAG/RCSR_REG_MIGRATION. "Basic submit
SUBMIT /TDAG/RCSR_REG_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT /TDAG/RCSR_REG_MIGRATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Migration of Registration Management Data
Text Symbol: 01A = Migration of Registration Data
Text Symbol: 01B = Do you want to run the migration in the foreground?


INCLUDES used within this REPORT /TDAG/RCSR_REG_MIGRATION

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-01a diagnose_object = 'RCS_REPORT_CONTINUE' * Do you want to run the migration in the foreground? text_question = text-01b default_button = '2' display_cancel_button = '' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

C1F2_SUBSTANCES_READ_WITH_REF CALL FUNCTION 'C1F2_SUBSTANCES_READ_WITH_REF' EXPORTING i_scenario = espap_info_only_scenario i_addinf = ls_addinf i_flg_properties = abap_true i_flg_prop_data = abap_true i_flg_prop_char_data = abap_true IMPORTING e_flg_error = lv_flg_error TABLES x_api_header_tab = lt_api_sub x_api_prop_header_tab = lt_api_prop_header x_api_prop_tab = lt_api_prop e_api_prop_data_tab = lt_api_prop_data EXCEPTIONS no_object_specified = 1 parameter_error = 2 internal_error = 3 convmode_set_failed = 4 interval_access_error = 5 OTHERS = 6.

C1F2_SUB_EXTERROR_GET CALL FUNCTION 'C1F2_SUB_EXTERROR_GET' TABLES e_exterror_tab = lt_api_error.

C1F2_SUB_EXTERROR_RESET CALL FUNCTION 'C1F2_SUB_EXTERROR_RESET'.

C1F2_SUBSTANCES_CREATE CALL FUNCTION 'C1F2_SUBSTANCES_CREATE' EXPORTING i_addinf = ls_addinf i_flg_prop_data = abap_true IMPORTING e_flg_lockfail = lv_flg_lockfail e_flg_error = lv_flg_error TABLES x_api_sub_tab = lt_api_cr_sub EXCEPTIONS no_object_specified = 1 parameter_error = 2 internal_error = 3 convmode_set_failed = 4 keydate_or_changenumber_error = 5 interval_access_error = 6 status_and_val_at_same_time = 7 OTHERS = 8.

C1F2_SUB_EXTERROR_GET CALL FUNCTION 'C1F2_SUB_EXTERROR_GET' TABLES e_exterror_tab = lt_api_error.

C1F2_SUB_EXTERROR_RESET CALL FUNCTION 'C1F2_SUB_EXTERROR_RESET'.

C1F2_SUBSTANCES_SAVE_TO_DB CALL FUNCTION 'C1F2_SUBSTANCES_SAVE_TO_DB' EXPORTING i_flg_commit = abap_true i_flg_unlock = abap_true IMPORTING e_flg_error = lv_flg_error TABLES e_return_tab = lt_api_error.

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = lt_my_prot.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /TDAG/RCSR_REG_MIGRATION or its description.