‎2006 May 10 7:22 AM
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
‎2006 May 10 7:51 AM
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
‎2006 May 10 7:31 AM
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
‎2006 May 10 7:35 AM
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
‎2006 May 10 7:51 AM
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
‎2006 May 10 7:59 AM
Hi vijay
thanks a lot.
how can we find country code for Ultimate Consignee field.
‎2006 May 10 8:21 AM
Hi Neha,
for Ultimate Consignee refers ship-to-party(WE) i think.
check sold-to party(AG) also.
Regards
vijay