‎2006 Jul 18 12:10 PM
Hi All,
My requirement is to upload the legacy BOM data into SAP using transaction CS01(Material BOM creation).
The input text file is in the format as below,
<b>MATERIAL PLANT USAGE ITEM-CATEGORY COMPONENT QUANTITY UNIT</b>
Is there any Function Module or BAPI thru which this requirment can be accomplished?
Thanks & Regards,
Anil.
‎2006 Jul 18 12:12 PM
BAPI_MATERIAL_SAVEDATA is used to create new material master data or to change existing material master data.
Refer to function module documentation for a detailed explanation.
Hope this helps.
‎2006 Jul 18 12:11 PM
‎2006 Jul 18 12:12 PM
BAPI_MATERIAL_SAVEDATA is used to create new material master data or to change existing material master data.
Refer to function module documentation for a detailed explanation.
Hope this helps.
‎2006 Jul 18 12:12 PM
Hi,
Try using the RFC function module 'CSAP_MAT_BOM_CREATE', this might help,
Rgds,
‎2006 Jul 18 12:32 PM
Hi Ravi & Latha,
Thanks for ur replies.
But in this function module one of the importing parameter I_STKO (BOM header data)is mandatory.
But my input text file doest have any data related to that structure.
how can i proceed further?
Thanks & Regards,
Anil.
‎2006 Jul 18 12:43 PM
Hi,
You can pass the quantity & UOM available in the flat file to I_STKO structure, and STLAL field can be incremented based on the number of line items, but you need to also default some values like STLTY = 'M',
Hope this helps,
Rgds,