cancel
Showing results for 
Search instead for 
Did you mean: 

Address window in Smartforms

Former Member
0 Kudos

I have added address window in one of the smartforms, through ADRNR it fetches and shows address on form, but I want to change sequence of address lines as per specific requirement.

Eg, SAP follows this sequence, Title, name1, street supplement, street and house no.

I want: Title, name1, street house no, and street supplement, etc.

In address window SAP fetches and formats everything, can anyone please guide me how to arrange your own sequence in address window.

I guess it depends on country version.

P.s. - I have to use address window.

I am not talking about line priority.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the function module - ADDRESS_INTO_PRINTFORM

or

If it is specific to a country then Configure for address management or configure for countries

Prakash

Former Member
0 Kudos

I tried to do that but its not working!!!!!

Vinod_Chandran
Active Contributor
0 Kudos

Hi Kinnari,

There are two ways to do this.

1. Using the user exit in the function module ADDRESS_INTO_PRINTFORM you can control the display of address. The customer exit name is SZAD0001. Used CMOD to implement this.

2. Otherwise select the desired fields from table ADRS using ADRNR and display using the text node.

Thanks

Vinod