cancel
Showing results for 
Search instead for 
Did you mean: 

price deterimine for sap ISU

Former Member
0 Kudos

For a condition type, we need to determine a price in function of a data in ISU. Exactly, a data from the installation fact.(for utilities related )

Cause of this we cannot use this data in the access sequences (it’s not present in KOMP,G,K).

Do you know how we can determine a price from a data who is not in the KOMP,G,K structure?

We are thinking about using the scale in the condition record and use a scale formula in order to determine which price to use in function of the data in the installation fact. What do you think about this?

please revert back asap

thnx in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

claudia_neudeck
Active Contributor
0 Kudos

Hello,

For using a Z-field(customer own field) in the field catalog you can proceed like this:

1. create a new field for example ZZ......

2. add the new field in the table T681F for the application 'V' and the

usage 'A'

3. add the field to the include-structure KOMKAZ

4. fill the new fields in the userexit for pricing

(Pricing_Prepare_TKOMK (TKOMP)

It is very important that you fill the new field in the userexit. Otherwise it is BLANK in the conditon access.

I hope that the information are helpful for you.

Regards

Claudia

Please don't forget to give Reward Points if you are satisfied with the answer

Former Member
0 Kudos

Hi,

In the pricing configuration you can add fields to the field catalog for pricing.

SAP also provides a hook to the KOMG, KOMK and KOMP structures so that you can add new fields to the pricing communications area.

Modify the structure ZAKOMKAZ or ZAKOMPAZ depending if your data element is header or line item related. Then populate the field using user exits MV45AFZZ ( order entry user exit ) and RV60AFZZ ( billing user exit ).

Also add you new field(s) to the pricing fields catalog in transaction OV24.

Now you can define new condition tables and access sequences to do pricing determination for your requirements.

Hope that helps you along.