CNV_10310_DATA_CHECK_P2 is a standard ABAP INCLUDE 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_10310_DATA_CHECK_P2 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: Program include for CNV_20551_DATA_CHECK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = lp_domname "#EC DOM_EQUAL state = 'A' IMPORTING gotstate = ld_gotstate dd01v_wa = ld_dd01v EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_dd01v-entitytab TABLES dfies_tab = lt_dfies. "#EC *
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '3' EXCEPTIONS no_authority = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_10310_DATA_CHECK_P2 - Program include for CNV_20551_DATA_CHECK CNV_10310_DATA_CHECK_P1 - Program include for program CNV_20551_DATA_CHECK CNV_10310_DATA_CHECK - Check structure information for non-transparent fields CNV_10310_DATA_CHECK - Check structure information for non-transparent fields CNV_10310_CREATE_INTR_FLDS - Creation of check routine for non-transparent fields CNV_10310_CREATE_INTR_FLDS - Creation of check routine for non-transparent fields