Application Development 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: 

BAPI_REQUISITION_CHANGE

Former Member
0 Kudos

Hii All,

We are using this bapi_requisition_change

here we are trying to change a multiple account assignment based on quantity to single account assignment

we are getting this error "With multiple acct. assignment, enter distribution indicator"

we have checked that distrib remains blank but still shows this error.

Regards

Hiren K.Chitalia

6 REPLIES 6

Former Member
0 Kudos

.

Check with the SAP Standard Program 'RBUS2105'

former_member181962
Active Contributor
0 Kudos

HI Hiren,

Pass the parameter DISTRIB of the structure BAPIEBANV as 'X' in requisition items table.

REgards,

Ravi

Former Member
0 Kudos

Hiren,

The error message is right.

If you doing a multiple account assignment then you should specify whether you are doing that on a % basis or on a quantity basis.

You cannot leave that blank.

Regards,

Ravi

Note : Please mark the helpful answers

Former Member
0 Kudos

Dear Ravi,

I have already set the distrib field either as 1 or 2 for quantity or percentage.

And for single it is blank.

I am doing all that but still bapi is throwing error.

0 Kudos

Hiren,

You still have to pass the old data in the table REQUISITION_ACCOUNT_OLD where there are multiple accounts.

So, are you passing the proper details there.

Regards,

Ravi

Former Member
0 Kudos

All the data are going in proper way the way we want but once the bapi gets executed in return mesaage it agains throws the same message.

Kindly Help.

Regards

Hiren