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

create BOM with Batch classification and manufacturer code ?

Former Member
0 Likes
1,148

Hi All,

I need to create BOM along with manufacturer code ,

here im using the below FM  for BOM creation :

          CALL FUNCTION 'BAPI_MATERIAL_BOM_GROUP_CREATE'

But it is not assigning Manufacturer code for BOM Items .

Please suggest me valuable solutions .

Regards ,

Lokesh.

Hi All,

I need to create BOM along with manufacturer code ,

here im using the below FM  for BOM creation :

          CALL FUNCTION 'BAPI_MATERIAL_BOM_GROUP_CREATE'

But it is not assigning Manufacturer code for BOM Items .

Please suggest me valuable solutions .

Regards ,

Lokesh.

6 REPLIES 6
Read only

arindam_m
Active Contributor
Read only

Former Member
0 Likes
964

Hi Arindam,

Thanks for ur reply but in that link i did'nt find how to create BOM along with Manufacturer code

Read only

arindam_m
Active Contributor
0 Likes
964

Hi,

In which structure are you pasing the manufacturer code when calling the BAPI?

Cheers,
Arindam

Read only

Former Member
0 Likes
964

Hi ,

I need to pass and create Manufacturer code , it's in itms structure name Vendor_no like that , but im not sure and its not working ...

Read only

0 Likes
964

Hi,

I think the manufacturing code is an attribute of the vendor master record.. see if that is updated as a part of the process. The field does not seem to be updated in the BAPI you might have to get an exit or additional code. Hope the field that you are talking about is EMNFR in LFA1.

Cheers,

Arindam

Read only

Former Member
0 Likes
964

hi,

first create the bom master after update it.. with manufacturer code.

Regards

Puneet