Application Development 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: 

new items to purchase requisitions

Former Member
0 Kudos

Hi all,

I want to add new items to purchase requisitions, which bapi or function can I use?

I tried BAPI_PR_CHANGE and BAPI_REQUISITION_CHANGE, but these functions didn't work for new items..

Thanks..

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

Use this.

ME_UPDATE_REQUISITION

Former Member
0 Kudos

Hi,

You can use FM ME_UPDATE_REQUISITION for updating the purchase requisitions.

You have to pass XPREXT-KZ = 'U' as import paramter along PR number as import paramter.

Rest data can be passed to corresponding tables.

Hope this solves your query.

Regards,

Brajvir