FV45PF0R_REPAIRITEMS_CONF_PULL 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 FV45PF0R_REPAIRITEMS_CONF_PULL 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.
Title: Include FV45PF0R_REPAIRITEMS_CONF_PULL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
QRMA_SALES_ORDER_STOCK CALL FUNCTION 'QRMA_SALES_ORDER_STOCK' EXPORTING I_MATNR = US_ITEMKOM-MATNR_G I_WERKS = US_ITEMKOM-WERKS I_VBELN = VBAP-VBELN I_POSNV = VBAP-POSNV I_SERNP = US_ITEMKOM-SERAIL TABLES REPA_TAB = CH_REPAKOM EXCEPTIONS BATCH_MISSING = 1 NO_STOCK_FOUND = 2 OTHERS = 3.
QRMA_SALES_ORDER_STOCK CALL FUNCTION 'QRMA_SALES_ORDER_STOCK' EXPORTING I_MATNR = US_ITEMKOM-MATNR_G I_WERKS = US_ITEMKOM-WERKS I_VBELN = VBAP-VBELN I_POSNV = VBAP-POSNV I_SERNP = US_ITEMKOM-SERAIL I_MENGE = DA_MENGE TABLES REPA_TAB = CH_REPAKOM EXCEPTIONS BATCH_MISSING = 1 NO_STOCK_FOUND = 2 OTHERS = 3.
IRMA_ORDER_STOCK CALL FUNCTION 'IRMA_ORDER_STOCK' EXPORTING I_VBELN = VBAP-VBELN I_POSNV = VBAP-POSNV I_PULL = CHARX I_MATNR = US_ITEMKOM-MATNR_G TABLES REPA_TAB = CH_REPAKOM EXCEPTIONS ERROR_MESSAGE = 1.
IRMA_ORDER_STOCK CALL FUNCTION 'IRMA_ORDER_STOCK' EXPORTING I_VBELN = VBAP-VBELN I_POSNV = VBAP-POSNV I_PULL = CHARX I_FAKTOR = DA_FAKTOR I_MATNR = US_ITEMKOM-MATNR_G TABLES REPA_TAB = CH_REPAKOM EXCEPTIONS ERROR_MESSAGE = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FV45PF0R_REPAIRITEMS_CONF_PULL - Include FV45PF0R_REPAIRITEMS_CONF_PULL FV45PF0R_REPAIRITEMS_CONFIRM - FV45PF0RREPAIRITEMSCONFIRM FV45PF0R - documentation and ABAP source code FV45PF0P_PULL_TKOMK_TKOMP - FV45PF0PPULLTKOMKTKOMP FV45PF0P_PROGRAMM_LADEN - FV45PF0PPROGRAMMLADEN FV45PF0P_PRODUKTVORSCHLAG_SICH - FV45PF0PPRODUKTVORSCHLAGSICH