‎2007 Apr 24 10:13 AM
‎2007 Apr 24 10:15 AM
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
‎2007 Apr 24 10:15 AM
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
‎2007 Apr 24 10:26 AM
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
‎2007 Apr 24 10:15 AM
SELECT SINGLE ADRNR FROM VBPA INTO GV_ADRNR WHERE VBELN = GV_VBELV AND PARVW = 'WE'.
and from ADRC , u can get the address
‎2007 Apr 24 10:23 AM
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
‎2007 Apr 24 10:45 AM
Hi,
How to get the address when lifnr is given from kna1 and adrc.
Regards,
Nasru
‎2007 Apr 24 11:01 AM
select single adrnr from kna1 into v_adrnr where lifnr eq v-lifnr.
select * from adrc into wa_adrc where addrnumber eq v_adrnr.