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_SALESORDER_CHANGE'

Former Member
0 Kudos

Hi Experts,

I am updating Contract using BAPI_SALESORDER_CHANGE, all values are updating successfully but when I check the condition type in VA43

some condition value's STATUS is shown inactive(red light) as per as attached preview,

please help,

thanks  in advance,

regards ,

Pradeep Mishra

4 REPLIES 4

former_member756887
Participant
0 Kudos

Hi,

Are you passing below parameters in your internal table.

bapicondx-updateflag = 'X'

bapicondx-cond_value = 'X'.

0 Kudos

thanks to reply,

I have already written this and this is working fine for two condition type but not for others.

thanks & regards,

Pradeep Mishra

0 Kudos

So the problem seems to be with Condition records, did you check the Analysis of the condition type? Condition records are not present and so the condition type is inactive.

Regards,

Thanga

thanga_prakash
Active Contributor
0 Kudos

Hello Pradeep,

While passing values to the table parameter for condition type Z052, are you passing X to the field 'CONDISACTI', if the field is X then it sets the condition type as Inactive.

It has to be blank to appear as green and active.

Regards,

Thanga