cancel
Showing results for 
Search instead for 
Did you mean: 

in smartform address element ?

former_member593554
Participant
0 Kudos

hi guru's.

i am doing purchase order smartform in that address window displaying like this

The Post Office

Post Office Headquarters

33 Grosvenor Place

London

but i want to modify like this

ADDRESS: The Post Office

Post Office Headquarters

33 Grosvenor Place

London

please let me how to proceed for this requirement.

regards,

satheesh.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

One way is to, put the address node within the window (secondary), then create one more text node above this address node within the same window. In that new text node, type ADDRESS:.

The problem here is it will give one full line to ADDRESS.Like:

ADDRESS:

The Post Office

Post Office Headquarters

......

If you want to display in the same line then, you need to put the address field also in the text node like : ADDRESS: &address_field&.

Reward point for helpful answer

Former Member
0 Kudos

Hi Satheesh,

This is very simple. Just before the variable of <b>The Post Office</b>, type as ADDRESS: and save it and activate. It will print according to ur requirement.

Former Member
0 Kudos

Hi,

The text node in which u r writing 'The Post Office' , add the text ADDRESS before that .

Regards

Former Member
0 Kudos

Hi Satheesh,

Are you using ADDRESS WINDOW to display the address????

If Yes ...

Then CREATE two windows and allighn it side by side .

Create one Text element on the left side Window and write "ADDRESS" inside the text.

The Right side window will contain the ADDRESS .

It will be displayed as given below.

ADDRESS: The Post Office

Post Office Headquarters

33 Grosvenor Place

London.

If U are not using ADDRESS window,

then the only way to display like this is

to create a TEMPLATE with 4 columns, create TEXT elements for each columns

and in the text element of FIRST column write ADDRESS: &wa_post_office&.

The advantage when we use Address is we need to just pass the address number , but if we use

template then we need to write select statement , and fill some workarea with

the address details and display those work area fields in the TEMPLATE.

Regards.

Avi....