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

pass vend_mat value in BAPI_REQUISITION_CREATE

Former Member
0 Likes
669

iam creating PR by using BAPI_REQUISITION_CREATE ,it is creating PR but inthat vend_mat field is not updating .

pls help me how to update the value into database from this FM.

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
599

Hi,

It should update that field as well.please have a look at the include MMWE0F01.

Regards,

Nagaraj

iam creating PR by using BAPI_REQUISITION_CREATE ,it is creating PR but inthat vend_mat field is not updating .

pls help me how to update the value into database from this FM.

2 REPLIES 2
Read only

Former Member
0 Likes
599

Hi,

Try using BAPI_TRANSACTION_COMMIT after

your Bapi - BAPI_REQUISITION_CREATE used

with this operation the entry is commited into the databse level.

Hope it helps,

Regards

Mansi

Read only

former_member404244
Active Contributor
0 Likes
600

Hi,

It should update that field as well.please have a look at the include MMWE0F01.

Regards,

Nagaraj