cancel
Showing results for 
Search instead for 
Did you mean: 

Printing address 'International versions'

Former Member
0 Kudos

Hi experts,

In XD02 (Change Customer) there is a possibility to create e.g. some cyrillic address info for language RU and UA (International versions).

These data are saved in table ADRC and have a value 'R' (Cyrillic) in the field ADRC-NATION.

From the script the standard statement ADDRESS... ENDADDRESS print these data (via FM ADDRESS_INTO_PRINTFORM).

ADDRESS PARAGRAPH AT

ADDRESSNUMBER &VBDKA-ADRNR(K)&

TITLE &VBDKA-ANRED&

...

...

FROMCOUNTRY &VBDKA-SLAND&

ENDADDRESS

How is it possible to add a parameter in the script for printing these Cyrillic data and still use FM as standard ?

Br

Kiehn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Read the pdf attached to note 316331. It explains International Address Handling. There's a user exit for ADDRESS_INTO_PRINTFORM that allows the ADDRESS..ENDADDRESS to handle international addresses.

Answers (1)

Answers (1)

Former Member
0 Kudos

use this import parameter of FM

IV_NATION .

give it value R

Former Member
0 Kudos

Thanks, but the challenge is that I only want to make the changes in the script.

The print program (RVADOR01) should still be SAP standard !

Br/Kiehn

Former Member
0 Kudos

why dont u call the FM in a perform in script.

or use select in ur script.

Former Member
0 Kudos

Sorry, I still want to keep the standard layout functionalitet via ADDRESS... ENDADDRESS - so the solution is not to make your own perform and so on...

I think there MUST BE be a SAP standard solution - but I haven't found it yet in any scripts !

Maybe it's a customizing issue.

Former Member
0 Kudos

r u on ecc 6.0 , then u may use enhancement points concept.