BI_DIBE_TEST 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 BI_DIBE_TEST 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.
Selection Text: SO_WERKS = D Plant
Selection Text: SO_PROPR = D Forecast profile
Selection Text: SO_MATNR = D Material
Selection Text: SO_DISPR = D MRP profile
Selection Text: SO_BERID = D MRP area
Title: Test
Text Symbol: S10 = Nodata indicator
Text Symbol: S09 = Error sessn
Text Symbol: S08 = Call transaction
Text Symbol: S07 = Generate session
Text Symbol: S06 = Update session
Text Symbol: S05 = Processing mode
Text Symbol: S04 = Lock date
Text Symbol: S03 = Keep session
Text Symbol: S02 = User
Text Symbol: S01 = Session name
Text Symbol: I06 = Error session created
Text Symbol: I05 = Rtrn code =
Text Symbol: I04 = Close session
Text Symbol: I03 = Insert transaction
Text Symbol: I02 = Open session
Text Symbol: I01 = Session name
Text Symbol: E00 = Error opening dataset, return code:
Text Symbol: 007 = Already assigned
Text Symbol: 006 = MRP area is not defined in plant!
Text Symbol: 005 = MRP area on client level is not active!
Text Symbol: 004 = For material
Text Symbol: 003 = MRP area
Text Symbol: 002 = No materials exist for the selection values that were entered!
Text Symbol: 001 = SelectionValues
INCLUDE BDCRECXX.
No SAP DATABASE tables are accessed within this REPORT code!
MD_MRP_CHECK_DB_CLIENT CALL FUNCTION 'MD_MRP_CHECK_DB_CLIENT' * IMPORTING * E_DISFG = * E_UDBVM = EXCEPTIONS DIBR_NOT_ACTIVE = 1 OTHERS = 2.
MD_GET_BERID_FOR_WERKS CALL FUNCTION 'MD_GET_BERID_FOR_WERKS' EXPORTING IWERKS = SO_WERKS-LOW TABLES EMDLV_TAB = IT_MDLV.
MATERIAL_BTCI_SELECTION_NEW CALL FUNCTION 'MATERIAL_BTCI_SELECTION_NEW' EXPORTING MATERIAL = P_MATNR * MATERIALART = 'ROH' SELECTION = 'D' TCODE = 'MM02' * IMPORTING * SELSTATUS = * SELSTATUS_IN = TABLES BTCI_D0070 = S_BDCDATA EXCEPTIONS MATERIAL_NOT_FOUND = 1 MATERIAL_NUMBER_MISSING = 2 MATERIAL_TYPE_MISSING = 3 MATERIAL_TYPE_NOT_FOUND = 4 NO_ACTIVE_DYNPRO_SELECTED = 5 NO_AUTHORITY = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BI_DIBE_TEST - Test BI_DIBE_TEST - Test BIZC_UPDATE_LANGUAGE_TEST - Test Program for Text Selection in Multiple Languages BIZC_UPDATE_LANGUAGE_TEST - Test Program for Text Selection in Multiple Languages BIZC_TEMPLATE_VIEWER - BizContent Utility Program for Storing Templates and Documentation BIZC_TEMPLATE_VIEWER - BizContent Utility Program for Storing Templates and Documentation