SAP ABAP IMG Activity FRE_PO_OUT_BADI_0001 (BAdI: Modify Order Outbound Data before Transmission to F&R)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA (Application Component) Cross-Application Components
     WFRE_PI (Package) Connectivity with F&R
IMG Activity
ID FRE_PO_OUT_BADI_0001 BAdI: Modify Order Outbound Data before Transmission to F&R  
Transaction Code S_P7D_67000077   (empty) 
Created on 20060622    
Customizing Attributes FRE_BADI   Enhancements Using Business Add-Ins 
Customizing Activity FRE_PO_OUT_BADI_0001   BAdI: Modify Order Outbound Data before Transmission to F&R 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name FRE_PO_BEFORE_OUT    

Use

Import structure IS_SEND_OPTION contains Customizing settings for data transfer to SAP F&R, such as the release of the connected SAP F&R system.

The import parameters IT_HEADER and IT_ITEM contain header and item data to be transmitted to SAP F&R. Thes e internal tables are imported as references, which means that the contained data will have to be copied to internal tables to be able to change the records. The reference structures required by the internal tables depend on the release of the connected SAP F&R system:

SAP F&R Release 4.1: Header => type table of FRE_OP_HEADER_IF_41

Item => type table of FRE_OP_ITEM_IF_41

SAP F&R Release 5.0: Header => type table of FRE_OP_HEADER_IF_50

Item => type table of FRE_OP_ITEM_IF_50

For higher SAP F&R releases, reference structures will be created with the above logic but should be checked in DDIC.

Changed header and item data will be exported to the caller in the internal tables ET_HEADER and ET_ITEM.

Requirements

Standard settings

Activities

Example

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  20060622 
SAP Release Created in 604