MJBD6FBO 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 MJBD6FBO 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.
Title: Include MJBD6FB0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISB_STOCKS_COMPLETE call function 'ISB_STOCKS_COMPLETE' tables t_sprot = wrk_sprot t_jbiubst = wrk_jbiubst exceptions error_found = 1 others = 2.
ISB_STOCKS_SAVE call function 'ISB_STOCKS_SAVE' tables t_jbiubst = wrk_jbiubst exceptions error_found = 1 others = 2.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = t_sprot-ag msgty = t_sprot-severity txtnr = t_sprot-msgnr msgv1 = t_sprot-var1 msgv2 = t_sprot-var2 msgv3 = t_sprot-var3 msgv4 = t_sprot-var4 exceptions message_type_not_valid = 1 not_active = 2 others = 3.
MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting show_linno = ' ' corrections_option = flg_corrections importing corrections_wanted = flg_corrections exceptions inconsistent_range = 1 no_messages = 2 others = 3.
ISB_STOCKSITEM_CHECK call function 'ISB_STOCKSITEM_CHECK' exporting check = con_scheck_most ip_enqueue = ' ' " nicht sperren tables error_itab = wrk_sprot t_jbiubow = wrk_jbiubow exceptions error_found = 1 warning_found = 1 others = 2.
ISB_STOCKSITEM_SAVE call function 'ISB_STOCKSITEM_SAVE' tables t_jbiubow = wrk_jbiubow exceptions error_found = 1 others = 2.
ISB_STOCK_OBJECT_ENQUEUE call function 'ISB_STOCK_OBJECT_ENQUEUE' tables itp_jbdbstd = ltp_jbiubst etp_prot = ltp_prot exceptions others = 1.
ISB_STOCK_OBJECT_DEQUEUE call function 'ISB_STOCK_OBJECT_DEQUEUE' tables itp_jbdbstd = ltp_jbiubst exceptions others = 1.
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = ltp_events.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = lp_bestkrit-tabname fieldname = lp_bestkrit-fieldname langu = sy-langu tables dfies_tab = ltp_dfies.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = lp_bestwerte-tabname fieldname = lp_bestwerte-fieldname langu = sy-langu tables dfies_tab = ltp_dfies.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = 'SAPMJBD6' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * i_structure_name = 'JBIBSTW_SHOW' * IS_LAYOUT = it_fieldcat = ltp_field_tab * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * i_save = ' ' * is_variant = it_events = ltp_events[] * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = ltp_werte exceptions program_error = 1 others = 2.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gtp_listheader.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.