cancel
Showing results for 
Search instead for 
Did you mean: 

Address Command in smartform

Former Member
0 Kudos

Hi All,

when we use the address command in smartforms,what all fields will be displayed because i want the address in order mentioned below

name1

street

street1

street2

city region pobox

could anybody tell me how can i achieve this using the address command

Regards

Lalit

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

i know i can get all the details but i want these in the format mentioned above by me

Regards

Lalit

Former Member
0 Kudos

Hi,

Take a look at the documentation for the function module ADDRESS_INTO_PRINTFORM, this explains how the fields in the address are sequenced.

I'm not sure that what you want is provided as standard.

Regards,

Nick

Former Member
0 Kudos

Hi,

right click on the page and cretae address window

goto general attributes on the address window

here address number one parameter is there

give &adrnr&

and then write the following code on the program lines.(goto:create->flow logic->program lines).

select single adrnr from lfa1 into adrnr

where lifnr = 'give vendor number'.

Former Member
0 Kudos

You can create a Address node, by right clicking under the window.

Once the node is created you can get the address number and pass that to the address node, which will display the address.

Regards

Kiran

Former Member
0 Kudos

Hi,

Creating address window:

PAGE->RIGHT click>Address.

1.For using the Address command , hold the value ADRNR.

2.Just pass the adrnr like &ADRNR&.

3.Tick PO box number.

4.What you are mentioned all the details will diaply.

Regards,

Shiva Kumar(Reward if helpful).