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

Changing value EBAN-BADAT with bapi BAPI_REQUISITION_CHANGE.

bettinasilveira
Participant
0 Likes
828

Now, a real question.

I need to modify the value of the field BADAT from EBAN.

Do you know if I can do that using bapi BAPI_REQUISITION_CHANGE.

Thanks!!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Hi,

You can use the FM BAPI_REQUISITION_GETDETAIL to get the details and BAPI_REQUISITION_CHANGE to change the same.

Else you can go for the FMs

MASS_CHANGE_PURCHASE_REQ

ME_UPDATE_REQUISITION

to update EBAN Table's entries.

Regards,

S.Dakshna Nagaratnam

Now, a real question.

I need to modify the value of the field BADAT from EBAN.

Do you know if I can do that using bapi BAPI_REQUISITION_CHANGE.

Thanks!!!!

1 REPLY 1
Read only

Former Member
0 Likes
566

Hi,

You can use the FM BAPI_REQUISITION_GETDETAIL to get the details and BAPI_REQUISITION_CHANGE to change the same.

Else you can go for the FMs

MASS_CHANGE_PURCHASE_REQ

ME_UPDATE_REQUISITION

to update EBAN Table's entries.

Regards,

S.Dakshna Nagaratnam