SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MBCKMDLIS SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MBCKMDLIS

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:

SD_SHOW_ORIGINATE_DOCUMENT CALL FUNCTION 'SD_SHOW_ORIGINATE_DOCUMENT' EXPORTING mblnr = gs_hide-mblnr mjahr = gs_hide-mjahr EXCEPTIONS no_delivery_found = 1 OTHERS = 2.

CO_SF_CALL_ORDER_CATEGORY CALL FUNCTION 'CO_SF_CALL_ORDER_CATEGORY' EXPORTING aufnr = gs_hide-refko aktyp = 'A'.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'T156M' TABLES dd03p_tab = lt_dd03p EXCEPTIONS illegal_input = 1 OTHERS = 2.

MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' EXPORTING erfme = ls_mseg-erfme erfmg = ls_mseg-erfmg matnr = ls_mseg-matbf charg = ls_mseg-charg werks = ls_mseg-werks IMPORTING o_menge = l_menge o_umren = l_umren o_umrez = l_umrez EXCEPTIONS OTHERS = 1.

MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' EXPORTING erfme = ls_mseg-erfme erfmg = ls_mseg-erfmg matnr = ls_mseg-matbf umren = ls_ekbe-umren umrez = ls_ekbe-umrez IMPORTING o_menge = l_menge EXCEPTIONS OTHERS = 1.

MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' EXPORTING erfme = ls_ekbe-meins erfmg = ls_ekbe-menge_b matnr = ls_mseg-matbf umren = ls_ekbe-umren umrez = ls_ekbe-umrez IMPORTING o_menge = l_menge EXCEPTIONS OTHERS = 1.

POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' EXPORTING endpos_col = 50 endpos_row = sy-tfill startpos_col = 1 startpos_row = 1 titletext = 'FI Customizing' TABLES valuetab = lt_cust EXCEPTIONS break_off = 1 OTHERS = 2.

POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' EXPORTING endpos_col = 60 endpos_row = sy-tfill startpos_col = 1 startpos_row = 1 titletext = 'Definition Status' TABLES valuetab = lt_info EXCEPTIONS break_off = 1 OTHERS = 2.



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