SAP ABAP Interface IF_FSBP_CC_FACADE (Business Partner Data Cleansing Facade (Interface))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
FS-BP (Application Component) Business Partner
⤷
FS_BP_FND_CLEANSING_APPL_LOGIC (Package) Application Logic for FS Business Partner Cleansing

⤷

⤷

Properties
Interface | IF_FSBP_CC_FACADE | |
Short Description | Business Partner Data Cleansing Facade (Interface) |
General Data
Package | FS_BP_FND_CLEANSING_APPL_LOGIC | Application Logic for FS Business Partner Cleansing |
Created | 20100419 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_FSBP_CC_FACADE has no interface.
Friends
Interface IF_FSBP_CC_FACADE has no friend.
Attributes
Interface IF_FSBP_CC_FACADE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Closes Transaction | 20100419 |
2 | ![]() |
Instance method | Public | Method | Provides Instances of Data Cleansing Cases | 20100511 |
3 | ![]() |
Instance method | Public | Method | Provides Instances of Data Cleansing Cases | 20100511 |
4 | ![]() |
Instance method | Public | Method | Provides an Instance of a Data Cleansing Case | 20100511 |
5 | ![]() |
Instance method | Public | Method | Provides an Instance of a Data Cleansing Case | 20100511 |
6 | ![]() |
Instance method | Public | Method | Provides Data Cleansing Case for Release | 20100520 |
7 | ![]() |
Instance method | Public | Method | Gets Number of Data Cleansing Cases | 20100813 |
8 | ![]() |
Instance method | Public | Method | Initializes Transaction | 20101013 |
9 | ![]() |
Instance method | Public | Method | Searches for Data Cleansing Cases | 20100419 |
Events
Interface IF_FSBP_CC_FACADE has no event.
Types
Interface IF_FSBP_CC_FACADE has no local type.
Method Signatures
Method END_TRANSACTION Signature
Method END_TRANSACTION on Interface IF_FSBP_CC_FACADE has no parameter.
Method END_TRANSACTION on Interface IF_FSBP_CC_FACADE has no exception.
Method GET_CLEANSING_CASES_BY_GUIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUIDS | Call by reference | Type reference (TYPE) | FSBP_CC_GUID_TTY | Datenbereinigungsfall GUIDs | 20100511 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | FSBP_CC_CLEANSING_OBJECT_TTY | Datenbereinigungsfallobjekte (GUIDs + Objektinterfaces) | 20100511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Identifikationsfehler (unbekanntes Objekt) | 20100511 |
Method GET_CLEANSING_CASES_BY_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IDS | Call by reference | Type reference (TYPE) | FSBP_CC_ID_TTY | IDs (Nummer) mehrerer Datenbereinigungsfälle | 20100511 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | FSBP_CC_CLEANSING_OBJECT_TTY | Datenbereinigungsfallobjekte (GUIDs + Objektinterfaces) | 20100511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Identifikationsfehler (unbekanntes Objekt) | 20100511 |
Method GET_CLEANSING_CASE_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | COMT_CLEAR_CASE_GUID | 20100511 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FSBP_CC_CLEANSING_CASE | 20100511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Identifikationsfehler (unbekanntes Objekt) | 20100511 |
Method GET_CLEANSING_CASE_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | COMT_CLEAR_NUMBER | Nummer des Datenbereinigungsfalls | 20100511 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FSBP_CC_CLEANSING_CASE | Geschäftspartnerdatenbereinigung (allgemeines Interface) | 20100511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Identifikationsfehler (unbekanntes Objekt) | 20100511 |
Method GET_CLEANSING_CASE_FOR_RELEASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | COMT_CLEAR_CASE_GUID | 20100520 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FSBP_CC_RELEASE_OBJECT | Geschäftspartnerdatenbereinigung (Sicht Freigabe) | 20100520 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Identifikationsfehler (unbekanntes Objekt) | 20100520 |
Method GET_NUMBER_OF_CLEANSING_CASES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MESSAGES | Call by reference | Type reference (TYPE) | TTY_XO_MESSAGE | Nachrichten | 20100813 | ||
2 | ![]() |
E_NUMBER_OF_CASES | Value transfer | Type reference (TYPE) | SYDBCNT | Anzahl Datenbereinigungsfälle gemäß Suchkriterien | 20100813 | ||
3 | ![]() |
I_CASE_ADMINISTRATOR_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_ADMINISTRATOR_RNG | Range für Administrator | 20100903 | ||
4 | ![]() |
I_CASE_DATE_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_DATE_RNG | Range für Anlagedatum | 20100903 | ||
5 | ![]() |
I_CASE_NUMBER_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_CASE_NUMBER_RNG | Range für Fallnummer | 20100903 | ||
6 | ![]() |
I_CASE_PRIORITY_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_PRIORITY_RNG | Range für Priorität | 20100903 | ||
7 | ![]() |
I_CASE_STATUS_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_STATUS_RNG | Range für Status | 20100903 | ||
8 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20100813 | ||
9 | ![]() |
I_SOURCE | Call by reference | Type reference (TYPE) | COMT_CLEAR_SOURCE | Datenbereinigung: Quelle des Datenbereinigungsobjekts | 20100813 |
Method GET_NUMBER_OF_CLEANSING_CASES on Interface IF_FSBP_CC_FACADE has no exception.
Method INITIALIZE Signature
Method INITIALIZE on Interface IF_FSBP_CC_FACADE has no parameter.
Method INITIALIZE on Interface IF_FSBP_CC_FACADE has no exception.
Method SEARCH_CLEANSING_CASES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CC_GUIDS | Call by reference | Type reference (TYPE) | FSBP_CC_GUID_TTY | GUIDs mehrerer Datenbereinigungsfälle | 20100518 | ||
2 | ![]() |
E_MESSAGES | Call by reference | Type reference (TYPE) | TTY_XO_MESSAGE | Nachrichten | 20100422 | ||
3 | ![]() |
I_CASE_ADMINISTRATOR_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_ADMINISTRATOR_RNG | Range für Administrator | 20100903 | ||
4 | ![]() |
I_CASE_DATE_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_DATE_RNG | Range für Anlagedatum | 20100903 | ||
5 | ![]() |
I_CASE_NUMBER_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_CASE_NUMBER_RNG | Range für Fallnummer | 20100902 | ||
6 | ![]() |
I_CASE_PRIORITY_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_PRIORITY_RNG | Range für Priorität | 20100903 | ||
7 | ![]() |
I_CASE_STATUS_RNG | Call by reference | Type reference (TYPE) | FSBP_CC_STATUS_RNG | Range für Status | 20100903 | ||
8 | ![]() |
I_MAX_RECORDS | Call by reference | Type reference (TYPE) | DDSHMAXREC | '200' | Maximale Anzahl Datensätze | 20100426 | |
9 | ![]() |
I_PARTNER | Call by reference | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20100422 | ||
10 | ![]() |
I_SOURCE | Call by reference | Type reference (TYPE) | COMT_CLEAR_SOURCE | Datenbereinigung: Quelle des Datenbereinigungsobjekts | 20100422 |
Method SEARCH_CLEANSING_CASES on Interface IF_FSBP_CC_FACADE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 400 |