Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg Freight Condition type

Former Member
0 Likes
413

Hi,

Where i can get all the Condition type for Freight...

Regards,

Dhanush.S.T

3 REPLIES 3
Read only

former_member188827
Active Contributor
0 Likes
386

check table konp

Read only

George_Lioumis
Active Participant
0 Likes
386

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

Read only

arpit_shah
Contributor
0 Likes
386

hi..

check table konv or konp.