Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
ADDRESS_1 | ADRS1 | u | 767 | X | Transfer structure: Address data (type 1) | |
ADDRESS_2 | ADRS2 | u | 687 | X | Transfer structure: Address data (type 2) | |
ADDRESS_3 | ADRS3 | u | 957 | X | Transfer structure: Address data (type 3) | |
ADDRESS_HANDLE | SZAD_FIELD-HANDLE | C | 140 | SPACE | X | |
ADDRESS_NUMBER | ADRC-ADDRNUMBER | C | 10 | SPACE | X | Address number (data is read directly) |
ADDRESS_TYPE | SZAD_FIELD-ADDR_TYPE | C | 1 | SPACE | X | Address type: 1,2,3 or ' '(default) |
ADRSWA_IN | ADRS | u | 1466 | X | Structure: Address data/control parameter (type ' ') | |
COUNTRY_NAME_IN_RECEIVER_LANGU | SZAD_FIELD-FLAG | C | 1 | SPACE | X | Flag: Output country in recipient language |
IS_BUPA_TIME_DEPENDENCY | ADBUPA_TD | u | 39 | SPACE | X | Transfer Structure for Time Dependency BUT000 |
IV_LANGU_CREA | T002-SPRAS | C | 1 | SPACE | X | Language Key |
IV_NATION | ADRC-NATION | C | 1 | SPACE | X | International Version for Formatting |
IV_NATION_SPACE | T_BOOLE | 0 | SPACE | X | Flag: Use international version SPACE in all cases | |
IV_PERSON_ABOVE_ORGANIZATION | T_BOOLE | 0 | SPACE | X | Print Person Above Organization | |
LANGUAGE_FOR_COUNTRY_NAME | T002-SPRAS | C | 1 | SPACE | X | Country name language |
LINE_PRIORITY | SZAD_FIELD-PRIORITY | C | 25 | SPACE | X | Line suppresion sequence |
NO_UPPER_CASE_FOR_CITY | SZAD_FIELD-FLAG | C | 1 | SPACE | X | Flag: No upper case letters for District and Country |
NUMBER_OF_LINES | ADRS-ANZZL | P | 2 | 10 | X | Max. line length for the formatting (type 1,2,3) |
PERSON_HANDLE | SZAD_FIELD-HANDLE | C | 140 | SPACE | X | |
PERSON_NUMBER | ADRP-PERSNUMBER | C | 10 | SPACE | X | Person number (data are read directly) |
RECEIVER_LANGUAGE | T002-SPRAS | C | 1 | SPACE | X | Recipient language (for type 1,2,3) |
SENDER_COUNTRY | SZAD_FIELD-SEND_CNTRY | C | 3 | SPACE | X | Sender country (for type 1,2,3) - important ! |
STREET_HAS_PRIORITY | SZAD_FIELD-STREETPRIO | C | 1 | SPACE | X | Flag: Street has priority over PO Box |
Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
ADDRESS_DATA_CARRIER | SZAD_FIELD-ADDR_DC | C | 80 | Data carrier address (type 1,2,3) |
ADDRESS_DATA_CARRIER_0 | SZAD_FIELD-ADDR_DC | C | 80 | Second line for the data medium (type 1,2,3) |
ADDRESS_NOT_FOUND | SZAD_FIELD-FLAG | C | 1 | Address not found (when entering address no.) |
ADDRESS_PRINTFORM | ADRS_PRINT | u | 800 | Formatted address (type 1,2,3) |
ADDRESS_PRINTFORM_TABLE | SZADR_PRINTFORM_TABLE | 0 | Formatted address in table form | |
ADDRESS_SHORT_FORM | SZAD_FIELD-ADDR_SHORT | C | 80 | Short form of the formatted address (type 1,2,3) |
ADDRESS_SHORT_FORM_S | SZAD_FIELD-ADDR_SHORT | C | 80 | Short form incl. street (type 1,2,3) |
ADDRESS_SHORT_FORM_WO_NAME | SZAD_FIELD-ADDR_SHORT | C | 80 | Short Form Street and City (Type 1,2,3) |
ADRSWA_OUT | ADRS | u | 1466 | Transfer record: formatted address (type ' ') |
EV_NATION | ADRC-NATION | C | 1 | Actual version used if IV_NATION was transmitted |
NAME_IS_EMPTY | SZAD_FIELD-FLAG | C | 1 | Flag: Name fields empty, no formatting |
NUMBER_OF_USED_LINES | ADRS-ANZZL | P | 2 | Number of lines occupied (type 1,2,3) |
Functionality Control Parameters Return parameters Business Add-In ADDR_PRINTFORM_SHORT General formatting rules Overview of the currently implemented country-specific formats Description Description Description Value range Description
If the sender or recipient country is Japan, there is another specialcaese for address type 1 or SPACE, in which the ADDRESS_NUMBER is used: For customers, vendors or banks, an additional character set version ofthe address can be put in the table SADR (in the master datatransaction menu under Extras -> Address versions). If the parameterADDRESS_NUMBER is set and no address was found for this number in theCentral Address Management (new table ADRC from 4.0), the character setversion with the specified address number is read in the table SADR andformatted instead of the standard address. This function is currently only supported for mail to or from Japan. The appropriate version flag must be put in the SAP Include LSADRI00for the address for the parameter ADDRESS_NUMBER to be found in theaddress table SADR. Description The default address type SPACE is treated as type '1' and is requiredfor the upwards compatibility of the function module. The interface parameters ADRSWA_IN and ADRSWA_OUT are only used inaddress type SPACE. The other address types use: ADDRESS_1 or ADDRESS_2 or ADDRESS_3 for the attributes, and SENDER_COUNTRY, RECEIVER_LANGUAGE, NUMBER_OF_LINES, STREET_HAS_PRIORITYand LINE_PRIORITY for control. The parameters COUNTRY_NAME_IN_RECEIVER_LANGU,LANGUAGE_FOR_COUNTRY_NAME and NO_UPPER_CASE_FOR_CITY are addresstype-independent. The address attributes can be read directly instead of being passed inthe structures ADDRESS1/2/3, if the address is in the Central AddressManagement tables. The Business Address Services keys must be passed instead of thestructures ADDRESS1/2/3: Address type 1: ADDRESS_NUMBER Address type 2: ADDRESS_NUMBER and PERSON_NUMBER Address type 3: ADDRESS_NUMBER and PERSON_NUMBER The following parameters are used (Import) or filled (Export): Address type 1 ADDRESS_1 ADDRESS_TYPE ADDRESS_NUMBER SENDER_COUNTRY RECEIVER_LANGUAGE NUMBER_OF_LINES STREET_HAS_PRIORITY LINE_PRIORITY COUNTRY_NAME_IN_RECEIVER_LANGU LANGUAGE_FOR_COUNTRY_NAME NO_UPPER_CASE_FOR_CITY ADDRESS_PRINTFORM ADDRESS_SHORT_FORM ADDRESS_SHORT_FORM_S ADDRESS_DATA_CARRIER ADDRESS_DATA_CARRIER_0 NUMBER_OF_USED_LINES NAME_IS_EMPTY ADDRESS_NOT_FOUND ADDRESS_PRINTFORM_TABLE Address type 2 ADDRESS_2 ADDRESS_TYPE ADDRESS_NUMBER und PERSON_NUMBER SENDER_COUNTRY RECEIVER_LANGUAGE NUMBER_OF_LINES STREET_HAS_PRIORITY LINE_PRIORITY COUNTRY_NAME_IN_RECEIVER_LANGU LANGUAGE_FOR_COUNTRY_NAME NO_UPPER_CASE_FOR_CITY ADDRESS_PRINTFORM ADDRESS_SHORT_FORM ADDRESS_SHORT_FORM_S ADDRESS_DATA_CARRIER ADDRESS_DATA_CARRIER_0 NUMBER_OF_USED_LINES NAME_IS_EMPTY ADDRESS_NOT_FOUND ADDRESS_PRINTFORM_TABLE Address type 3 ADDRESS_3 ADDRESS_TYPE ADDRESS_NUMBER und PERSON_NUMBER SENDER_COUNTRY RECEIVER_LANGUAGE NUMBER_OF_LINES STREET_HAS_PRIORITY LINE_PRIORITY COUNTRY_NAME_IN_RECEIVER_LANGU LANGUAGE_FOR_COUNTRY_NAME NO_UPPER_CASE_FOR_CITY ADDRESS_PRINTFORM ADDRESS_SHORT_FORM ADDRESS_SHORT_FORM_S ADDRESS_DATA_CARRIER ADDRESS_DATA_CARRIER_0 NUMBER_OF_USED_LINES NAME_IS_EMPTY ADDRESS_NOT_FOUND ADDRESS_PRINTFORM_TABLE Address type SPACE (default value; the previous interface up to Release3.0B): ADRSWA_IN ADDRESS_TYPE ADDRESS_NUMBER (only for special cases such as Japan) COUNTRY_NAME_IN_RECEIVER_LANGU LANGUAGE_FOR_COUNTRY_NAME NO_UPPER_CASE_FOR_CITY ADRSWA_OUT NAME_IS_EMPTY ADDRESS_PRINTFORM_TABLE The following parameters correspond to each other (on the left theindividual parameter - on the right the fields in the old interfacestructures ADRSWA_IN and ADRSWA_OUT): ADDRESS_NUMBER - no equivalent PERSON_NUMBER - no equivalent SENDER_COUNTRY - ADRSWA_IN-INLND RECEIVER_LANGUAGE - ADRSWA_IN-SPRAS NUMBER_OF_LINES - ADRSWA_IN-ANZZL STREET_HAS_PRIORITY - ADRSWA_IN-WAREN LINE_PRIORITY - ADRSWA_IN-PRIOR COUNTRY_NAME_IN_RECEIVER_LANGU - no equivalent LANGUAGE_FOR_COUNTRY_NAME - no equivalent NO_UPPER_CASE_FOR_CITY - no equivalent ADDRESS_SHORT_FORM - ADRSWA_OUT-LINEK ADDRESS_SHORT_FORM_S - no equivalent ADDRESS_DATA_CARRIER - ADRSWA_OUT-LINED ADDRESS_DATA_CARRIER_0 - ADRSWA_OUT-LINED0 NUMBER_OF_USED_LINES - ADRSWA_OUT-ANZZL NAME_IS_EMPTY - no equivalent ADDRESS_NOT_FOUND - no equivalent ADDRESS_PRINTFORM_TABLE - no equivalent The parameters are described in the parameter documentation. Value range Default Description Default Description Value range Default Description Description Value range Default Example |
1578535 | MIRO: Using the international address version |
1109142 | City district is not printed |
839466 | Template for implementing Customer Exit SZAD0001 |
1425517 | LAW 2005: Address w/ district (BAdI example implementation) |
1140526 | Form of address and Academic Title displayed on same line. |
614663 | BP_ADU: Addresses in overview indistinguishable |
940504 | Manual address: No address display in overview screen II |
773320 | Name of employee responsible is not displayed |
734660 | International address versions: Smart Form LE_SHP_DELNOTE |
795147 | Country names in T005T-LANDX50 |
639035 | Japanese Address Screen Layout Release Information |
146050 | Address data on dunning notices is incorrect or incomplete |
847446 | SZRS0003: Name not displayed in Address Print Preview |
316331 | International address versions |
751345 | MIRO: Japanese address screen layout is incorrect |
821029 | Format of Japanese postal codes |
622966 | Korean address format: Street fields 2 to 5 |
734669 | Address format for Germany: District |
790309 | CORR: No country name in the address format |
804255 | HR_MAKE_ADDRESS does not work with customized address format |
784080 | Formatting switches Irish address lines 3 and 4 |
610289 | International address versions always used in sales orders |
748584 | HR_MAKE_ADDRESS:New address format "113" for Japan |
444054 | Country name in table T005T is too short |
670034 | BP_ZZZ: Incorrect formatting of addresses |
677072 | RFZALI20: Japanese address screen layout incorrect |
660897 | ENJOYSAP: Japanese address screen layout incorrect |
35931 | Collective note: Formatting/printing addresses |
622508 | Address formatting for Austria: Place of residence |
29062 | Switzerland: 'PO Box' in address is always German |
594894 | Office correspondence: Domestic address with country ID |
399851 | Address in remuneration statement |
337281 | Use of international address version for plants |
140130 | Illegible character in address |
376206 | Incorrect address display in FB60 and FB70 |
317265 | Japan address format printing by other countries |