SAP Reports / Programs

ADDI_IDOC_REQUEST SAP ABAP Report - Request an additionals IDoc for materials







ADDI_IDOC_REQUEST is a standard Executable ABAP Report 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 ADDI_IDOC_REQUEST 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

WTR1 - Request for Additionals IDoc


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 ADDI_IDOC_REQUEST. "Basic submit
SUBMIT ADDI_IDOC_REQUEST AND RETURN. "Return to original report after report execution complete
SUBMIT ADDI_IDOC_REQUEST 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: WERKE = Plant
Selection Text: SPRAS = Language for texts
Selection Text: PARTYP = Partner type
Selection Text: PARNUM = Partner number
Selection Text: NR_ADDIS = No./additionals: plant/cust.
Selection Text: MEINH = Unit of measure
Selection Text: MATNRMAX = Maximum number of materials
Selection Text: MATNR = Material
Selection Text: LIST_MAT = Only listed materials
Selection Text: KUNNR = Customer
Selection Text: KLART = Class type
Selection Text: DATEAPPL = Usage date
Selection Text: CLASS = Class
Selection Text: APPLLOG = Application log
Selection Text: ADDIMAT = Additionals
Selection Text: ADDIFM = Procedure for additionals
Title: Request an additionals IDoc for materials
Text Symbol: 012 = Display application log
Text Symbol: 011 = Generate an application log
Text Symbol: 010 = Materials read from database
Text Symbol: 008 = Recipient of the additionals IDoc
Text Symbol: 007 = Logical system
Text Symbol: 006 = Partner number
Text Symbol: 005 = Partner type
Text Symbol: 004 = General parameters
Text Symbol: 003 = Plants/cust.
Text Symbol: 002 = Additionals
Text Symbol: 001 = Materials


INCLUDES used within this REPORT ADDI_IDOC_REQUEST

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:

MASTERIDOC_CREATE_WTADDI call function 'MASTERIDOC_CREATE_WTADDI' exporting application = addi_appl_manual_request verbosity_level = 2 number_of_addis_per_locnr = nr_addis destination_ls = ircls destination_locnr = irclocnr destination_supplier = irclifnr create_idoc_in_update_task = ' ' pi_al_create = appllog importing segment_counter = segcnt tables pit_addi_idoc_keys = i_addi_keys pit_addi_info = i_addi_info pet_idoc_data = i_idoc_data pet_idoc_com_ctrl = i_idoc_com_ctrl exceptions no_key_data_provided = 1 no_additionals_provided = 2 others = 3.



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