SAP ABAP Class CL_BUPA_FURTHER_CHECKS_IPI (Disjunction ID BUPA_FURTHER_CHECKS_IPI)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
AP-MD-BP (Application Component) SAP Business Partner
⤷
BUPA_COMMON (Package) General SAP Business Partner
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20050920 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BUPA_FURTHER_CHECKS_IPI | Interface for BAdI: BUPA_FURTHER_CHECKS_IPI | 20050920 |
Properties
| Class | CL_BUPA_FURTHER_CHECKS_IPI | |
| Short Description | Disjunction ID BUPA_FURTHER_CHECKS_IPI | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BUPA_COMMON | General SAP Business Partner |
| Created | 20050920 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BUPA_FURTHER_CHECKS_IPI has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20050920 | ||
| 2 | IF_BUPA_FURTHER_CHECKS_IPI | Interface for BAdI: BUPA_FURTHER_CHECKS_IPI | 20050920 |
Friends
Class CL_BUPA_FURTHER_CHECKS_IPI has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRUKNAME | 'bapibus1006_central' | Control Structure for Testing the Table Name (Apart fr. SAA) | 20050920 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRUKNAME | 'bapibus1006_central_group' | Name of a Structure | 20050920 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRUKNAME | 'bapibus1006_central_organ' | Name of a Structure | 20050920 | ||
| 4 | Constant | Private | Type reference (TYPE) | STRUKNAME | 'bapibus1006_central_person' | Name of a Structure | 20050920 | ||
| 5 | Constant | Private | Type reference (TYPE) | BOOLE_D | 'X' | Data Element for BOOLE Domain: TRUE (='X') and FALSE (=' ') | 20050920 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | GTY_T_BAPI_MAP | 20050920 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | BUP_T_FIELDNAMES | BP: Field Names | 20050920 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_EX_BUPA_FURTHER_CHECKS | BAdI Interface IF_EX_BUPA_FURTHER_CHECKS | 20050920 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fill BAPI Mapping Table | 20050920 | |
| 2 | Instance method | Private | Method | Fill Table with Field Names on Interner | 20050920 | |
| 3 | Instance method | Private | Method | Map Internal Structures to BAPI Structures | 20050920 |
Events
Class CL_BUPA_FURTHER_CHECKS_IPI has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_BAPI_MAP | Public | See coding | 20050920 | begin of GTY_S_BAPI_MAP,
fname TYPE fieldname,
bapi_fname TYPE fieldname,
bapi_structure TYPE strukname,
end of GTY_S_BAPI_MAP
|
||
| 2 | GTY_T_BAPI_MAP | Public | See coding | 20050920 | gty_t_bapi_map TYPE sorted TABLE OF GTY_S_BAPI_MAP WITH unique KEY fname
|
Method Signatures
Method FILL_MAPPING_TABLE Signature
Method FILL_MAPPING_TABLE on class CL_BUPA_FURTHER_CHECKS_IPI has no parameter.
Method FILL_MAPPING_TABLE on class CL_BUPA_FURTHER_CHECKS_IPI has no exception.
Method GET_DATA_INT_FIELDS Signature
Method GET_DATA_INT_FIELDS on class CL_BUPA_FURTHER_CHECKS_IPI has no parameter.
Method GET_DATA_INT_FIELDS on class CL_BUPA_FURTHER_CHECKS_IPI has no exception.
Method MAP_INTERNAL_TO_BAPI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL | Vom Geschäftspartnertyp unabhängige allgemeine Daten des GP | 20050920 | |||
| 2 | ES_DATA_GROUP | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_GROUP | SAP-GP: BAPI-Struktur für Gruppendaten | 20050920 | |||
| 3 | ES_DATA_GROUP_X | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_GROUP_X | SAP-GP: BAPI-Struktur für Gruppendaten, Updateleiste | 20050920 | |||
| 4 | ES_DATA_ORGAN | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_ORGAN | SAP-GP: BAPI-Struktur für Organisationsdaten | 20050920 | |||
| 5 | ES_DATA_ORGAN_X | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_ORGAN_X | SAP-GP: BAPI-Struktur für Organisationsdaten, Updateleiste | 20050920 | |||
| 6 | ES_DATA_PERSON | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_PERSON | SAP-GP: BAPI-Struktur für Personendaten | 20050920 | |||
| 7 | ES_DATA_PERSON_X | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_PERSON_X | SAP-GP: BAPI-Struktur für Personendaten, Updateleiste | 20050920 | |||
| 8 | ES_DATA_X | Call by reference | Type reference (TYPE) | BAPIBUS1006_CENTRAL_X | SAP-GP: BAPI-Struktur für zentrale Daten; Updateleiste | 20050920 | |||
| 9 | IS_MODIFICATION | Call by reference | Type reference (TYPE) | BUP_S_CENT_MODIFICATION | GP: Änderungen der allgemeinen Partnerdaten | 20050920 |
Method MAP_INTERNAL_TO_BAPI on class CL_BUPA_FURTHER_CHECKS_IPI has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |