SAP for Media Discussions
Spark conversations about content creation, audience engagement, and monetization strategies using SAP in the media industry. Join in the discussion!
cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing - Manual Condition Type with value = 0

Former Member
0 Kudos

Hi gurus,

I need to insert a manual condition type with value = 0 into the billing data set.

I realize that if its valiue is 0 it is not active.

Anyone knows how to make it active despite its value = 0?

Thank you.

  • SAP Managed Tags:
1 ACCEPTED SOLUTION

claudia_neudeck
Active Contributor
0 Kudos

Dear Customer,

if you have customized the condition as price then the condition will be inactive if the condition is set to zero.

This is calling in:

LV61AA55

  • inactivate prices with rate / condition value zero

if xkomv-koaid eq 'B' and xkomv-kbetr eq 0 and komp-kposn ne 0 and

xkomv-kgrpe eq ' ' and xkomv-kinak ca ' Y' and xkomv-kwert eq 0

and xkomv-kntyp ne 'e' and komp-fareg na '45'.

xkomv-kinak = 'X'.

endif.

If you need an active condition with value zero, then the condition class should not be 'B' (price)

I hope that the information are helpful.

regards

Claudia

View solution in original post

  • SAP Managed Tags:
3 REPLIES 3

0 Kudos

Please explain the business requirement for having a $0 condition active in pricing.

  • SAP Managed Tags:

claudia_neudeck
Active Contributor
0 Kudos

Dear Customer,

if you have customized the condition as price then the condition will be inactive if the condition is set to zero.

This is calling in:

LV61AA55

  • inactivate prices with rate / condition value zero

if xkomv-koaid eq 'B' and xkomv-kbetr eq 0 and komp-kposn ne 0 and

xkomv-kgrpe eq ' ' and xkomv-kinak ca ' Y' and xkomv-kwert eq 0

and xkomv-kntyp ne 'e' and komp-fareg na '45'.

xkomv-kinak = 'X'.

endif.

If you need an active condition with value zero, then the condition class should not be 'B' (price)

I hope that the information are helpful.

regards

Claudia

  • SAP Managed Tags:

0 Kudos

Hi Claudia,

the condition class we have customized has condition class = 'A'.

Can you help me?

Thank you

Edited by: Emanuele Occhipinti on Feb 16, 2009 4:18 PM

  • SAP Managed Tags: