2006 Aug 09 7:58 AM
Hi experts ,
plz help me how to write code for below given technical description
<b>Header - From</b>
Retrieve
LIKP.VSTEL (shipping point)
WHERE
LIKP.VBELN = Delivery Note Number.
Retrieve
TVST.ADNR (address number)
WHERE
TVST.VSTEL = LIKP.VSTEL
Retrieve
ADRC.NAME1 (name)
ADRC.STREET (address)
ADRC.CITY (city)
ADRC.REGION (state)
ADRC.POST_CODE1 (zip)
WHERE
ADRC.ADNR = TVST.ADNR
<b>Header From DEA</b> ADRC.NAME2 from address record selected for Header From (DEA number stored in NAME2 field only for shipping points)
points sure
regards
siri
2006 Aug 09 8:17 AM
Hi Sireesha,
Check with standard print program for billing invoice "rlb_bil_invoice" you will function module and
code to fetch the desired data.
rgds,
Pravin M.
2006 Aug 09 8:24 AM
hi sireesha,
check it out, may be helpful...
select single vstel
from likp
into lf_vstel
where vbeln = <>
same for ADRNR...
once get the ADRNR, pass this value to ADDRESS NODE...(before that create the address node)
node generates all your values based on ur address number...
coming to this stmts(of urs):
<b>Header From DEA ADRC.NAME2 from address record selected for Header From (DEA number stored in NAME2 field only for shipping points)</b>
i didn't get u, can u describe neatly
Regards
Ramakrishna S