Application Development 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: 

Regarding : To find a company code/country key corresponding to a shipment.

Former Member
0 Kudos

Hi experts,

My requriement is to print the form for a shipment in a mutliple countries irrespective of the Log-On langauge.

Please let me know if there is a link between Shipment No.(TKNUM) and Company Code(Bukres)/Country Key(LAND1).

For example if a logon langauge is english we should be able to trigger the form and get the ouput form printed in german/english/spanish.

Useful answers and suggestions would be rewarded.

Thanks,

Naveen Sharma

1 REPLY 1

Former Member
0 Kudos

Naveen

Get Delivery order number (VBELN) from Shipment Items Table VTTP. Get Sales Org (VKORG) from LIKP using Delivery Order Number.... Get Company Code from Sales Organization from table TVKO.

Thanks

Amol Lohade