CNV_20551_SEQNUM_ADJUST 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_20551_SEQNUM_ADJUST 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: Adjust sequence of table processing
Text Symbol: 001 = Error
Text Symbol: 002 = Status
Text Symbol: 003 = Adjusted
Text Symbol: 004 = Revised
Text Symbol: 005 = Changed by
Text Symbol: 006 = Change date
Text Symbol: 007 = Change time
Text Symbol: 008 = Table first
Text Symbol: 009 = Table last
Text Symbol: 012 = Predecessor table
Text Symbol: 013 = Successor table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gv_packid phase = gv_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNV_20551_SEQORD' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 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.
CNV_20551_SEQNUM_ADJUST - Adjust sequence of table processing CNV_20551_SEQNUM_ADJUST - Adjust sequence of table processing CNV_20551_SEL_MD_TOP - Top include for cnv_20551_sel_md CNV_20551_SEL_MD_INCL2 - Include for FORM routines CNV_20551_SEL_MD_INCL - CNV20551SELMDINCL CNV_20551_SEL_MD - Determine master data