DBVC2F0L 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 DBVC2F0L 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: L-Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_CAS_SELECTION_LDB_CALL CALL FUNCTION 'SD_CAS_SELECTION_LDB_CALL' CHANGING LDB_SEL = LS_LDB.
MC_REPORT_ZU_EXCEPTION CALL FUNCTION 'MC_REPORT_ZU_EXCEPTION' EXPORTING EXCEP = LS_LIS-EXCEPTION IMPORTING E_REPORT = LV_REPORT EXCEPTIONS NO_REPORT = 1 OTHERS = 2.
LDB_CONVERT_LDBNAME_2_DBPROG CALL FUNCTION 'LDB_CONVERT_LDBNAME_2_DBPROG' EXPORTING LDB_NAME = LS_LDB-LDBNAME FLAG_EXISTENCE_CHECK = CHARX IMPORTING DB_NAME = LV_DBPROG * SEL_NAME = * COM_NAME = * TOP_NAME = * NXXX_NAME = * F_OHNE_NAME = * F001_NAME = * PUT_NAME = * FXXX_NAME = * SXXX_NAME = * FLAG_LDB_EXISTENT = * WA_LDBD = EXCEPTIONS WRONG_POSITION_OF_SLASHES = 1 LDB_NAME_TOO_LONG = 2 OTHERS = 3.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING PROGRAM = LV_DBPROG TABLES SELPARS = LT_RSEL_PARAS EXCEPTIONS PROGRAM_NON_EXISTENT = 1 SUBROUTINE_POOL = 2 LOAD_PROBLEMS = 3 OTHERS = 4.
RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING REPORT = LV_DBPROG VARIANT = LS_LDB-VARIANT MOVE_OR_WRITE = 'M' * NO_IMPORT = ' ' TABLES * L_PARAMS = * L_PARAMS_NONV = * L_SELOP = * L_SELOP_NONV = VALUTAB = LT_RSPARAMS * OBJECTS = EXCEPTIONS VARIANT_NON_EXISTENT = 1 VARIANT_OBSOLETE = 2 OTHERS = 3.
LDB_PROCESS CALL FUNCTION 'LDB_PROCESS' EXPORTING LDBNAME = LS_LDB-LDBNAME VARIANT = LS_LDB-VARIANT * EXPRESSIONS = FIELD_SELECTION = LS_FIELDS TABLES CALLBACK = LT_CALLBACK * SELECTIONS = EXCEPTIONS LDB_NOT_REENTRANT = 1 LDB_INCORRECT = 2 LDB_ALREADY_RUNNING = 3 LDB_ERROR = 4 LDB_SELECTIONS_ERROR = 5 LDB_SELECTIONS_NOT_ACCEPTED = 6 VARIANT_NOT_EXISTENT = 7 VARIANT_OBSOLETE = 8 VARIANT_ERROR = 9 FREE_SELECTIONS_ERROR = 10 CALLBACK_NO_EVENT = 11 CALLBACK_NODE_DUPLICATE = 12 OTHERS = 13.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.