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

Adding purchase requsition items

Former Member
0 Likes
600

Hi friends,

Is ther any function module or BAPi for adding items to the purchase requsition(ME51n)

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
552

Hi varsha,

you can use this bapi BAPI_REQUISITION_CREATE.

If you want to change the existing purchase requisition item details, use the bapi BAPI_REQUISITION_CHANGE with the old item values along with the new ones.

Thanks & Regards,

Arun.

Read only

Former Member
0 Likes
552

Try this FM BAPI_REQUISITION_CHANGE

Read only

Former Member
0 Likes
552

Hi,

Using the BAPI:BAPI_REQUISITION_GETDETAIL existing PR header and item details and then modify the item tables with the new items and then update using the BAPI_PR_CHANGE/BAPI_REQUISITION_CHANGE

Hope this helps you

Regards

Shiva

Read only

Former Member
0 Likes
552

Use BAPI_REQUISITION_CHANGE