Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in uploading Bom through Bapi

Former Member
0 Likes
532

Hi

i am uploading Bom data useing CSAP_MAT_BOM_CREATE bapi.

the header data through bapi is going fine but

i am not able to upload 2 line item...

i think i need to pass OBJECT_ID & IDENTIFIER though CSDEP_DAT ,CSDEP_DESC,CSDEP_SORC Structure.

can any body tell me from where i can get OBJECT_ID & IDENTIFIER ..as there no such fields in my file.

Regards

ABG.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
446

Just a little word about "Bapi" : this FM is not a BAPI (it's a special kind of API, only BAPI* FMs are/can be BAPIs). CSAP_MAT_BOM_CREATE is just an API (SAP says you can use this FM).

Did you read the 100 threads about this FM, here are some of the threads for example:

1) did you read the example in the function module documentation? YOUR QUESTION IS ANSWERED IN THAT DOC

2) why don't you use BAPI_MATERIAL_BOM_GROUP_CREATE?

3) read other threads

Read only

Former Member
0 Likes
446

Problem solved