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

'BAPI_SALESORDER_CHANGE'

Former Member
0 Likes
1,040

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

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
Read only

Former Member
0 Likes
970

Hi,

Are you passing below parameters in your internal table.

bapicondx-updateflag = 'X'

bapicondx-cond_value = 'X'.

Read only

0 Likes
970

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

Read only

0 Likes
970

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

Read only

ThangaPrakash
Active Contributor
0 Likes
970

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