RW_CREATE_PI_DOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to create physical inventory documents without special stock (area Inventory Management - Physical Inventory) for a number of plants...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 RW_CREATE_PI_DOC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WV31 - Create PhysDocs (Unrstrctd-Use Stck)
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.
Selection Text: MIXSAVEG = Grouped Acc. to Material Group
Selection Text: SPERR = Set Posting Block
Selection Text: XDELE = Material with Deletion Flag
Selection Text: GIDAT = D .
Selection Text: INVNU = D .
Selection Text: MAXPO = D .
Selection Text: R_LGORT = D .
Selection Text: R_MATKL = D .
Selection Text: R_WERKS = D .
Selection Text: XBLNI = D .
Selection Text: XBUFI = D .
Selection Text: XIMAT = D .
Selection Text: XONUL = D .
Selection Text: XPROT = D .
Title: Create Physical Inventory Docs for Unrestricted-Use Stock (Retail)
Text Symbol: 001 = Database Selections
Text Symbol: 002 = Data in Phys. Inv. Docmt Header
Text Symbol: 003 = Control Data
INCLUDE W_CREATE_PI_DOC_TOP. " GLOBAL DATA
INCLUDE W_CREATE_PI_DOC_S01. " SELECTION SCREEN
INCLUDE W_CREATE_PI_DOC_E01. " EVENTS
INCLUDE W_CREATE_PI_DOC_F01. " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RW_CREATE_PI_DOC - Create Physical Inventory Docs for Unrestricted-Use Stock (Retail) RW_CREATE_PI_DOC - Create Physical Inventory Docs for Unrestricted-Use Stock (Retail) RWZRE_VBD_TEST - Test Vendor Billing Document RWZRE_VBD_TEST - Test Vendor Billing Document RWZRE_SRL_TEST - Test Settlement Request List RWZRE_SRL_TEST - Test Settlement Request List