SAP Reports / Programs

CACS_COMPARE_VERSION_TABLES SAP ABAP Report - INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination







CACS_COMPARE_VERSION_TABLES is a standard Executable ABAP Report 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 CACS_COMPARE_VERSION_TABLES 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 CACS_COMPARE_VERSION_TABLES. "Basic submit
SUBMIT CACS_COMPARE_VERSION_TABLES AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_COMPARE_VERSION_TABLES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_APPL = D Commission Application
Selection Text: P_DEST = D RFC destination
Title: INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination


INCLUDES used within this REPORT CACS_COMPARE_VERSION_TABLES

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:

CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_object = 'E_CACS_APP' i_application = p_appl EXCEPTIONS no_authority = 1 OTHERS = 2.

CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_object = 'E_CACS_ADM' i_application = p_appl EXCEPTIONS no_authority = 1 OTHERS = 2.

CACS_APPL_PRODUCTIVE *CALL FUNCTION 'CACS_APPL_PRODUCTIVE' * EXPORTING * i_application = p_appl * IMPORTING * e_productive = l_productive * EXCEPTIONS * application_undefined = 1 * OTHERS = 2.

CACS_CHECK_PRODUCTIVE CALL FUNCTION 'CACS_CHECK_PRODUCTIVE' EXPORTING i_appl = p_appl EXCEPTIONS productive = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = -tabname lfieldname = 'APPL' EXCEPTIONS not_found = 1 OTHERS = 2. "#EC DOM_EQUAL

CACS_RFC_TABU CALL FUNCTION 'CACS_RFC_TABU' DESTINATION p_dest EXPORTING i_table = -tabname i_appl = l_appl TABLES et_data = lt_d.

CACS_RFC_TABU CALL FUNCTION 'CACS_RFC_TABU' EXPORTING i_table = -tabname i_appl = l_appl TABLES et_data = lt.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RFCDEST' dynpprog = 'CACS_FILL_VERSION_TABLES' dynpnr = '1000' dynprofield = 'P_DEST' stepl = 0 value_org = 'C' TABLES value_tab = lt_valuetab field_tab = lt_fields EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'APPL' * dynpprog = 'CACS_FILL_VERSION_TABLES' * dynpnr = '1000' * dynprofield = 'P_APPL' * stepl = 0 * value_org = 'C' * TABLES * value_tab = lt_valuetab * field_tab = lt_fields * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.



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 CACS_COMPARE_VERSION_TABLES or its description.