cancel
Showing results for 
Search instead for 
Did you mean: 

Report to fetch Incoterms, Shipping Conditions and Ship-to Party address.

Former Member
0 Kudos

Hi All,

Please help to find if there is any report exists to fetch

Incoterms, Shipping Conditions and Ship-to Party address based on shipping point.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

jpfriends079
Active Contributor
0 Kudos

Take an ABAPer assistance and created Z report for the same, as Incoterms will come for Ship-to Party master data and Shipping Condition will come from Sold-to Party master data.

Hope this can assist you.

Thanks & Regards

JP

Shiva_Ram
Active Contributor
0 Kudos

You can write a simple ABAP query using tables LIKP and KNA1.

If you are not particular with inco terms, then you can try with VL06 report.

Regards

Former Member
0 Kudos

Hi

As far as i know there is no standard report available.

You may have to go for a QUERY or a program ZEE with the help of abapper using the below tables and fields.

VBAK

VBAP

VBKD

LIKP

IN VBAP table you can find VBKD-INCO1 and VBKD-INCO2, also VBAK-VSBED

for ship to party name get the VBAP-KUNWE and pass this value to KNA1 and from KNA1 table you can get the name and address

regards

SAP SD

Edited by: sapkpit_sd on Jul 21, 2010 7:06 AM