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

RWBEF200 SAP ABAP Report - Display Cancellations/Partial Deliveries for Stock Transfers







RWBEF200 is a standard Executable ABAP Report 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 RWBEF200 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

WBF2 - Display GI/GR Diff. for Stck Trans.


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 RWBEF200. "Basic submit
SUBMIT RWBEF200 AND RETURN. "Return to original report after report execution complete
SUBMIT RWBEF200 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: SWADAT = Goods issue date
Selection Text: PWERKS = Receiving plant
Selection Text: PVSTEL = Shipping point
Title: Display Cancellations/Partial Deliveries for Stock Transfers
Text Symbol: 001 = GR status
Text Symbol: 002 = Qty GI
Text Symbol: 003 = Qty GR
Text Symbol: 004 = Error Text
Text Symbol: 005 = Order document
Text Symbol: 006 = Item
Text Symbol: 007 = Item
Text Symbol: 008 = Purchase order item
Text Symbol: 009 = No GR posted for delivery
Text Symbol: 010 = Part GR posted for delivery
Text Symbol: F01 = No delivery items found for delivery
Text Symbol: F02 = No entry in PO history found for order item
Text Symbol: F03 = Delivery does not exist (SD module)
Text Symbol: F04 = Delivery not suited for goods receipt (SD module)
Text Symbol: F05 = No goods issue posted for delivery (SD module)
Text Symbol: F06 = Receiving plant unknown (no PO) (SD module)
Text Symbol: F07 = Delivery item does not exist (SD module)
Text Symbol: F08 = Error with sequence numbers in delivery (SD module)
Text Symbol: F09 = No order item found for selection


INCLUDES used within this REPORT RWBEF200

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_DELIVERY_ITEMS_RECEIVE CALL FUNCTION 'SD_DELIVERY_ITEMS_RECEIVE' EXPORTING VBELN = ILIPS-VBELN POSNR = ILIPS-POSNR IMPORTING WE_EXISTS = H_WE_EXISTIERT TABLES WUEB = WUEB EXCEPTIONS NO_DELIVERY = 1 DELIVERY_NOT_SUITABLE = 2 DELIVERY_NOT_POSTED_GI = 3 NO_ITEMS_RECEIVING = 4 NO_RECEIVING_PLANT = 5 NO_DELIVERY_ITEM = 6 OTHERS = 7.

SD_DELIVERY_ITEMS_RECEIVE CALL FUNCTION 'SD_DELIVERY_ITEMS_RECEIVE' EXPORTING VBELN = ILIKP-VBELN IMPORTING WE_EXISTS = H_WE_EXISTIERT TABLES WUEB = WUEB EXCEPTIONS NO_DELIVERY = 1 DELIVERY_NOT_SUITABLE = 2 DELIVERY_NOT_POSTED_GI = 3 NO_ITEMS_RECEIVING = 4 NO_RECEIVING_PLANT = 5 NO_DELIVERY_ITEM = 6 OTHERS = 7.

ME_EKPO_SINGLE_READ CALL FUNCTION 'ME_EKPO_SINGLE_READ' EXPORTING PI_EBELN = EKBE-EBELN PI_EBELP = EKBE-EBELP * PI_BYPASSING_BUFFER = * PI_REFRESH_BUFFER = IMPORTING PO_EKPO = EKPO EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'PF_STATUS2_SET' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = * IS_LAYOUT = IT_FIELDCAT = GT_FIELDCAT_EINFACH * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = ' ' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = PROT_TAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = 'PF_STATUS1_SET' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * IS_LAYOUT = IT_FIELDCAT = GT_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = ' ' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = GS_KEYINFO * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES T_OUTTAB_HEADER = GT_KOPF T_OUTTAB_ITEM = GT_POS EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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