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

CNV_20000_BELNR_ABFRAGE SAP ABAP Report - Query for value for increasing document numbers







CNV_20000_BELNR_ABFRAGE 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_20000_BELNR_ABFRAGE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_20000_BELNR - Determine value to be added to BELNR


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


Text pool values


Title: Query for value for increasing document numbers
Text Symbol: 001 = Query for increase value for
Text Symbol: 004 = APPL : Physical inventory doc. no.
Text Symbol: 005 = Table: IKPF + ISEG
Text Symbol: 006 = Object : MATBELEG in table NRIV
Text Symbol: 012 = no overlap of number ranges
Text Symbol: 013 = only one plant is affected
Text Symbol: 014 = no plant is relevant
Text Symbol: 015 = Org. Independent
Text Symbol: 020 = Value was saved in active package:
Text Symbol: 021 = The value could NOT be saved in the active package:
Text Symbol: 022 = Answer:
Text Symbol: 025 = NOT-USE could not be deleted in CNVFIELDS
Text Symbol: 026 = NOT-USE was deleted in CNVFIELDS:


INCLUDES used within this REPORT CNV_20000_BELNR_ABFRAGE

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_10020_GET_ORGDEPENDENCE CALL FUNCTION 'CNV_10020_GET_ORGDEPENDENCE' EXPORTING i_packid = gd_packid i_packid_src = '20000' CHANGING e_orgdep = gd_org_dep.

CNV_POPUP_TO_GET_ONE_VALUE CALL FUNCTION 'CNV_POPUP_TO_GET_ONE_VALUE' EXPORTING textline1 = text-004 textline2 = text-005 textline3 = text-006 titel = text-001 valuelength = 10 IMPORTING answer = ld_answer CHANGING value1 = ld_value.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gd_packid EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_00001_PARAMS_WRITE CALL FUNCTION 'CNV_00001_PARAMS_WRITE' EXPORTING paramname = 'CNV_20000_IBLNR' paramtype = 'F' valuefrom = ld_value origpack = '20000' EXCEPTIONS no_active_package = 1 package_does_not_exists = 2 OTHERS = 3.

CNV_00001_CTRLOBJ_FILL_COMMON CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' EXPORTING changed = sy-cprog auto_for_changed = 'X' CHANGING struct = ls_fields EXCEPTIONS wrong_structure = 1 OTHERS = 2.

CNV_00001_CTRLOBJ_FILL_COMMON CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' EXPORTING changed = sy-cprog auto_for_changed = 'X' CHANGING struct = ls_fields EXCEPTIONS wrong_structure = 1 OTHERS = 2.



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