2008 Jun 03 6:14 AM
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.
2008 Jun 03 6:17 AM
2008 Jun 03 6:23 AM
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.
2008 Jun 03 6:53 AM
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.
2008 Jun 03 7:39 AM
Hi Asik,
Data is maintained correctly in the ADRC table. Any other suggestion?
Thanks,
Deep.
2008 Jun 03 8:16 AM
Hi
Check the user exit EXIT_SAPLSADR_001. May be some changes done in that.
2008 Jul 04 6:37 AM
It all depends upon the layout ID assigned to a particular country.