SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_20100_ANALYZE SAP ABAP Report - Pre-analyses in "Preprocessing programs DURING system lock"







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


Text pool values


Title: Pre-analyses in "Preprocessing programs DURING system lock"
Text Symbol: 001 = Active package not found
Text Symbol: 002 = Missing table entries
Text Symbol: 003 = Error when reading table


INCLUDES used within this REPORT CNV_20100_ANALYZE

INCLUDE: CNV_20100_DATA_INCLUDE.
INCLUDE: CNV_20100_IC_DATA_INCL.
INCLUDE: CNV_DCII_COMM_GENPROG_D_INCL.
INCLUDE: CNV_20100_P.
INCLUDE: CNV_20100_P_CEFORMF.
INCLUDE: CNV_20100_KSTARGRP_P.
INCLUDE: CNV_20100_FORMS_INCLUDE.
INCLUDE: CNV_20100_IC_FORMS_INCL.


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:

CNV_10020_GET_ORGDEPENDENCE CALL FUNCTION 'CNV_10020_GET_ORGDEPENDENCE' EXPORTING i_packid = gc_packid i_packid_src = '20100' CHANGING e_orgdep = lv_orgdep EXCEPTIONS OTHERS = 1.

CNV_20100_GET_MAPPING CALL FUNCTION 'CNV_20100_GET_MAPPING' EXPORTING iv_packid = gc_packid iv_get_from_me = '' "--> Shall be read from original tables IMPORTING ev_timestamp = lv_timestamp TABLES t_chart_of_acc = lt_cnv_chart_of_acc t_account = lt_account t_costele = lt_costele EXCEPTIONS no_mapping = 1 error = 2 OTHERS = 3.

CNV_20100_GET_MAPPING CALL FUNCTION 'CNV_20100_GET_MAPPING' EXPORTING iv_packid = gc_packid iv_get_from_me = '' "--> Shall be read from original tables IMPORTING ev_timestamp = lv_timestamp TABLES t_chart_of_acc = lt_chart_of_acc EXCEPTIONS no_mapping = 1 error = 2 OTHERS = 3.

CNV_20100_GET_MAPPING CALL FUNCTION 'CNV_20100_GET_MAPPING' EXPORTING iv_packid = gc_packid iv_get_from_me = '' "--> Shall be read from original tables IMPORTING ev_timestamp = lv_timestamp TABLES t_chart_of_acc = lt_chart_of_acc EXCEPTIONS no_mapping = 1 error = 2 OTHERS = 3.

DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING tabname = 'WSGR_ITEM_DB_TMP' IMPORTING subrc = lv_subrc.

CNV_20100_GET_MAPPING CALL FUNCTION 'CNV_20100_GET_MAPPING' EXPORTING iv_packid = gc_packid iv_get_from_me = '' "--> Shall be read from original tables IMPORTING ev_timestamp = lv_timestamp TABLES t_chart_of_acc = lt_coa t_ccode = gt_coa_ccode EXCEPTIONS no_mapping = 1 error = 2 OTHERS = 3.

CNV_20100_GET_MAPPING CALL FUNCTION 'CNV_20100_GET_MAPPING' EXPORTING iv_packid = gc_packid * IV_COA_OLD = iv_get_from_me = '' " do not read from ME but from DB-tables * IMPORTING * EV_TIMESTAMP = TABLES * T_CHART_OF_ACC = * T_COA_T004 = t_ccode = lt_coa_ccode t_account = lt_coa_account * T_COSTELE = * T_OTHERS = * T_MAPPING = EXCEPTIONS no_mapping = 1 error = 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 CNV_20100_ANALYZE or its description.