SAP ABAP Interface /BOFU/IF_ADDR_MODIFY (Write Addresses to the Persistency)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/ADDRESS_ADAPTER (Package) Address adapter framework (missing 7.10 functionality)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_ADDR_PERSIST_SZA0 Address read Access via the local Memory 20081127
Properties
Interface /BOFU/IF_ADDR_MODIFY  
Short Description Write Addresses to the Persistency    
General Data
Package /BOFU/ADDRESS_ADAPTER   Address adapter framework (missing 7.10 functionality) 
Created 20081127   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface /BOFU/IF_ADDR_MODIFY has no forward declaration.
Interfaces
Interface /BOFU/IF_ADDR_MODIFY has no interface.
Friends
Interface /BOFU/IF_ADDR_MODIFY has no friend.
Attributes
Interface /BOFU/IF_ADDR_MODIFY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ADDRESS_REFERENCE Instance method Public Method 20081127
2 ADD_PERSON_REFERENCE Instance method Public Method 20081127
3 CLEANUP Instance method Public Method 20081127
4 DELETE_ADDRESS_14 Instance method Public Method Delete an address of technical Type 1 20081127
5 DELETE_ADDRESS_2 Instance method Public Method Delete an address of technical Type 2 20081127
6 DELETE_ADDRESS_3 Instance method Public Method Delete an address of technical Type 3 20081127
7 DELETE_ADDRESS_5 Instance method Public Method Delete an address of technical Type 5 20081127
8 DELETE_ADDRESS_REFERENCE Instance method Public Method 20081127
9 DELETE_PERSON_REFERENCE Instance method Public Method 20081127
10 INITIALIZE Instance method Public Method 20081127
11 INSERT_BLANK_ADDRESS_14 Instance method Public Method Create an empty address of technical Type 1 20081127
12 INSERT_BLANK_ADDRESS_2 Instance method Public Method Create an empty address of technical Type 2 20081127
13 INSERT_BLANK_ADDRESS_3 Instance method Public Method Create an empty address of technical Type 3 20081127
14 INSERT_BLANK_ADDRESS_5 Instance method Public Method Create an empty address of technical Type Person 20081127
15 RESET_MODIFICATIONS Instance method Public Method 20081127
16 SAVE Instance method Public Method 20081127
17 UPDATE_ADDRESS_14 Instance method Public Method Update an address of technical Type 1 20081127
18 UPDATE_ADDRESS_2 Instance method Public Method Update an address of technical Type 2 20081127
19 UPDATE_ADDRESS_3 Instance method Public Method Update an address of technical Type 3 20081127
20 UPDATE_ADDRESS_5 Instance method Public Method Update an address of technical Type 5 20081127
21 UPDATE_EMAIL Instance method Public Method Update email addresses of an address 20081127
22 UPDATE_FACSIMILE Instance method Public Method Update facsimile data of an address 20081127
23 UPDATE_PAGER Instance method Public Method Update pager numbers of an address 20081127
24 UPDATE_PRINTER Instance method Public Method Update Printers of an address 20081127
25 UPDATE_RML Instance method Public Method Update RML Addresses of an address 20081127
26 UPDATE_SSF Instance method Public Method Update SSF addresses of an address 20081127
27 UPDATE_TELEPHONE Instance method Public Method Update telephone data of an address 20081127
28 UPDATE_TELETEX Instance method Public Method Update teletex numbers of an address 20081127
29 UPDATE_TELEX Instance method Public Method Update telex numbers of an address 20081127
30 UPDATE_WEB Instance method Public Method Update web addresses of an address 20081127
31 UPDATE_X400 Instance method Public Method Update X.400 Addresses of an address 20081127
Events
Interface /BOFU/IF_ADDR_MODIFY has no event.
Types
Interface /BOFU/IF_ADDR_MODIFY has no local type.
Method Signatures

Method ADD_ADDRESS_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Importing IS_ADDRESS_REFERENCE Call by reference Type reference (TYPE) ADDR_REF 20081127
3 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM 20081127
4 Importing IV_CHECK_IF_REF_EXISTS Call by reference Type reference (TYPE) XFELD 'X' 20081127
# Exception Resumable Description Created on
1 REFERENCE_EXISTS 20081127

Method ADD_PERSON_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Importing IS_PERSON_REFERENCE Call by reference Type reference (TYPE) PERS_REF 20081127
3 Importing IV_CHECK_IF_REF_EXISTS Call by reference Type reference (TYPE) XFELD 'X' 20081127
4 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM 20081127
# Exception Resumable Description Created on
1 REFERENCE_EXISTS 20081127

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Importing IT_ADDRESS_KEY Call by reference Type reference (TYPE) /BOFU/ADDRT_ADDRESS_KEY Table of alternate address keys 20081127

Method CLEANUP on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method DELETE_ADDRESS_14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting EV_DELETION_RESULT Call by reference Type reference (TYPE) /BOFU/AD_DELRETC Return Code for Deletion of Addresses 20081127
3 Importing IS_ADDRESS_REFERENCE Call by reference Type reference (TYPE) ADDR_REF Transfer structure for the use of addresses 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE '1' Type of the address 20081127

Method DELETE_ADDRESS_14 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method DELETE_ADDRESS_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting EV_DELETION_RESULT Call by reference Type reference (TYPE) /BOFU/AD_DELRETC Return Code for Deletion of Addresses 20081127
3 Importing IS_ADDRESS_REFERENCE Call by reference Type reference (TYPE) ADDR_REF Transfer structure for the use of addresses 20081127
4 Importing IS_PERSON_REFERENCE Call by reference Type reference (TYPE) PERS_REF Person Use Data Transfer Structure (Business Addr. Service) 20081127
5 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
6 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
7 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
8 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127
9 Importing IV_RETAIN_PERSON Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20081127

Method DELETE_ADDRESS_2 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method DELETE_ADDRESS_3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting EV_DELETION_RESULT Call by reference Type reference (TYPE) /BOFU/AD_DELRETC Return Code for Deletion of Addresses 20081127
3 Importing IS_PERSON_REFERENCE Call by reference Type reference (TYPE) PERS_REF Person Use Data Transfer Structure (Business Addr. Service) 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
6 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
7 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127
8 Importing IV_RETAIN_PERSON Call by reference Type reference (TYPE) XFELD SPACE Checkbox 20081127

Method DELETE_ADDRESS_3 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method DELETE_ADDRESS_5 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting EV_DELETION_RESULT Call by reference Type reference (TYPE) /BOFU/AD_DELRETC Return Code for Deletion of Addresses 20081127
3 Importing IS_PERSON_REFERENCE Call by reference Type reference (TYPE) PERS_REF Person Use Data Transfer Structure (Business Addr. Service) 20081127
4 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127

Method DELETE_ADDRESS_5 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method DELETE_ADDRESS_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Exporting EV_DELETION_RESULT Call by reference Type reference (TYPE) /BOFU/AD_DELRETC Return Code for Deletion of Addresses 20081127
3 Importing IS_ADDRESS_REFERENCE Call by reference Type reference (TYPE) ADDR_REF 20081127
4 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM 20081127
# Exception Resumable Description Created on
1 REFERENCE_NOT_EXIST 20081127

Method DELETE_PERSON_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Exporting EV_DELETION_RESULT Call by reference Type reference (TYPE) /BOFU/AD_DELRETC Return Code for Deletion of Addresses 20081127
3 Importing IS_PERSON_REFERENCE Call by reference Type reference (TYPE) PERS_REF 20081127
4 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM 20081127
# Exception Resumable Description Created on
1 REFERENCE_NOT_EXIST 20081127

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Importing IT_ADDRESS_KEY Call by reference Type reference (TYPE) /BOFU/ADDRT_ADDRESS_KEY Table of alternate address keys 20081127

Method INITIALIZE on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method INSERT_BLANK_ADDRESS_14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS_GROUP Call by reference Type reference (TYPE) AD_GROUP Address Group (Key) (Business Address Services) 20081127
2 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127

Method INSERT_BLANK_ADDRESS_14 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method INSERT_BLANK_ADDRESS_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
2 Importing IV_PERSON_EXISTS Call by reference Type reference (TYPE) XFELD SPACE Indicator: The person already exists 20081127
3 Importing IV_PERSON_GROUP Call by reference Type reference (TYPE) AD_GROUP_P SPACE Address Group (Key) (Business Address Services) 20081127
4 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127

Method INSERT_BLANK_ADDRESS_2 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method INSERT_BLANK_ADDRESS_3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
2 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
3 Importing IV_PERSON_EXISTS Call by reference Type reference (TYPE) XFELD SPACE Indicator: The person already exists 20081127
4 Importing IV_PERSON_GROUP Call by reference Type reference (TYPE) AD_GROUP_P SPACE Address Group (Key) (Business Address Services) 20081127
5 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
6 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127

Method INSERT_BLANK_ADDRESS_3 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method INSERT_BLANK_ADDRESS_5 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERSON_GROUP Call by reference Type reference (TYPE) AD_GROUP_P Address Group (Key) (Business Address Services) 20081127
2 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127

Method INSERT_BLANK_ADDRESS_5 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method RESET_MODIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB 20081127
2 Importing IT_ADDRESS_KEY Call by reference Type reference (TYPE) /BOFU/ADDRT_ADDRESS_KEY Table of alternate address keys 20081127

Method RESET_MODIFICATIONS on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ADDRESS_KEY Call by reference Type reference (TYPE) /BOFU/ADDRT_ADDRESS_KEY Table of alternate address keys 20081127
2 Importing IV_EXECUTE_IN_UPDATE_TASK Call by reference Type reference (TYPE) XFELD SPACE 20081127

Method SAVE on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_ADDRESS_14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Importing IT_DATA Call by reference Type reference (TYPE) /BOFU/ADDRT_VERSION International address versions of the address 20081127
3 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
4 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
5 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE '1' Type of the address 20081127

Method UPDATE_ADDRESS_14 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_ADDRESS_2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Importing IT_DATA Call by reference Type reference (TYPE) /BOFU/ADDRT_VERSION International address versions of the address 20081127
3 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
4 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
5 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
6 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127

Method UPDATE_ADDRESS_2 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_ADDRESS_3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Importing IT_DATA Call by reference Type reference (TYPE) /BOFU/ADDRT_VERSION International address versions of the address 20081127
3 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
4 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM SPACE Address number 20081127
5 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
6 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127

Method UPDATE_ADDRESS_3 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_ADDRESS_5 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Importing IT_DATA Call by reference Type reference (TYPE) /BOFU/ADDRT_VERSION International address versions of the address 20081127
3 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE SPACE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
4 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM SPACE Person number 20081127

Method UPDATE_ADDRESS_5 on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_EMAIL Call by reference Type reference (TYPE) /BOFU/ADDRT_EMAIL_ADDRESS Telephone Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_EMAIL on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_FACSIMILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_FACSIMILE Call by reference Type reference (TYPE) /BOFU/ADDRT_FACSIMILE_NUMBER Telephone Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_FACSIMILE on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_PAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_PAGER Call by reference Type reference (TYPE) /BOFU/ADDRT_PAGER_NUMBER Pager Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_PAGER on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_PRINTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_PRINTER Call by reference Type reference (TYPE) /BOFU/ADDRT_PRINTER Printers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_PRINTER on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_RML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_RML Call by reference Type reference (TYPE) /BOFU/ADDRT_REMOTE_MAIL_ADDR RML Addresses of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_RML on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_SSF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_SSF Call by reference Type reference (TYPE) /BOFU/ADDRT_SSF_ADDRESS SSF Addresses of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_SSF on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_TELEPHONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_TELEPHONE Call by reference Type reference (TYPE) /BOFU/ADDRT_TELEPHONE_NUMBER Telephone Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_TELEPHONE on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_TELETEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_TELETEX Call by reference Type reference (TYPE) /BOFU/ADDRT_TELETEX_NUMBER Teletex Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_TELETEX on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_TELEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_TELEX Call by reference Type reference (TYPE) /BOFU/ADDRT_TELEX_NUMBER Telex Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_TELEX on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_WEB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_WEB Call by reference Type reference (TYPE) /BOFU/ADDRT_WEB_ADDRESS Telephone Numbers of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_WEB on Interface /BOFU/IF_ADDR_MODIFY has no exception.

Method UPDATE_X400 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) ADDR_ERROR_TAB ADDR_ERROR table type 20081127
2 Exporting ET_NEW_CONSNUMBER Call by reference Type reference (TYPE) /BOFU/ADDRT_CREATED_ID Newly created Ids 20081127
3 Importing IT_X400 Call by reference Type reference (TYPE) /BOFU/ADDRT_X400_ADDRESS X400 Addresses of an Address 20081127
4 Importing IV_ADDRESS_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
5 Importing IV_ADDRESS_NUMBER Call by reference Type reference (TYPE) AD_ADDRNUM Address number 20081127
6 Importing IV_ADDRESS_TYPE Call by reference Type reference (TYPE) /BOFU/ADDR_ADDRESS_TYPE Type of the address 20081127
7 Importing IV_CONSIDER_CONSNUMBER_FOR_INS Call by reference Type reference (TYPE) XFELD SPACE 20081127
8 Importing IV_PERSON_HANDLE Call by reference Type reference (TYPE) AD_HANDLE Handle for Creating Addresses/Persons (Bus. Addr. Services) 20081127
9 Importing IV_PERSON_NUMBER Call by reference Type reference (TYPE) AD_PERSNUM Person number 20081127

Method UPDATE_X400 on Interface /BOFU/IF_ADDR_MODIFY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701