SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

MV45WF0G SAP ABAP INCLUDE - Include MV45WF0G Form Routines with First Letter 'G'







MV45WF0G 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 MV45WF0G 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 MV45WF0G. "Basic submit
SUBMIT MV45WF0G AND RETURN. "Return to original report after report execution complete
SUBMIT MV45WF0G 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 MV45WF0G Form Routines with First Letter 'G'


INCLUDES used within this REPORT MV45WF0G

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_MATERIALS_FOR_GROUP_WWW CALL FUNCTION 'SD_MATERIALS_FOR_GROUP_WWW' EXPORTING MATERIAL_CLASS = SELECT_MATKL SALES_ORGANISATION = SALES_ORGANIZATION DISTRIBUTION_CHANNEL = DISTRIBUTION_CHANNEL TABLES XMATERIALS_IN_CLASS = ARTLIST_TAB EXCEPTIONS MATERIAL_NOT_FOUND = 1.

CONVERSION_EXIT_MATN1_INPUT call function 'CONVERSION_EXIT_MATN1_INPUT' exporting input = select_matnr importing output = select_matnr.

SD_MATERIAL_DETAIL_WWW CALL FUNCTION 'SD_MATERIAL_DETAIL_WWW' EXPORTING MATERIAL = SELECT_MATNR SALES_ORGANISATION = SALES_ORGANIZATION DISTRIBUTION_CHANNEL = DISTRIBUTION_CHANNEL DIVISION = DIVISION IMPORTING MATERIAL_CONFIGURABLE = MATERIAL_CONFIGURABLE MINIMUM_ORDER_QTY = XARTDET-WMENGC MATERIAL_PLANT = MATERIAL_PLANT TABLES MATERIAL_INFO_TEXT = MATERIAL_INFO_TEXT EXCEPTIONS MATERIAL_NOT_FOUND = 1 ID_NOT_VALID = 2 LANGUAGE_NOT_VALID = 3 NAME_NOT_VALID = 4 TEXT_NOT_FOUND = 5 OBJECT_NOT_VALID = 6 OTHERS = 7.

SD_SELECT_MATERIAL_GROUPS_WWW CALL FUNCTION 'SD_SELECT_MATERIAL_GROUPS_WWW' EXPORTING LANGUAGE = SY-LANGU AUTHORITY = SHOW_MATGROUP SEARCH_STRING = SPACE IMPORTING FOUND = COUNT TABLES XMATERIAL_CLASS = MATERIAL_GROUPS.

BAPI_SALESORDER_SIMULATE CALL FUNCTION 'BAPI_SALESORDER_SIMULATE' EXPORTING ORDER_HEADER_IN = SD_ORDER_HEADER IMPORTING RETURN = RETURN SALESDOCUMENT = ORDER_NUMBER SOLD_TO_PARTY = SD_SOLD_TO_PARTY SHIP_TO_PARTY = SD_SHIP_TO_PARTY BILLING_PARTY = SD_BILLING_PARTY TABLES ORDER_ITEMS_IN = SD_ORDER_ITEMS_IN ORDER_PARTNERS = SD_ORDER_PARTNERS ORDER_ITEMS_OUT = SD_ORDER_ITEMS_OUT ORDER_CFGS_REF = SD_ORDER_CFGS_REF ORDER_CFGS_INST = SD_ORDER_CFGS_INST ORDER_CFGS_PART_OF = SD_ORDER_CFGS_PART_OF ORDER_CFGS_VALUE = SD_ORDER_CFGS_VALUE.



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