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

bapi for material

Former Member
0 Likes
791

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

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
756

Check this.

BAPI_MATERIAL_GET_ALL

Read only

Former Member
0 Likes
756

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

Read only

former_member203501
Active Contributor
0 Likes
756

please find the bapis for the material...

BAPI_MATERIAL_SAVEDATA

BAPI_STANDARDMATERIAL_CREATE

BAPI_RETAILMATERIAL_CREATE

Read only

Former Member
0 Likes
756

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.

Read only

GauthamV
Active Contributor
0 Likes
756

Why are you specific about BAPI, instead you can write a simple select

on MARA table to get all material details.

Read only

Former Member
0 Likes
756

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