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

Material Creation without MM01

Former Member
0 Likes
484

Dear All,

My requirement is Matearial should be created with all views with out using the MM01.Material type should be 'SPARES'.

I already used 'BAPI_MATERIAL_SAVEDATA' for material extension. in this I passed Refrence material number as material number. it is working fine but now I want to create material with out using the referece material number.

Will 'BAPI_STANDARDMATERIAL_CREATE' allow me to create material with All VIEWS.

Pls provide me the solution.

regards,

Prashanth Maturu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Hello

You can fetch the material number(internal) using MATERIAL_NUMBER_GET_NEXT and then pass it on to BAPI_MATERIAL_SAVEDATA. Hope this fulfills your requirement.

Avishek

Hello

You can fetch the material number(internal) using MATERIAL_NUMBER_GET_NEXT and then pass it on to BAPI_MATERIAL_SAVEDATA. Hope this fulfills your requirement.

Avishek

1 REPLY 1
Read only

Former Member
0 Likes
460

Hello

You can fetch the material number(internal) using MATERIAL_NUMBER_GET_NEXT and then pass it on to BAPI_MATERIAL_SAVEDATA. Hope this fulfills your requirement.

Avishek