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

SHIP-TO-DESCRIPTION

Former Member
0 Likes
866

hi friends,

i need to retrive ship to description.

for that we need to read tables BSID,VBPA for documnet number vbeln and and partner function PARVW = 'WE'

RETRIVE name1 FOR PARTNER FUNCTION 'WE' AND BILLING DOCUMENT NUMBER

<b>BUT NAME1 FIELD IS NOT THERE IN ABOVE TABLES</b>

PLZ GUIDE ME HOW TO FETCH THE DESCRIPTION

REGARDS,

SIRI

hi friends,

i need to retrive ship to description.

for that we need to read tables BSID,VBPA for documnet number vbeln and and partner function PARVW = 'WE'

RETRIVE name1 FOR PARTNER FUNCTION 'WE' AND BILLING DOCUMENT NUMBER

<b>BUT NAME1 FIELD IS NOT THERE IN ABOVE TABLES</b>

PLZ GUIDE ME HOW TO FETCH THE DESCRIPTION

REGARDS,

SIRI

5 REPLIES 5
Read only

Former Member
0 Likes
750

Get VBPA-KUNNR and then First get the ADRNR number from KNA1-ADRNR where KNA1-KUNNR = VBPA-KUNNR and then goto ADRC-ADRNR to get the details like name1 , name2 etc.

Cheers

VJ

Message was edited by: Vijayendra Rao

Read only

Former Member
0 Likes
750

Hi,

Even though its a ship-to-party, the record is also maintained in KNA1 hence look for NAME1 field in table KNA1.

Reward if helpful.

Regards

Read only

Former Member
0 Likes
750

Hi Sireesha,

once you have Kunnr (ship to party),go to table KNA1 with that KUNNR and get the NAME1 from KNA1 table, that will give the Description.

Regards

vijay

Read only

Former Member
0 Likes
750

I think you need to read vbpa with the document number and from that fetch the address number...using the address number read table ADRC to get the details.

Regards

Anurag

Read only

Former Member
0 Likes
750
Hi

   For few cases the address details of the partner 
details can be changed for a specific document. So to 
avoid these cases it is always adviceble to fetch the 
ADRNR of the partner from VBPA and then fetch the 
details from ADRC or using FM: ADDR_GET.


Kind Regards
Eswar