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
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_APPL = D Commission Application
Selection Text: P_DEST = D RFC destination
Title: INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_COMPARE_VERSION_TABLES - INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination CACS_COMPARE_VERSION_TABLES - INTERNAL: Copy Time-Managed Customizing Tables from RFC Destination CACS_COMPARE_HR_PARTNER_FORM - CACSCOMPAREHRPARTNERFORM CACS_COMPARE_HR_PARTNER_DATA - CACSCOMPAREHRPARTNERDATA CACS_COMPARE_HR_PARTNER - Compare HR Staff with Assigned Business Partners CACS_COMPARE_HR_PARTNER - Compare HR Staff with Assigned Business Partners