cancel
Showing results for 
Search instead for 
Did you mean: 

shipment cost pricing - new field catalog

Former Member
0 Kudos

hey ,

i want to add a new field ( air_line_company ) to condition table .

i added the field to structure komkaz and to table vttk .

what is the equivalent user exit to USEREXIT_PRICING_PREPARE_TKOMP in the shipment cost

and what code i have to add there ?

is there anything else that i should do in order to maintain this field in the condition table ?

BR

ASA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi!

It may help you to use additional fields of vt01n, as VTTK-ADD01 and customize it to show a list of all the air lines that you have in a catalog.

Logistics Execution > Transportation > Shipments > Maintain Additional Data

In this standar way you dont need any exit and can include it on pricing procedure.

Change the name of field description on CMOD transaction and you can use it.

I hope this may help you.

Regards,

RP

Former Member
0 Kudos

Hi,

you can find the equivalent user exit to USEREXIT_PRICING_PREPARE_TKOMP in the shipment cost in SMOD Enhancement V54B0001. EXIT_SAPLV54B_001 (Shipment Cost Calculation: Prepare Price Determination (KOMK)) / EXIT_SAPLV54B_002 (Shipment Cost Calculation: Prepare Proce Determination (KOMP)).

Select the field needed and simply move your field on the right user-exit in the KOMK structure

SELECT SINGLE air_line_company

INTO c_komk-air_line_company

FROM VTTK

Let me know if it worked...

petra_just
Active Participant
0 Kudos

Thanks for this answer. it was very useful for me today.

Petra Just

mahendra_jani3
Contributor
0 Kudos

Hi Lukas,

Really thanks for this answer.

It has helped me after these many years.

Answers (0)