SAP Reports / Programs | Transaction Data Pool | Bank Components | Transaction Data Pool(IS-B-DP) SAP IS

MJBD6FBO SAP ABAP INCLUDE - Include MJBD6FB0







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


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


Text pool values


Title: Include MJBD6FB0


INCLUDES used within this REPORT MJBD6FBO

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:

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.



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