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

MBCKSM13S SAP ABAP Report - MM Document: List of Updates







MBCKSM13S is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report supplies information about terminated updates that should have taken place via the MB_UPDATE_TASKS module...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter MBCKSM13S 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 MBCKSM13S. "Basic submit
SUBMIT MBCKSM13S AND RETURN. "Return to original report after report execution complete
SUBMIT MBCKSM13S VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: V_TIME = D .
Selection Text: S_USNAM = D .
Selection Text: S_BUKRS = D .
Selection Text: B_TIME = D .
Selection Text: XV3ONLY = Only Terminated Updates
Selection Text: V_DATUM = From Date
Selection Text: P_VAR = Layout
Selection Text: P_KEY = Update MMINKON
Selection Text: MANDT = Client
Selection Text: F_REUSE = Reuse Key
Selection Text: B_DATUM = To Date
Title: MM Document: List of Updates
Text Symbol: 013 = Time
Text Symbol: 012 = Update MMINKON
Text Symbol: 011 = Reuse Key
Text Symbol: 010 = Standard
Text Symbol: 009 = Layout
Text Symbol: 008 = Only Terminated Updates
Text Symbol: 007 = From Date
Text Symbol: 006 = To Date
Text Symbol: 005 = MM Document: List of Terminated Updates
Text Symbol: 004 = Invalid Variant &1
Text Symbol: 003 = No Layouts Found
Text Symbol: 002 = Output Format
Text Symbol: 001 = Data and User to be Checked


INCLUDES used within this REPORT MBCKSM13S

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_structure_name = 'MBCKSM13S_ALV' it_fieldcat = gt_fieldcat it_excluding = gt_excl_fcodes is_layout = gs_layout it_sort = gt_sort is_variant = gs_variant i_save = 'A' it_events = lt_eventtab TABLES t_outtab = gt_output_h EXCEPTIONS program_error = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = 'GT_OUTPUT_H' i_structure_name = 'MBCKSM13S_ALV' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = es_variant i_save = 'A' IMPORTING e_exit = lv_exit es_variant = es_variant EXCEPTIONS not_found = 2.

LVC_VARIANT_EXISTENCE_CHECK CALL FUNCTION 'LVC_VARIANT_EXISTENCE_CHECK' EXPORTING i_save = 'A' CHANGING cs_variant = cs_vari EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tab fieldname = p_field langu = sy-langu TABLES dfies_tab = dfies EXCEPTIONS OTHERS = 1.



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