FV50WF0R 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 FV50WF0R into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
QPL1_LOT_GET_FOR_RMA CALL FUNCTION 'QPL1_LOT_GET_FOR_RMA' EXPORTING I_KDAUF = US_XLIPS-VBELV I_KDPOS = US_XLIPS-POSNV I_KUNNR = US_LIKP-KUNNR I_VKORG = US_LIKP-VKORG I_VBELN = US_LIKP-VBELN I_POSNR = US_XLIPS-POSNR I_KUNAG = US_LIKP-KUNAG.
SD_REPAIR_ORDER_CONFIRMATION CALL FUNCTION 'SD_REPAIR_ORDER_CONFIRMATION' EXPORTING I_GOODS_RECEIPT_ILOT = CHARX I_ORDER = US_XLIPS-VBELV I_ITEM = US_XLIPS-POSNV.
SD_REPAIR_ORDER_CONFIRMATION CALL FUNCTION 'SD_REPAIR_ORDER_CONFIRMATION' EXPORTING I_GOODS_RECEIPT = CHARX I_ORDER = US_XLIPS-VBELV I_ITEM = US_XLIPS-POSNV.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV50WF0R - documentation and ABAP source code FV50WF0L - Goods Issue: FORM Routines Beginning with 'L' FV50WF0K - Goods Issue: FORM Routines Beginning with 'K' FV50WF0J - documentation and ABAP source code FV50WF0I - Goods Issue: FORM Routines Beginning with 'I' FV50WF0H - documentation and ABAP source code