SAP ABAP IMG Activity SOS_PURCH_PRICE_001 (BAdI: Perform own Purchase Pricing within Supply Network (new Lanes Model))
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA (Application Component) Cross-Application Components
     WFRE_PI (Package) Connectivity with F&R
IMG Activity
ID SOS_PURCH_PRICE_001 BAdI: Perform own Purchase Pricing within Supply Network (new Lanes Model)  
Transaction Code S_E38_98000119   (empty) 
Created on 20070822    
Customizing Attributes FRE_BADI   Enhancements Using Business Add-Ins 
Customizing Activity SOS_PURCH_PRICE_001   BAdI: Perform own Purchase Pricing within Supply Network (new Lanes Model) 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name FRE_MD_SOS_PURCH_PRICING    

Use

You can create your own, modification-free implementation of this Business Add-In (BAdI) to carry out user-defined price calculations within the supply network interface.

All data for the standard pricing function for internal lanes is collected in the internal table CT_IMT_DOCUMENTS. Additional lane data can be found in the internal table IT_LANES. The corresponding records can be found by comparing CT_IMT_DOCUMENTS-GUID with LT_LANES-IBZQID.

Records in CT_IMT_DOCUMENTS for which a user-defined price determination has taken place or for which a standard pricing should not be performed (if standard pricing is activated) must be deleted from CT_IMT_DOCUMENTS. For all records remaining in CT_IMT_DOCUMENTS, the system performs a standard price determination (if standard pricing is activated) after the BAdI is called.

Data from the user-defined purchasing price determination is stored in the export parameter ET_EXT_PRICES.

The following fields are mandatory:

  • GUID (Value from CT_IMT_DOCUMENTS_GUID)
  • DATEFROM (Valid From date)
  • DATETO (Valid To date)
  • FIX_PRICE (Price per unit)
  • CURRENCY (Currency)

Requirements

This BAdI is only called if either the standard pricing function or no pricing is selected in the the New Lanes Model screen area of the Customizing activity Maintain Basic Settings for Data Transfer and if the new lanes model is activated.

Standard settings

For more information about the standard settings (filters, single or multiple uses), see the Enh.

Spot Element Definitions tab in the BAdI Builder (transaction SE18).

Activities

Implementing BAdIs

More Information

Import parameters:

  • IS_SEND_OPTION: Customizing settings for data transfer to SAP F&R
  • IT_LANES: Determined lanes data

Changing parameter:

  • CT_IMT_DOCUMENTS: Input structure for the standard pricing function

Export parameter:

  • ET_EXT_PRICES: Output structure for the standard pricing function

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20070904 
SAP Release Created in 603