SAP Reports / Programs

RW_CREATE_PI_DOC SAP ABAP Report - Create Physical Inventory Docs for Unrestricted-Use Stock (Retail)







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


Transaction Code(s):

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

WV31 - Create PhysDocs (Unrstrctd-Use Stck)


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 RW_CREATE_PI_DOC. "Basic submit
SUBMIT RW_CREATE_PI_DOC AND RETURN. "Return to original report after report execution complete
SUBMIT RW_CREATE_PI_DOC 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: 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


INCLUDES used within this REPORT RW_CREATE_PI_DOC

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


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:

No SAP FUNCTION MODULES are executed within this report code!



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