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

Calling Bapi 'BAPI_MATERIAL_STOCK_REQ_LIST' in report program

Former Member
0 Likes
2,244

Hi Gurus,

how can i call bapi 'BAPI_MATERIAL_STOCK_REQ_LIST' in report program.

and how can i pass input parameters to material, plant.

please send code if some one having.

Thanks and Regards

Vinayak Sapkal

1 ACCEPTED SOLUTION
Read only

arjun_thakur
Active Contributor
0 Likes
1,202

hi,

refer to the following link:

http://abap.wikiprog.com/wiki/BAPI_MATERIAL_STOCK_REQ_LIST

i hope it helps

arjun

4 REPLIES 4
Read only

arjun_thakur
Active Contributor
0 Likes
1,203

hi,

refer to the following link:

http://abap.wikiprog.com/wiki/BAPI_MATERIAL_STOCK_REQ_LIST

i hope it helps

arjun

Read only

arjun_subhash
Active Participant
0 Likes
1,202

Hi,

you can call and pass parameters to BAPIs like you do with any normal function modules.

If your BAPI does not have direct impor and export parameters,(if only structures) then create a similer structure of the bapi parameter.Enter values to structure fields in se38 and pass the structure to the import of bapi.For tables parameter create an internal table of same structure as tables parameter.

Enter values to the structure and append to the internal table and pass this internal table to the tables parameter.

thanks nd regards

Arjun

Read only

0 Likes
1,202

Thanks a lot sir its working fine.

Read only

0 Likes
1,202

hi Vinayak,

thanks for the points.

regards

arjun