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

Fields required

Former Member
0 Likes
724

Hi

I need to find which SAP table field corresponds to Country code of Ship-to-party and country code of Ultimate Consignee

thanks in advance

regards

neha kapoor

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
651

Hi Neha,

you can find the details from VBPA table. from VBPA get the LAND1 directly.

for ship-to party partner function is SH.

and pass the ship-to party and get the land1.

Regards

vijay

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
651

Hi,

there is 3 ways to find where the data is store in SAP :

- Press F1 / F9 (technical information) on the fields. (sometimes you will have structure .. so ..)

- Look inside the Abap code, some people got crazy with that

- And the better way, is to use the transaction ST05 on your transaction. (Look in the Search option of the forum, ST05 have been explain a lot of time)

Rgd

Frédéric

Read only

Former Member
0 Likes
651

Hi Neha,

Check table VBPA(Sales Document: Partner) Or else use the procedure as suggested by Fredreic in the corresponding transaction.

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

Former Member
0 Likes
652

Hi Neha,

you can find the details from VBPA table. from VBPA get the LAND1 directly.

for ship-to party partner function is SH.

and pass the ship-to party and get the land1.

Regards

vijay

Read only

0 Likes
651

Hi vijay

thanks a lot.

how can we find country code for Ultimate Consignee field.

Read only

0 Likes
651

Hi Neha,

for Ultimate Consignee refers ship-to-party(WE) i think.

check sold-to party(AG) also.

Regards

vijay