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

sd

Former Member
0 Likes
744

Hi,

where do we get ship to address field.

Regards,

Nasru

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

KNA1.

SHIP to Party is also a Cusotmer , so u can get details from KNA1 and ADRC.If u have KUNNR OR KUNAG number.

u can also follow CHAND's POST If u have SO number.

<b>THEN Y u started ur THRED with SD</b>

<b>in what process u are in ? MM or SD ?</b>

Regards

Prabhu

6 REPLIES 6
Read only

Former Member
0 Likes
723

KNA1.

SHIP to Party is also a Cusotmer , so u can get details from KNA1 and ADRC.If u have KUNNR OR KUNAG number.

u can also follow CHAND's POST If u have SO number.

<b>THEN Y u started ur THRED with SD</b>

<b>in what process u are in ? MM or SD ?</b>

Regards

Prabhu

Read only

0 Likes
722

Hi Prabhu,

Some say it is vendor address from lfa1.

Which is correct.

Exactly i have retrieved ebeln,vendor,date.. from ekko in one window. in second window i have to display the ship to address. Now here which one will come whether customer/vendor.

Regards,

Nasru

Read only

Former Member
0 Likes
722

SELECT SINGLE ADRNR FROM VBPA INTO GV_ADRNR WHERE VBELN = GV_VBELV AND PARVW = 'WE'.

and from ADRC , u can get the address

Read only

Former Member
0 Likes
722

Hi

Ship to party is also a customer so you can find it in Customer Master Table and his address is in Adrc table

But to know the Customer Number of this Customer in <b>VBPA</b> Table this Customers

<b>Partner function (PARVW) should be 'SH' or 'WE'.</b>

The customers having this Partner Function will only be called as Ship-to-Party

Regards Rk

Read only

Former Member
0 Likes
722

Hi,

How to get the address when lifnr is given from kna1 and adrc.

Regards,

Nasru

Read only

0 Likes
722
select single adrnr from kna1 into v_adrnr where lifnr eq v-lifnr.

select * from adrc into wa_adrc where addrnumber eq v_adrnr.