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

FM for creating material

Former Member
0 Likes
810

Hi,

      We are looking for a function module for creating a material record without having to pass the material number. The FM BAPI_MATERIAL_SAVEDATE needs a material number to be passed.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
764

If you do a where used list for this FM, you'll see that FM BAPI_STDMATERIAL_GETINTNUMBER is called prior to calling this FM.

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
765

If you do a where used list for this FM, you'll see that FM BAPI_STDMATERIAL_GETINTNUMBER is called prior to calling this FM.

Rob

Read only

0 Likes
764

Excellent! Thank you.