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

CNV_20201_NR_OBJ_SIMUL SAP ABAP Report - Simulation program for conversion of number range objects







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


Text pool values


Selection Text: S_OBJ = Limitation to NoRg objects
Selection Text: P_OP = Operator
Selection Text: P_NR_CHK = Number range checks
Selection Text: P_MAX = max. no. objects for protocol
Selection Text: P_IN_NR = Check: Obj. in NoRg interval?
Selection Text: P_GJAHR = Limitation to one fiscal year
Title: Simulation program for conversion of number range objects
Text Symbol: 086 = NRIV entry missing for CNV_NRIV_O entry!
Text Symbol: 103 = Mapping table for company codes to be merged is empty! Package:
Text Symbol: 121 = Number range object length not yet considered!
Text Symbol: 125 = Entry missing in NRIV!!
Text Symbol: 330 = Error when reading NRIV active indicator for object :
Text Symbol: 331 = duplicative entries :
Text Symbol: 001 = No entries for domain in mapping table for package!
Text Symbol: 007 = delimitation of fiscal years
Text Symbol: 018 = Program not meant for this routine!
Text Symbol: 034 = Domain length not included in CNV_20201_CONVERT:
Text Symbol: 039 = Asset company code not found in T093C!
Text Symbol: 085 = Entry in NRIV, but misses in CNV_NRIV_O !
Text Symbol: 332 = Original doc.:
Text Symbol: 333 = Original doc. 2:
Text Symbol: 334 = Error when reading infos (table CNV_20201_NROBJ) for object :
Text Symbol: 417 = Number range overlap :
Text Symbol: 418 = _1. Interval (orig.subobj./targ.doc.no.):
Text Symbol: 419 = _2. Interval (orig.subobj./targ.doc.no.):


INCLUDES used within this REPORT CNV_20201_NR_OBJ_SIMUL

INCLUDE CNV_20201_D.


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_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GC_PACKID PHASE = GD_PHASE.

CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING P_PACK = GC_PACKID IMPORTING P_RES = GV_RES EXCEPTIONS PACKAGE_NOT_FOUND = 1 OTHERS = 2.

CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING P_PACK = GC_PACKID IMPORTING P_RES = GV_RES EXCEPTIONS PACKAGE_NOT_FOUND = 1 OTHERS = 2.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = LV_DATE * I_MONMIT = 00 I_PERIV = LV_PERIV IMPORTING * e_buper = E_GJAHR = LV_GJAHR_CURRENT EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.



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