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

MWB01FSS SAP ABAP INCLUDE - Sales value change document in IM, posting module







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

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:

MERCHANDISE_GROUP_SELECT CALL FUNCTION 'MERCHANDISE_GROUP_SELECT' EXPORTING MATKL = PI_MATKL SPRAS = SY-LANGU WG_BEZ = 'X' TABLES O_WWG01 = T_WWG01 EXCEPTIONS NO_BASIS_MG = 0.

LESEN_VARIANTEN_ZU_SA CALL FUNCTION 'LESEN_VARIANTEN_ZU_SA' EXPORTING SAMMELARTIKEL = PI_MATNR * KZRFB = ' ' * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' * LESEN_MAW1 = ' ' * LESEN_MARC = ' ' * LESEN_MBEW = ' ' TABLES VARIANTEN = VMARA * VARIANTEN_MAW1 = * VARIANTEN_MARC = * VARIANTEN_MBEW = EXCEPTIONS ENQUEUE_MODE_CHANGED = 1 LOCK_ON_MATERIAL = 2 LOCK_SYSTEM_ERROR = 3 WRONG_CALL = 4 NOT_FOUND = 5 NO_MAW1_FOR_MARA = 6 LOCK_ON_MARC = 7 LOCK_ON_MBEW = 8 OTHERS = 9.

LOCATION_READ_T001L CALL FUNCTION 'LOCATION_READ_T001L' EXPORTING I_WERKS = PX_I_PVAEN-WERKS TABLES O_T001L = G_T_T001L EXCEPTIONS NO_ENTRIES_FOUND = 1 INVALID_PARAMETER = 2 OTHERS = 3.

INVENTORY_DATA_GET CALL FUNCTION 'INVENTORY_DATA_GET' EXPORTING PI_I_PVAEN = PX_I_PVAEN PI_VKPU_VORGA = C_VKPU_DIALOG PI_WAREHOUSE_DATA = PI_WAREHOUSE_READ IMPORTING PE_I_PVAEN = PX_I_PVAEN PE_I_MBEFU = MBEFU PE_BUFFER_READ = PE_BUFFER_READ TABLES P_T_ERR_PVAEN = ERR_PVAEN PE_T_LPVAEN = LPVAEN EXCEPTIONS NO_VALID_VALUATION_TYPE = 4 NO_WAREHOUSE_STOCK = 6 NO_VALUATED_STOCK = 6 OTHERS = 8.



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