‎2008 Jan 03 11:05 AM
Hi,
Where i can get all the Condition type for Freight...
Regards,
Dhanush.S.T
‎2008 Jan 03 11:11 AM
‎2008 Jan 03 11:12 AM
Hi.
The customizing of SD condition types is in VOK0 transaction.
ABAP-wise, from the sales order or header, you can access the tables KONV using the respective KNUMV field and POSNR from VBAP or VBRP (for billing document). The KONV-KSCHL field is the condition type name. Then you can check that this condition type is of condition category F (Freight) through the table T685A with keys: KAPPL = V and KSCHL = KONV-KSCHL.
Please reward if it helps.
Regards,
George
‎2008 Jan 03 11:28 AM