SAP Reports / Programs

FICNRO00 SAP ABAP Report - Cons: Call Number Range Maint./Objects FIMC_ITEMS, *_SETNR, *_COINR







FICNRO00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FICNRO00 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

CX5A - Cons: Number Ranges - FS Items
CX5H - Cons: Number Range Maintenance Log
CX5D - Cons: Number Range - Documents
CX5B - Cons: Number Ranges - Cons Units
CX5C - Cons: Number Ranges - Activity No's


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


Text pool values


Title: Cons: Call Number Range Maint./Objects FIMC_ITEMS, *_SETNR, *_COINR


INCLUDES used within this REPORT FICNRO00

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:

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = v_interval object = v_object * SUBOBJECT = ' ' * TOYEAR = '0000' * IMPORTING * INTERVAL = Infos zum Intervall (STRUCTURE NRIV) EXCEPTIONS interval_not_found = 1 object_not_found = 2 OTHERS = 3.

FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' "XOG000690 IMPORTING "XOG000690 i_dimen = ld_dimen. "XOG000690

NUMBER_RANGE_INTERVAL_MAINTAIN CALL FUNCTION 'NUMBER_RANGE_INTERVAL_MAINTAIN' EXPORTING nr_range_nr1 = v_interval object = v_object processing = ld_processing "STO024681 subobject = ld_dimen. "XOG000690



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