2015 Mar 24 4:08 PM
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.
2015 Mar 24 4:29 PM
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
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.
2015 Mar 24 4:29 PM
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
2015 Mar 24 4:39 PM