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

fm or bapi for requisition

Former Member
0 Likes
837

Hello!

i have the fm me_read_req_ext_array that brings information on requisition if you give it the

requisition number.

I cant use this fm because i don't have the requisition

number , i have only the matnr and werks.

is there any bapi or fm that use this parameters and brings requisitions.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

Hi,

Check in the function group EBNE for the function modules to get the requisitions,

Rgds,

Hello!

i have the fm me_read_req_ext_array that brings information on requisition if you give it the

requisition number.

I cant use this fm because i don't have the requisition

number , i have only the matnr and werks.

is there any bapi or fm that use this parameters and brings requisitions.

4 REPLIES 4
Read only

Former Member
0 Likes
739

Hi,

Check in the function group EBNE for the function modules to get the requisitions,

Rgds,

Read only

Former Member
0 Likes
738

Hi Try to Use thsi Bapi,

BAPI_REQUISITION_GETDETAIL

or try this FM

MM_GROUP_REQUISITIONS

this fm will fill two tables EBAN and EBANX check them

Regards

Vijay

Message was edited by: Vijay Babu Dudla

Read only

venkata_ramisetti
Active Contributor
0 Likes
738

Hi,

Why you want to go for function module? Is there any specific reason?

You get all requisitions for the material and batch from table EBAN.

Hope this helps.

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
738

Hi There,

Use the FM 'WLB3_SELECT_PURCHASE_REQ' to get the purchase requisitions base on the plant and the material number.

1. If you are looking for PRs for only plants you can populate the same in the tables structure 'T_EBAN_WERKS'

2. If you would like to get the details by material number, populate the 'MATNR' field of the 'T_EBAN' tables structure.

3. 'T_EBAN' can also be used to search by PRs by the plant.

Try executing the above mentioned FM you will see the results.

Cheers,

Naveen.