MJBDKFB1 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 MJBDKFB1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_RANGE_ENQUEUE CALL FUNCTION 'NUMBER_RANGE_ENQUEUE' EXPORTING OBJECT = SAV_TABNAMES-OBJECT EXCEPTIONS FOREIGN_LOCK = 01 OBJECT_NOT_FOUND = 02 SYSTEM_FAILURE = 03.
NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING OBJECT = SAV_TABNAMES-OBJECT TABLES INTERVAL = SAV_NR_ITAB EXCEPTIONS NR_RANGE_NR1_NOT_FOUND = 01 NR_RANGE_NR1_NOT_INTERN = 02 NR_RANGE_NR2_MUST_BE_SPACE = 03 NR_RANGE_NR2_NOT_EXTERN = 04 NR_RANGE_NR2_NOT_FOUND = 05 OBJECT_NOT_FOUND = 06 SUBOBJECT_MUST_BE_SPACE = 07 SUBOBJECT_NOT_FOUND = 08.
NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING OBJECT = SAV_TABMODE-OBJECT IMPORTING ERROR_OCCURED = SAV_ERROR_OCCURED TABLES ERROR_IV = SAV_NR_ERROR_IV INTERVAL = SAV_NR_ITAB EXCEPTIONS OBJECT_NOT_FOUND = 01.
NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING OBJECT = SAV_TABMODE-OBJECT EXCEPTIONS NO_CHANGES_MADE = 01 OBJECT_NOT_INITIALIZED = 02.
NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING OBJECT = SAV_TABMODE-OBJECT EXCEPTIONS OBJECT_NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.