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

Testing BAPI

Former Member
0 Likes
1,010

Hi,

can any one help me for testing the standard BAPI_MATERIAL_DISPLAY

7 REPLIES 7
Read only

Former Member
0 Likes
974
Read only

0 Likes
974

Hi Sir,

that is a standard BAPI

Read only

Former Member
0 Likes
974

Hi Surendra,

You can directly run the BAPI function module BAPI_MATERIAL_DISPLAY in SE37 by giving the necessary data to the fields.

or

You can run the BAPI in SWO1 transaction. The Business object for material is BUS1001. Give the Object type and select the method Display and execute the method by giving the necessary data.

Best regards,

raam

Read only

0 Likes
974

Hi Reddy ,

i done that but while running the BAPI it asks the material_EVE in that wat is the values to give for that i dont know y because im in traing so tat canu help me

Read only

0 Likes
974

Hi Surendra,

I think you need to pass only the Material Number to the Function module BAPI_MATERIAL_DISPLAY .

Material Number is the only field you need to pass to this function module .

Check table MARA for material number and try to give the same material number in the Material number field in the BAPI function module.

Best regards,

raam

Read only

0 Likes
974

k but in the wt i give the values for Material_EVE

Read only

Former Member
0 Likes
974

SP,

just read FM documentation in SE37.

AMit.