‎2009 Mar 12 2:07 PM
Hi all
is there any BAPI that will lists all the material number, accepting null value as import parameters.
thanks in advance
regards
prasanna kumar
‎2009 Mar 12 2:10 PM
‎2009 Mar 12 2:28 PM
goutham,
My question is i dont want to pass any import parameter to BAPI, but my bapi has to return all material numbers.
The bapi BAPI_MATERIAL_GET_ALL suggested you looking for materail as input parameter.
regards
prasannakumar
‎2009 Mar 12 2:12 PM
please find the bapis for the material...
BAPI_MATERIAL_SAVEDATA
BAPI_STANDARDMATERIAL_CREATE
BAPI_RETAILMATERIAL_CREATE
‎2009 Mar 12 2:57 PM
it doesnt exist, but u can create a zbadi, just do a select * to the mara and get all the numbers of the materials. as u want.
regards.
‎2009 Mar 12 3:01 PM
Why are you specific about BAPI, instead you can write a simple select
on MARA table to get all material details.
‎2009 Mar 21 9:36 AM
hi goutham,
iam extracting data from SAP system , and Iam calling from .net system.
we can call SAP system from legacy systems using BAPI ,so i asked for BAPI.
thanks
prasanna kumar