‎2010 Oct 21 4:56 PM
Hi Experts,
I have situation where i need to get data from PI integration system to sap for creation of BOM -- Bill Of Material.
(Because a non SAP system is integrate to SAP system with PI integration). after receiving data i need to implement custom logic then pass that data to BOM creation BAPI FM. I think calling PI Data into another BAPI and then validate after that passing to another BAPI is critical thing. So can I get data from PI to Z program or is there any best solution to optimise.?
Thanks in advance.
Prasad
‎2010 Oct 21 5:55 PM
Hi,
Try one of the following options:
1) create service interface (proxy) where you can massage data sent by XI and later on process thru BAPI call.
2) create wrapper custom function module for data massaging and call standard BAPI from custom function module. Now create ALE interface (BDFG tcode) on your custom function module to process idocs sent by XI.
regards,
Pranav
‎2010 Oct 21 5:55 PM
Hi,
Try one of the following options:
1) create service interface (proxy) where you can massage data sent by XI and later on process thru BAPI call.
2) create wrapper custom function module for data massaging and call standard BAPI from custom function module. Now create ALE interface (BDFG tcode) on your custom function module to process idocs sent by XI.
regards,
Pranav
‎2010 Oct 25 6:09 PM
‎2010 Oct 25 7:37 PM
See - BAPI_MATERIAL_BOM_GROUP_CREATE
Also look at Business object BUS1080 program in SWO1 tcode. You will get some idea how to fill up required tables/parameters before calling above BAPI.
Ignore above comments -- i thought you are looking for BAPI to create BOM.
Dont know any BAPI to change BOM but see following FMs to maintain BOMs.
CSAI_BOM_MAINTAIN
CS_BC_BOM_CHANGE_BATCH_INPUT
regards,
Pranav
Edited by: PBHATT on Oct 25, 2010 1:45 PM