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

MM07MSE0_STKT_BEFUE_FUEL SAP ABAP INCLUDE - CHECK_PERNR







MM07MSE0_STKT_BEFUE_FUEL 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 MM07MSE0_STKT_BEFUE_FUEL 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 MM07MSE0_STKT_BEFUE_FUEL. "Basic submit
SUBMIT MM07MSE0_STKT_BEFUE_FUEL AND RETURN. "Return to original report after report execution complete
SUBMIT MM07MSE0_STKT_BEFUE_FUEL 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 MM07MSE0_STKT_BEFUE_FUEL

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:

MB_CONTROL_MOVETYPE_GET_SINGLE CALL FUNCTION 'MB_CONTROL_MOVETYPE_GET_SINGLE' "note325547 EXPORTING "note325547 i_mandt = sy-mandt "note325547 i_bwart = mseg-bwart "note325547 i_wertu = mseg-wertu "note325547 i_mengu = mseg-mengu "note325547 i_sobkz = mseg-sobkz "note325547 i_kzbew = mseg-kzbew "note325547 i_kzzug = mseg-kzzug "note325547 i_kzvbr = mseg-kzvbr "note325547 IMPORTING "note325547 e_st156s = ls_st156s "note325547 EXCEPTIONS "note325547 no_entry_found = 1 "note325547 inconsistent_entries = 2 "note325547 OTHERS = 3. "note325547

MB_T156M_GET CALL FUNCTION 'MB_T156M_GET' EXPORTING i_xchpf = vm07m-xchpf i_qm_zustd = dm07m-qm_zustd i_zustd = mseg-zustd i_insmk = mseg-insmk i_attyp = vm07m-attyp i_bustm = l_bustm i_kzdzv = kzdzv i_mseg = mseg TABLES et_t156m = serial156m EXCEPTIONS no_entries_found = 1.

MB_TRANSFER_STRING_CHECK CALL FUNCTION 'MB_TRANSFER_STRING_CHECK' "note331195 EXPORTING "note331195 i_bustm = l_bustm "note331195 is_mseg = mseg "note331195 is_dm07m = dm07m "note331195 i_kzdch = kzdch "note331195 i_attyp = dm07m-umatt "note331195 dont_change_dm07m = x "note331195 TABLES "note331195 ct_t156m = serial156m "note331195 CHANGING "note331195 cs_t156m = t156m "note331195 EXCEPTIONS "note331195 internal_error = 1 "note331195 OTHERS = 2. "note331195



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