SAP Reports / Programs

RWRF_ADDI_IDOC_GENERATE SAP ABAP Report - Request Additionals IDocs for Documents







RWRF_ADDI_IDOC_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report, you can generate IDocs for additionals on the basis of the selection criteria entered...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 RWRF_ADDI_IDOC_GENERATE 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

WRF_WTR3 - Request Additionals IDoc for Doc.


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 RWRF_ADDI_IDOC_GENERATE. "Basic submit
SUBMIT RWRF_ADDI_IDOC_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_ADDI_IDOC_GENERATE 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: REFSO = Follow-On Documents
Selection Text: SALES = Sales Order
Selection Text: SBAPI = BAPI Request, Additionals IDoc
Selection Text: SFRM = Service Data
Selection Text: SIDOC = Additionals IDocs
Selection Text: SIDOCFB = Status from the subsystem
Selection Text: SORDP = PO Printout for Material
Selection Text: SPOOK = Purchase Order for Additional
Selection Text: SSUPP = Select Additionals Vendor
Selection Text: STAT_TOT = Overall Status
Selection Text: SWEKZ = Goods Receipt of Material
Selection Text: ADDIFM = D .
Selection Text: ADDIINV = D .
Selection Text: ADDIMAT = D .
Selection Text: ADDISUPP = D .
Selection Text: ATTYP = D .
Selection Text: LIFNR = D .
Selection Text: MATNR = D .
Selection Text: PA_SPLIT = D .
Selection Text: PRIDS = D .
Selection Text: SDEL = D .
Selection Text: SHIDS = D .
Selection Text: WERKE = D .
Selection Text: ADDIDATE = Date from Document
Selection Text: ADDIEBLN = Purch. Doc. No. (Additionals)
Selection Text: ADDIEBLP = Purch. Doc. Item (Additionals)
Selection Text: ADDIIDOC = Usage Date for IDoc
Selection Text: ADDILIF = Vendor of the Additional
Selection Text: ADDIOPER = Follow-Up Action
Selection Text: GMIDS = Goods movement
Selection Text: GMYEAR = Year
Selection Text: KUNNR = Customer Number
Selection Text: MATKL = Material Group (Additionals)
Selection Text: PA_ANZPO = No. of Items per Process
Selection Text: PA_MXPRO = Maximum Number of Processes
Selection Text: PA_SVGRP = Server Group
Selection Text: PBEST = Process Purchase Orders Only
Selection Text: POIDS = Purchase Order





Title: Request Additionals IDocs for Documents
Text Symbol: 007 = Read Additionals Documents from the Database
Text Symbol: 006 = Parallel Processing
Text Symbol: 005 = Status
Text Symbol: 004 = Additionals
Text Symbol: 003 = Document Numbers
Text Symbol: 002 = Vendor/Plant/Customer
Text Symbol: 001 = Material


INCLUDES used within this REPORT RWRF_ADDI_IDOC_GENERATE

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:

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