cancel
Showing results for 
Search instead for 
Did you mean: 

shipment cost

Former Member
0 Kudos

Price is not came into the shipment cost document.

1: i have created pricing procedure for shipment cost,condition type is ZPRT only.

in ZPRT i have maintained reference comdition type ZFRT and application V

(ZFRT is sales condition type).

2: i am using the same condition table for both.

3:then i create Order and shipment cost document.ZFRT condition type is determined in order

and ZPRT is not determined in shipment costdocument.

could u pls help me what is the problem!

regards

raj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This is not answered

Former Member
0 Kudos

Normal pricing conds are deifned under application V but for tranporatation conds are under application F, so your cond type ZFRT is not getting determined though you have ZPRT in sales order. To read the value of ZPRT in shipment cost document against ZFRT, you can assign an alt cal type to ZFRT and the logic should be to read the sales order cond type ZPRT from KONV by using the doc cond field of VBAP (VBAP-KNUMV).

Former Member
0 Kudos

HI ,

could u pls explain breifly.

where we will assign alternative caliclation type !

regards

narendra

Former Member
0 Kudos

T. code: T_08 to define pricing procedure of shipment cost - in the pricing control you have field alt calc type

You need to assign the routine in that field. Ask your abap team to create the routine. You need to select VBAK-KNUMV and then read cond type ZPRT from KONV

Edited by: Monalisha Pradhan on Mar 5, 2009 10:38 AM

Former Member
0 Kudos

Hi,

Shipment cost document is with respect to Transportaton planning point.

You need to manitain the hip cost types and item categories,the path is IMG>Log execution>Shipment>Shipment cost document->here u have to define the above things and after that u have assign the shipment cost type to the shipment type.

Then here itself u can see pricing--->this is different from our normal sales pricing..but the technique is same...complete all the activities..cnd table,acc seq,cnd type and pricing procedure.

Then assign the same inT_73 for the transportation point.

If STO is also there then go to T_53 do maintain the entries pertaining to ur org details.

Regards,

Gopal.