ADDI_ORDERS_CREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When an event occurs for which the Customizing settings specify that a purchase order for additionals is to be created (for example, when you enter a purchase order or a goods receipt), the order data is entered in a table...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 ADDI_ORDERS_CREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WTAOC - Generate POs for Additionals
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: SHPOSID = Item
Selection Text: SHHDRID = Delivery
Selection Text: REC_NUM = Maximum Number of Data Recs
Selection Text: POPOSID = Item
Selection Text: POHDRID = Purchasing document
Selection Text: POETEID = Schedule line
Selection Text: ORDDATE = Date
Selection Text: MATNR = Material
Selection Text: IDOCDATE = Usage date
Selection Text: IDOCDAT2 = New date
Selection Text: IDOCDAT1 = Date from reference document
Selection Text: GMYEAR = Year of the goods movement
Selection Text: GMPOSID = Item
Selection Text: GMHDRID = Goods movement
Selection Text: DELIDATE = Date
Selection Text: DELIDAT2 = New date
Selection Text: DELIDAT1 = Date from reference document
Selection Text: ATTYP = Material category
Title: Generate purchase orders for additionals
Text Symbol: 017 = Date
Text Symbol: 016 = New date
Text Symbol: 015 = Date from reference document
Text Symbol: 014 = Usage date for additionals IDoc
Text Symbol: 013 = Purchase orders for additionals successfully generated
Text Symbol: 012 = Write purchase orders and additionals IDocs
Text Symbol: 011 = Generate additionals IDocs for vendors
Text Symbol: 010 = Selection parameters
Text Symbol: 009 = Generate purchase orders for additionals
Text Symbol: 008 = Deliveries
Text Symbol: 007 = Goods movements
Text Symbol: 006 = Purchase orders
Text Symbol: 005 = General Information
Text Symbol: 004 = Read Additionals Documents from the Database
Text Symbol: 003 = Reference documents
Text Symbol: 002 = Delivery date for additional
Text Symbol: 001 = PO date from reference document
INCLUDE: ADDI_ORDER_DATA,
ADDI_ORDER_SCREEN,
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.
ADDI_ORDERS_CREATE - Generate purchase orders for additionals ADDI_ORDERS_CREATE - Generate purchase orders for additionals ADDI_MONITOR - Additionals Monitor ADDI_MONITOR - Additionals Monitor ADDI_MATNR_MASS_ASSIGN - Mass maintenance for assigning additionals to materials ADDI_MATNR_MASS_ASSIGN - Mass maintenance for assigning additionals to materials