CACS_MAP_VC_MAINT is a standard Module pool for a dialog screen ABAP Program 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_MAP_VC_MAINT 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: CACS_MAP_VC_MAINT Program
INCLUDE CACS_MAP_VC_MAINTTOP . "
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = gv_appl EXCEPTIONS no_appl = 1 OTHERS = 2.
CACS_MAP_CHECK_CUST_MAP1 CALL FUNCTION 'CACS_MAP_CHECK_CUST_MAP1' EXPORTING i_appl = gv_appl TABLES i_cust_entries = gt_cust EXCEPTIONS found_changes = 1 found_deletes = 2 OTHERS = 3.
CACS_GET_CURRENT_APPL CALL FUNCTION 'CACS_GET_CURRENT_APPL' IMPORTING e_appl = gv_appl EXCEPTIONS no_appl = 1 OTHERS = 2.
CACS_MAP_CHECK_CUST_MAP20 CALL FUNCTION 'CACS_MAP_CHECK_CUST_MAP20' EXPORTING i_appl = gv_appl TABLES i_cust_entries = gt_cust2 EXCEPTIONS found_changes = 1 found_deletes = 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_MAP_VC_MAINT - CACS_MAP_VC_MAINT Program CACS_MAP_VC_MAINT - CACS_MAP_VC_MAINT Program CACS_MAP_SAMPLE - Template Object for Form Routine Pool MAPPING CACS_MAP_SAMPLE - Template Object for Form Routine Pool MAPPING CACS_LOS_INVOKE_VIEW - CACS_LOS_CALL_PARAM_VIEW Program CACS_LOS_INVOKE_VIEW - CACS_LOS_CALL_PARAM_VIEW Program