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

RWRF_TRANSFER_QUANTITY SAP ABAP Report - Stock in Transit (Consignment Processing)







RWRF_TRANSFER_QUANTITY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The stock overview shows the current stock in transit for consignment stock and your own stock, on the basis of the purchase order documents...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 RWRF_TRANSFER_QUANTITY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WB5N - Stock in Transit (Consignment)


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 RWRF_TRANSFER_QUANTITY. "Basic submit
SUBMIT RWRF_TRANSFER_QUANTITY AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_TRANSFER_QUANTITY 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: PA_SOBKZ = Only Consignment Stock
Selection Text: PA_XELIK = And Delivery-Completed Orders
Selection Text: PA_XLOEK = And Deleted Purchase Orders
Selection Text: PA_XNLCC = Cross-Company Code
Selection Text: PA_XTRAM = Stock Transfer Orders
Selection Text: SO_BUKRS = Receiving Plant Company Code
Selection Text: SO_MATNR = D .
Selection Text: SO_RESWK = Issuing Plant
Selection Text: SO_WERKS = Receiving Plant
Title: Stock in Transit (Consignment Processing)
Text Symbol: 001 = Selection Criteria
Text Symbol: 003 = In Consignment Stock
Text Symbol: 004 = In Own Stock
Text Symbol: 006 = Vendor
Text Symbol: 007 = Consignment Vendor
Text Symbol: 008 = Refresh
Text Symbol: 020 = Only Consignment Stock (Receiving Plant)
Text Symbol: 021 = Cross-Company Code Purchase Orders
Text Symbol: 022 = Including Delivery-Completed Purchase Orders


INCLUDES used within this REPORT RWRF_TRANSFER_QUANTITY

INCLUDE _TRANSFER_DATA.
INCLUDE _TRANSFER002.
INCLUDE _TRANSFER_QUANTITY_STATUS_0O01.


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:

MMIM_ENTRYCHECK_MAIN CALL FUNCTION 'MMIM_ENTRYCHECK_MAIN' TABLES it_matnr = so_matnr it_werks = so_werks it_bukrs = so_bukrs it_reswk = so_reswk.

MB_ADD_TRANSFER_QUANTITY CALL FUNCTION 'MB_ADD_TRANSFER_QUANTITY' EXPORTING cumulate = ' ' i_cross_company = pa_xnlcc i_non_cross_company = pa_xtram TABLES xmatnr = so_matnr xwerks = so_werks xreswk = so_reswk xelikz = tr_elikz xloekz = tr_loekz xtab6 = gt_xtab6 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 RWRF_TRANSFER_QUANTITY or its description.