cancel
Showing results for 
Search instead for 
Did you mean: 

smart address printing by passing direct ADRNR (TYPE 1)

Former Member
0 Kudos

Hi all,

Can any one tell me how to change sequence of address fields or how to select perticular address fields

if we are passing address number in the ADDRESS window.

it's a TYPE 1 ADRESS data. I want to delete some fields

from the already coming list of fields.I think we can do this by

selecting option as 'determine dynamically' in address window,

but what exactly we have to specify there and how?

can any one help me in this?

thnaks in advance.

Mrunal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you use an address node in smartforms you are giving control of the displayed fields to the system, based on international formats and the importance of each address element. If you want only to display a specific sub-set of the address lines you will have to use a regular text element and specify the address lines individually.

The determine dynamically field is there to set the address type (1, 2 or 3) based on a variable populated at runtime, and I don't think will give you the functionality you are looking for.

Regards,

Nick

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

Thanks for the input Nick. but instead we use individal text

elements how we will get internal conversion of any field that

address number is doing internally? Like for Country BE, It printing like 'B-'.. Like this how will get?

Mrunal

Former Member
0 Kudos

If you use the function module ADDRESS_INTO_PRINTFORM this will do the same conversion is done by the address node in your form. Create an ABAP node and some global variables, then use the output fields from this function module as your text elements.

Regards,

Nick