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

Function module BAPI_REQUISITION_CHANGE

former_member196438
Participant
0 Likes
460

Could anybody please help me in how to use the function module BAPI_REQUISITION_CHANGE ? Please dont blindly give the documentation of the same as i have already read it. Am not very clear as to how to use it. It would be better if anybody could give me a sample example explaining the same.

2 REPLIES 2
Read only

former_member480923
Active Contributor
0 Likes
383

Please go thru the following FM to understand the use of the BAPI:

MASS_CHANGE_PURCHASE_REQ

Hope That Helps

Anirban M.

Read only

Former Member
0 Likes
383

Hi,

Check this logic,

**********

loop at it_req.

<copy all the item fields into another item internal table.>

at end of <req num>.

<call bapi function module.>

<export item table and req num>.

refresh <item table>.

endat.

endloop.

*************

Regards,