cancel
Showing results for 
Search instead for 
Did you mean: 

how to use address node in smart forms

Former Member
0 Kudos

hii all,

can any one tell me how to print the address usin the address node in smartforms....pls explain me in detail...

thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks for the reply..i want to prinnt the address form T001W TABLE condition of selecting the address is dependent on werks field....can ne on e help me.

Message was edited by:

neelima dumpa

Former Member
0 Kudos

Follow the same process as i told, for your case instead of using LFA1 use T001W. Use T001W-ADRNR for address number.

Regards,

Satish

Former Member
0 Kudos

hiii neelima

all the address r stored in the table ADRC

wheather it is customer,vendor,plant

reward points if its useful

regards

Jaipal

Former Member
0 Kudos

Hi Neelima,

Create a Address Node to print the addres of particular object like vendor, customer, plant, company address etc...

for example vendor address

To Print the address, you need to declare a variable VENDOR_ADRNR TYPE ADRNR in Form interface Import Parameters.

Get the Vendor Address Number from LFA1 Table and pass the value to the form interface parameter when you call the smartform function module in the print program.

Pass this to Address number &VENDOR_ADRNR& in the address number field, then the system will get the address of the vendor automatically.

Regards,

Satish