Hierarchy

⤷

⤷

Properties
Class | FSBP_CENTRAL_DATA_MEMORY | |
Short Description | Emulation/Implementation of CBP/BAS Memory | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FS_BP_FND_PROXY_EVENTS | Business Partner Events Using Proxy |
Created | 20080730 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class FSBP_CENTRAL_DATA_MEMORY has no forward declaration.
Interfaces
Class FSBP_CENTRAL_DATA_MEMORY has no interface implemented.
Friends
Class FSBP_CENTRAL_DATA_MEMORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ADDR_ENCODE | 20101019 | |||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ADDR_MAP | 20101019 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LTTY_ADDRESS_MEMORY | Central Memory for Address Data | 20080730 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LTTY_CP_ADDRESS_MEMORY | Central Memory for Contact Person Address Data | 20101013 | ||
5 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | FSBP_CENTRAL_DATA_MEMORY | Emulation/Implementation of CBP/BAS Memory | 20080730 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LTTY_TEXT_MEMORY | Table for Notes for Business Partner | 20100128 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20101019 |
2 | ![]() |
Instance method | Public | Method | Returns Old/New Data for Addresses | 20080730 |
3 | ![]() |
Instance method | Public | Method | Returns Old/New Data for Address-Ind. Communication Data | 20081008 |
4 | ![]() |
Instance method | Protected | Method | Reads Address Data via Callback from CBP Memory | 20080731 |
5 | ![]() |
Instance method | Protected | Method | Reads Address-Ind. Comm. Data via Callback from CBP Memory | 20081008 |
6 | ![]() |
Instance method | Public | Method | Reads General BP Data via Callback from Memory | 20080730 |
7 | ![]() |
Instance method | Public | Method | Reads BP Relationships | 20080915 |
8 | ![]() |
Instance method | Public | Method | Reads BP Contact Person Relationships (Without Addresses) | 20101008 |
9 | ![]() |
Instance method | Public | Method | Reads BP Contact Person Relationships (with Addresses) | 20101011 |
10 | ![]() |
Instance method | Public | Method | Reads BP Shareholder | 20101007 |
11 | ![]() |
Instance method | Public | Method | Reads Bank Details via Callback from Memory | 20080806 |
12 | ![]() |
Instance method | Public | Method | Reads Payment Card Information via Callback | 20080806 |
13 | ![]() |
Instance method | Public | Method | Reads BP ID Data via Callback from Memory | 20080806 |
14 | ![]() |
Instance method | Public | Method | Reads Industry Data via Callback from Memory | 20080806 |
15 | ![]() |
Instance method | Public | Method | Reads Role Data via Callback from Memory | 20080804 |
16 | ![]() |
Instance method | Public | Method | Reads Tax Exemption Data via Callback from Memory | 20090115 |
17 | ![]() |
Instance method | Public | Method | Provides Old/New Data for Contact Person Addresses | 20101013 |
18 | ![]() |
Instance method | Public | Method | Reads Tax Number Data via Callback from Memory | 20080806 |
19 | ![]() |
Static method | Public | Method | Gets Instance of Class | 20080730 |
20 | ![]() |
Instance method | Public | Method | Reads Tax Exemption Data via Callback from Memory | 20091223 |
21 | ![]() |
Instance method | Public | Method | Mapping of Address Data from IPI Format to BAPI | 20101019 |
22 | ![]() |
Instance method | Public | Method | Mapping of International Address Versions in BAPI Format | 20101019 |
23 | ![]() |
Static method | Public | Method | Mapping of International Address Versions in BAPI Format | 20101019 |
24 | ![]() |
Instance method | Protected | Method | Compiles Data from Transferred Memories | 20081009 |
25 | ![]() |
Instance method | Protected | Event handling method | Initialize Memory | 20080815 |
26 | ![]() |
Instance method | Private | Event handling method | Initialize Memory | 20110902 |
27 | ![]() |
Instance method | Public | Method | Saves Address Data to Own Memory | 20080731 |
28 | ![]() |
Instance method | Public | Method | Saves Contact Person Address Data to Own Memory | 20101013 |
29 | ![]() |
Instance method | Public | Method | Saves Text Data in its Own Memory | 20100128 |
Events
Class FSBP_CENTRAL_DATA_MEMORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTTY_ADDRESS_MEMORY | Protected | See coding | 20080730 | ltty_address_memory type hashed table of lty_address_memory with unique key partner addrnumber
|
||
2 | LTTY_CP_ADDRESS_MEMORY | Protected | See coding | 20101013 | ltty_cp_address_memory type hashed table of lty_cp_address_memory with unique key partner1 partner2 addrnumber
|
||
3 | LTTY_TEXT_MEMORY | Protected | See coding | 20100201 | ltty_text_memory type hashed table of lty_text_memory with unique key partner
|
||
4 | LTY_ADDRESS_MEMORY | Protected | See coding | 20080730 | begin of lty_address_memory,
partner type bu_partner,
addrnumber type ad_addrnum,
data_old type ref to data,
data_new type ref to data,
end of lty_address_memory
|
||
5 | LTY_CP_ADDRESS_MEMORY | Protected | See coding | 20101013 | begin of lty_cp_address_memory,
partner1 type bu_partner,
partner2 type bu_partner,
addrnumber type ad_addrnum,
data_old type ref to fsbpr_contact_person_address,
data_new type ref to fsbpr_contact_person_address,
end of lty_cp_address_memory
|
||
6 | LTY_TEXT_MEMORY | Protected | See coding | 20100201 | begin of lty_text_memory,
partner type bu_partner,
data_old type ref to data,
data_new type ref to data,
end of lty_text_memory
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class FSBP_CENTRAL_DATA_MEMORY has no parameter.
Method CONSTRUCTOR on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_ADDRESS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ADDRESSES_NEW | Call by reference | Type reference (TYPE) | FSBP_ADDRESS_OBJECT_TTY | Tabellentyp zur Verwaltung von Adressen | 20080730 | ||
2 | ![]() |
ET_ADDRESSES_OLD | Call by reference | Type reference (TYPE) | FSBP_ADDRESS_OBJECT_TTY | Tabellentyp zur Verwaltung von Adressen | 20080730 | ||
3 | ![]() |
ET_BUT020_NEW | Call by reference | Type reference (TYPE) | TTY_BUT020 | 20080731 | |||
4 | ![]() |
ET_BUT020_OLD | Call by reference | Type reference (TYPE) | TTY_BUT020 | 20080731 | |||
5 | ![]() |
ET_BUT021_FS_NEW | Call by reference | Type reference (TYPE) | TTY_BUT021 | 20080731 | |||
6 | ![]() |
ET_BUT021_FS_OLD | Call by reference | Type reference (TYPE) | TTY_BUT021 | 20080731 | |||
7 | ![]() |
I_BUT000 | Call by reference | Type reference (TYPE) | BUT000 | GP: Allgemeine Daten I | 20081017 |
Method GET_ADDRESS_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_ADDR_IND_COMM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ADDR_IND_COMM_DATA_NEW | Call by reference | Type reference (TYPE) | FSBP_ADDRESS_OBJECT | Struktur zur Verwaltung von Adressen | 20081013 | ||
2 | ![]() |
E_ADDR_IND_COMM_DATA_OLD | Call by reference | Type reference (TYPE) | FSBP_ADDRESS_OBJECT | Struktur zur Verwaltung von Adressen | 20081013 | ||
3 | ![]() |
I_BUT000 | Call by reference | Type reference (TYPE) | BUT000 | GP: Allgemeine Daten I | 20081013 |
Method GET_ADDR_IND_COMM_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUPA_ADDRESS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT020_NEW | Call by reference | Type reference (TYPE) | TTY_BUT020 | SAP-GP: Übergabestruktur für Adressreferenzen der BUT020 | 20080731 | ||
2 | ![]() |
ET_BUT020_OLD | Call by reference | Type reference (TYPE) | TTY_BUT020 | SAP-GP: Übergabestruktur für Adressreferenzen der BUT020 | 20080731 | ||
3 | ![]() |
ET_BUT021_FS_NEW | Call by reference | Type reference (TYPE) | TTY_BUT021 | SAP-GP: Übergabestruktur für Adressverwendungen | 20080731 | ||
4 | ![]() |
ET_BUT021_FS_OLD | Call by reference | Type reference (TYPE) | TTY_BUT021 | SAP-GP: Übergabestruktur für Adressverwendungen | 20080731 | ||
5 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080731 |
Method GET_BUPA_ADDRESS_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUPA_ADDR_IND_COMM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ADDR_IND_COMM_DATA_NEW | Call by reference | Type reference (TYPE) | FSBP_ADDRESS_OBJECT | Struktur zur Verwaltung von Adressen | 20081008 | ||
2 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20081008 |
Method GET_BUPA_ADDR_IND_COMM_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT000_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_BUT000_NEW | Call by reference | Type reference (TYPE) | BUT000 | GP: Allgemeine Daten I | 20081013 | ||
2 | ![]() |
E_BUT000_OLD | Call by reference | Type reference (TYPE) | BUT000 | GP: Allgemeine Daten I | 20081013 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080730 |
Method GET_BUT000_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT050_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT050_NEW | Call by reference | Type reference (TYPE) | FSBP_BUT050_TTY | BUT050 als Tabellentyp | 20080915 | ||
2 | ![]() |
ET_BUT050_OLD | Call by reference | Type reference (TYPE) | FSBP_BUT050_TTY | BUT050 als Tabellentyp | 20080915 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080915 |
Method GET_BUT050_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT051_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT051_NEW | Call by reference | Type reference (TYPE) | TTY_BUT051 | SAP-GP: Übergabestruktur für GP-Beziehungen: Ansprechpartner | 20101008 | ||
2 | ![]() |
ET_BUT051_OLD | Call by reference | Type reference (TYPE) | TTY_BUT051 | SAP-GP: Übergabestruktur für GP-Beziehungen: Ansprechpartner | 20101008 | ||
3 | ![]() |
I_REL_KEY | Call by reference | Type reference (TYPE) | FSBPR_OBJECT_KEY | Schlüssel einer Geschäftspartnerbeziehung | 20101008 |
Method GET_BUT051_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT052_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT052_NEW | Call by reference | Type reference (TYPE) | TTY_BUT052 | SAP-GP: Übergabestruktur für GP-Beziehungen: Adressen | 20101011 | ||
2 | ![]() |
ET_BUT052_OLD | Call by reference | Type reference (TYPE) | TTY_BUT052 | SAP-GP: Übergabestruktur für GP-Beziehungen: Adressen | 20101011 | ||
3 | ![]() |
I_REL_KEY | Call by reference | Type reference (TYPE) | FSBPR_OBJECT_KEY | Schlüssel einer Geschäftspartnerbeziehung | 20101011 |
Method GET_BUT052_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT053_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT053_NEW | Call by reference | Type reference (TYPE) | TTY_BUT053 | Tabellentyp zur Struktur BUT053 | 20101007 | ||
2 | ![]() |
ET_BUT053_OLD | Call by reference | Type reference (TYPE) | TTY_BUT053 | Tabellentyp zur Struktur BUT053 | 20101007 | ||
3 | ![]() |
I_REL_KEY | Call by reference | Type reference (TYPE) | FSBPR_OBJECT_KEY | Schlüssel einer Geschäftspartnerbeziehung | 20101007 |
Method GET_BUT053_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT0BK_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT0BK_NEW | Call by reference | Type reference (TYPE) | TTY_BUT0BK | SAP-GP: Tabellentyp zur Übergabe von Bankdaten | 20080806 | ||
2 | ![]() |
ET_BUT0BK_OLD | Call by reference | Type reference (TYPE) | TTY_BUT0BK | SAP-GP: Tabellentyp zur Übergabe von Bankdaten | 20080806 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080806 |
Method GET_BUT0BK_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT0CC_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT0CC_NEW | Call by reference | Type reference (TYPE) | TTY_BUT0CC | SAP-GP: Tabellentyp zur Übergabe von Zahlungskartendaten | 20080806 | ||
2 | ![]() |
ET_BUT0CC_OLD | Call by reference | Type reference (TYPE) | TTY_BUT0CC | SAP-GP: Tabellentyp zur Übergabe von Zahlungskartendaten | 20080806 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080806 |
Method GET_BUT0CC_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT0ID_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT0ID_NEW | Call by reference | Type reference (TYPE) | TTY_BUT0ID | SAP-GP: Tabellentyp zur Übergabe von Identifikationsdaten | 20080806 | ||
2 | ![]() |
ET_BUT0ID_OLD | Call by reference | Type reference (TYPE) | TTY_BUT0ID | SAP-GP: Tabellentyp zur Übergabe von Identifikationsdaten | 20080806 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080806 |
Method GET_BUT0ID_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT0IS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT0IS_NEW | Call by reference | Type reference (TYPE) | TTY_BUT0IS | SAP-GP: Tabellentyp zur Übergabe von Branchendaten | 20080806 | ||
2 | ![]() |
ET_BUT0IS_OLD | Call by reference | Type reference (TYPE) | TTY_BUT0IS | SAP-GP: Tabellentyp zur Übergabe von Branchendaten | 20080806 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080806 |
Method GET_BUT0IS_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT100_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT100_NEW | Call by reference | Type reference (TYPE) | TTY_BUT100 | SAP-GP: Tabellenstruktur zur Übergabe von Rollendaten | 20080804 | ||
2 | ![]() |
ET_BUT100_OLD | Call by reference | Type reference (TYPE) | TTY_BUT100 | SAP-GP: Tabellenstruktur zur Übergabe von Rollendaten | 20080804 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080804 |
Method GET_BUT100_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_BUT_FRG0011_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_BUT_FRG0011_NEW | Call by reference | Type reference (TYPE) | FSBP_BUT_FRG0011_TTY | Tabellentyp für Tabelle BUT_FRG0011 | 20090115 | ||
2 | ![]() |
ET_BUT_FRG0011_OLD | Call by reference | Type reference (TYPE) | FSBP_BUT_FRG0011_TTY | Tabellentyp für Tabelle BUT_FRG0011 | 20090115 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20090115 | ||
4 | ![]() |
I_PARTNER_GUID | Call by reference | Type reference (TYPE) | BU_PARTNER_GUID | GUID eines Geschäftspartners | 20090120 |
Method GET_BUT_FRG0011_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_CP_ADDRESS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ADDRESSES_NEW | Call by reference | Type reference (TYPE) | FSBPR_CP_ADDRESSES_TTY | Ansprechpartneradressen | 20101013 | ||
2 | ![]() |
ET_ADDRESSES_OLD | Call by reference | Type reference (TYPE) | FSBPR_CP_ADDRESSES_TTY | Ansprechpartneradressen | 20101013 | ||
3 | ![]() |
I_RELKEY | Call by reference | Type reference (TYPE) | FSBPR_OBJECT_KEY | Schlüssel einer Geschäftspartnerbeziehung | 20101013 |
Method GET_CP_ADDRESS_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_DFKKBPTAXNUM_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DFKKBPTAXNUM_NEW | Call by reference | Type reference (TYPE) | BUP_TT_DFKKBPTAXNUM | Steuernummern | 20080806 | ||
2 | ![]() |
ET_DFKKBPTAXNUM_OLD | Call by reference | Type reference (TYPE) | BUP_TT_DFKKBPTAXNUM | Steuernummern | 20080806 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080806 |
Method GET_DFKKBPTAXNUM_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | FSBP_CENTRAL_DATA_MEMORY | Emulation/ Implementierung eines ZGP/ BAS Memory | 20080730 |
Method GET_INSTANCE on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method GET_TEXT_COLLECTION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TEXT_NEW | Call by reference | Type reference (TYPE) | FSBP_TEXT_TTY | Tabelle für Notizen am Geschäftspartner | 20100114 | ||
2 | ![]() |
ET_TEXT_OLD | Call by reference | Type reference (TYPE) | FSBP_TEXT_TTY | Tabelle für Notizen am Geschäftspartner | 20100114 | ||
3 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20100114 |
Method GET_TEXT_COLLECTION_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method MAP_ADDRESS_IPI_TO_BAPI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ADDRESS | Call by reference | Type reference (TYPE) | FSBP_BAPI_ADDRESS_DATA | Adressdaten im BAPI Format | 20101019 | ||
2 | ![]() |
I_ADDR_GUID | Call by reference | Type reference (TYPE) | BU_ADDRESS_GUID | GUID einer Geschäftspartneradresse | 20101019 | ||
3 | ![]() |
I_ADDR_IPI | Call by reference | Type reference (TYPE) | ADDRS_VERSION | 20101019 | |||
4 | ![]() |
I_ADDR_NUMBER | Call by reference | Type reference (TYPE) | AD_NUMBER | Adreß- oder Personennummer (10-stelliger Schlüssel der BAS) | 20101019 | ||
5 | ![]() |
I_COMM_IPI | Call by reference | Type reference (TYPE) | ADDRS_COMMUNICATION_DATA | 20101019 | |||
6 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20101019 |
Method MAP_ADDRESS_IPI_TO_BAPI on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method MAP_ADDRESS_TO_BAPI_VERSORG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ADRC | Call by reference | Type reference (TYPE) | ADRC | Änderungsbelegstruktur; generiert durch RSSCD000 | 20101019 | ||
2 | ![]() |
R_VERSORG | Value transfer | Type reference (TYPE) | BAPIAD1VD | BAPI-Struktur Adresstyp 1, Felder abh. von int. Versionen | 20101019 |
Method MAP_ADDRESS_TO_BAPI_VERSORG on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method MAP_ADDRESS_TO_BAPI_VERSPERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ADRC | Call by reference | Type reference (TYPE) | ADRC | Änderungsbelegstruktur; generiert durch RSSCD000 | 20101019 | ||
2 | ![]() |
I_ADRP | Call by reference | Type reference (TYPE) | ADRP | Änderungsbelegstruktur; generiert durch RSSCD000 | 20101019 | ||
3 | ![]() |
R_VERSPERS | Value transfer | Type reference (TYPE) | BAPIAD2VD | BAPI-Struktur Adresstyp 2, Felder abh. von int. Versionen | 20101019 |
Method MAP_ADDRESS_TO_BAPI_VERSPERS on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method MERGE_DATA_FROM_MEMORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081009 | |||
2 | ![]() |
E_NO_DATA_EXISTS | Call by reference | Type reference (TYPE) | XO_BOOLE | Boole'scher Wert ('X' = True ' ' = False) | 20081009 | ||
3 | ![]() |
IT_BDT_MEMORY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081009 | |||
4 | ![]() |
IT_CALLBACK_MEMORY | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081009 | |||
5 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20081009 |
Method MERGE_DATA_FROM_MEMORIES on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method ON_CLEANUP Signature
Method ON_CLEANUP on class FSBP_CENTRAL_DATA_MEMORY has no parameter.
Method ON_CLEANUP on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method ON_TRANSACTION_FINISHED Signature
Method ON_TRANSACTION_FINISHED on class FSBP_CENTRAL_DATA_MEMORY has no parameter.
Method ON_TRANSACTION_FINISHED on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method SAVE_ADDRESS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ADDRNUMBER | Call by reference | Type reference (TYPE) | AD_ADDRNUM | Adressnummer | 20080801 | ||
2 | ![]() |
I_ADDR_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Adressdaten (aktueller Stand) | 20081016 | ||
3 | ![]() |
I_ADDR_OLD | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Adressdaten (alter Stand) | 20081016 | ||
4 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20080731 |
Method SAVE_ADDRESS_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method SAVE_CP_ADDRESS_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ADDRNUMBER | Call by reference | Type reference (TYPE) | AD_ADDRNUM | Adressnummer | 20101013 | ||
2 | ![]() |
I_CP_ADDR_NEW | Call by reference | Object reference (TYPE REF TO) | FSBPR_CONTACT_PERSON_ADDRESS | Referenz auf Adressdaten (aktueller Stand) | 20101013 | ||
3 | ![]() |
I_CP_ADDR_OLD | Call by reference | Object reference (TYPE REF TO) | FSBPR_CONTACT_PERSON_ADDRESS | Referenz auf Adressdaten (alter Stand) | 20101013 | ||
4 | ![]() |
I_PARTNER1 | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20101013 | ||
5 | ![]() |
I_PARTNER2 | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20101013 |
Method SAVE_CP_ADDRESS_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
Method SAVE_TEXT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20100128 | ||
2 | ![]() |
I_TEXT_NEW | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Textdaten (aktueller Stand) | 20100201 | ||
3 | ![]() |
I_TEXT_OLD | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Textdaten (alter Stand) | 20100201 |
Method SAVE_TEXT_DATA on class FSBP_CENTRAL_DATA_MEMORY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 300 |