cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Customer Reserve values for KNTYP (Condition Category)

Former Member
0 Kudos

Hi,

Thanks for clicking this post.

The plan is to change one of the Condition Categories to suit our organizations complex requirements.

The Domain is "KNTYP" and this has a predefined Fixed Value range. This range contains some values that SAP terms as "Customer reserve", e.g., 5 thru 9, and X thru Z. The intention is to tweak one of these values to suit our requirements.

Where do we change this? Is there a program, user exit, or its like where a little bit of code can be added so the system knows what to do when we use one of these values later in Condition Types?

Any pointers will be very useful. Please note that we are already aware of the negative consequences of such changes - we just need to know where to change.

Thanks in advance.

Venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check program RV61AFZA FORM USEREXIT_PRICING_RULE.

Sample code

if komk-konda = 'ZZ'.

steu-kntyp = 'GRLIE.....'.

steu-koaid = 'CDEGQ.....'.

steu-maueb = 'X'.

else.

steu-kntyp = 'GRLIEX5...'.

steu-koaid = 'CDEGQ.....'.

steu-maueb = 'X'.

endif.

append steu.

Former Member
0 Kudos

BINGO!

Thanks!!

Former Member
0 Kudos

Hello experts,

How can I understand, what sequence of letters I need to use in steu-kntyp and steu-koaid ?

Answers (0)