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

CNV_00001_SCH_BACK SAP ABAP INCLUDE - Scan table fields







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


INCLUDES used within this REPORT CNV_00001_SCH_BACK

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:

CNV_INT_STATE_INITIALIZE CALL FUNCTION 'CNV_INT_STATE_INITIALIZE' EXPORTING RUNMODE = GD_RUNMODE TABNAME = GC_TABNAME IMPORTING CLUFIELDS = GD_CNVCLUSTER.

CNV_INT_PROTOCOL_INITIALIZE CALL FUNCTION 'CNV_INT_PROTOCOL_INITIALIZE' EXPORTING PACKID = '&gd_packid&'.

CNV_INT_STATE_FINISH CALL FUNCTION 'CNV_INT_STATE_FINISH'.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING RUNSTATE = GD_STATE.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING NAME = 'CNV_STATE' VALUE = GD_DD07V-DOMVALUE_L TEXTS_ONLY = T_YES IMPORTING DD07V_WA = GD_DD07V.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING OBJECT = 'CAGTFBS' SUBOBJECT = 'CONVERSION' COLUMN_SELECTION = ' 1111 111 ' "#EC * EXTERNAL_NUMBER_DISPLAY_LENGTH = 48.

CNV_INT_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_INT_PROTOCOL_MESSAGE' EXPORTING MSGTY = LP_MSGTY MSGID = LP_MSGID MSGNO = LP_MSGNO MSGV1 = LP_MSGV1 MSGV2 = LP_MSGV2 MSGV3 = LP_MSGV3 MSGV4 = LP_MSGV4 LEVEL = LP_LEVEL PROBCLASS = LP_CLASS.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE = '&gc_state_warning&'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE = '&gc_state_error&'.

CNV_INT_STATE_LOGSTATE_SET CALL FUNCTION 'CNV_INT_STATE_LOGSTATE_SET' EXPORTING STATE = '&gc_state_error&'.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING RECSELECT = GD_RECORDS_SELECT.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_INT_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_INT_PROTOCOL_WRITE_DB'.

CNV_INT_STATE_UPDATE CALL FUNCTION 'CNV_INT_STATE_UPDATE' EXPORTING STATE_TEC = GD_CNVCLUSTER-STATE_TEC RECSELECT = GD_RECORDS_SELECT RECTOTAL = GD_RECORDS_SELECT CLUID_MIN = GD_CNVCLUSTER-CLUID_MIN CLUID_MAX = GD_CNVCLUSTER-CLUID_MAX.



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