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

SMARTFORM HELP

Former Member
0 Likes
391

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

2 REPLIES 2
Read only

Former Member
0 Likes
355

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.

Read only

former_member206396
Active Participant
0 Likes
355

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