Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use the function module ADDRESS_INTO_PRINTFORM?

Former Member
0 Likes
2,142

Hi there,

i need to use the function module ADDRESS_INTO_PRINTFORM. While doing so, I found out that the output parameter ADDRESS_PRINTFORM_TABLE has the District after the City, which is not at all acceptable. I am using the following import parameters only.

ADDRESS_TYPE

ADDRESS_NUMBER

SENDER_COUNTRY

NUMBER_OF_LINES

IV_NATION

Kindly help me to find out what's missing to have the district before the city in the output.

Hi there,

i need to use the function module ADDRESS_INTO_PRINTFORM. While doing so, I found out that the output parameter ADDRESS_PRINTFORM_TABLE has the District after the City, which is not at all acceptable. I am using the following import parameters only.

ADDRESS_TYPE

ADDRESS_NUMBER

SENDER_COUNTRY

NUMBER_OF_LINES

IV_NATION

Kindly help me to find out what's missing to have the district before the city in the output.

6 REPLIES 6
Read only

Former Member
0 Likes
1,304

Reward points..

Read only

0 Likes
1,304

Hi Murali,

Unfortunately my question is not answered yet. I am looking for some missing information in the import parameters which led to get an output which has District after City.

Any other suggestion, please?

Thanks,

Deep.

Read only

0 Likes
1,304

Hi

I think, It is because of wrong data maintained in ADRC table.

Check ADRC table. CITY2 is district and CITY1 is city.

In the output of ADDRESS, CITY2(District) has to come first.

Read only

0 Likes
1,304

Hi Asik,

Data is maintained correctly in the ADRC table. Any other suggestion?

Thanks,

Deep.

Read only

0 Likes
1,304

Hi

Check the user exit EXIT_SAPLSADR_001. May be some changes done in that.

Read only

Former Member
0 Likes
1,304

It all depends upon the layout ID assigned to a particular country.