‎2008 Apr 15 12:30 PM
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.
‎2008 Apr 15 12:38 PM
Please go thru the following FM to understand the use of the BAPI:
MASS_CHANGE_PURCHASE_REQ
Hope That Helps
Anirban M.
‎2008 Apr 15 1:21 PM
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,