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
410

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.

1 REPLY 1
Read only

Former Member
0 Likes
372

Hi,

Check with the SAP Standard Program 'RBUS2105'

CALL FUNCTION 'BAPI_REQUISITION_CHANGE'

EXPORTING

number = object-key-number

TABLES

return = return

requisition_text_new = requisitiontextnew

requisition_text_old = requisitiontextold

requisition_account_new = requisitionaccountne

requisition_account_old = requisitionaccountol

requisition_items_new = requisitionitemsnew

requisition_items_old = requisitionitemsold

EXCEPTIONS

OTHERS = 01.

Regards,

Kumar(Reward if helpful).