SAP ABAP Class CL_BUP_RELX_DB_READ (BP Rel.: DB Access/Buffer for Generic BUT051 Relationships)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BP (Application Component) Business Partner Foundation
⤷
S_BUPA_IPI (Package) SAP Business Partner: Internal Programming Interface (Basis)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BUP_CONST | Business Partner: Constants Generally Used | 20060622 |
Properties
Class | CL_BUP_RELX_DB_READ | |
Short Description | BP Rel.: DB Access/Buffer for Generic BUT051 Relationships | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_BUPA_IPI | SAP Business Partner: Internal Programming Interface (Basis) |
Created | 20060606 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BUP_RELX_DB_READ has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BUP_CONST | Business Partner: Constants Generally Used | 20060622 |
Friends
Class CL_BUP_RELX_DB_READ has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Check Buffer Consistency (Records Chngd in Parallel Session) | 20081027 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060606 |
3 | ![]() |
Static method | Public | Method | Provide instance buffer/access for BUT051 relationship | 20060606 |
4 | ![]() |
Instance method | Private | Method | Show Result of SELECT_BY_RELNR in Buffer | 20081027 |
5 | ![]() |
Instance method | Public | Method | Delete/Initialize DB Buffer | 20060606 |
6 | ![]() |
Instance method | Public | Method | Delete Buffer for a Relationship Set | 20060606 |
7 | ![]() |
Instance method | Public | Method | Read DB buffer for PARTNER1 and PARTNER2 (key date-related) | 20060606 |
8 | ![]() |
Instance method | Public | Method | DB selection of a relationship set (BUT051 relationship) | 20060606 |
9 | ![]() |
Instance method | Public | Method | Update Database Buffer After Saving (AFTER_COMMIT) | 20060626 |
Events
Class CL_BUP_RELX_DB_READ has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_DATA_BUF_T | Public | See coding | 20081021 | ty_data_buf_t TYPE SORTED TABLE OF but051
WITH UNIQUE KEY relnr partner1 partner2 date_to
|
Method Signatures
Method BUF_CONSIST_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Fehlerflag | 20081027 | ||
2 | ![]() |
IT_DATA_BUF_AFTER | Call by reference | Type reference (TYPE) | TY_DATA_BUF_T | Inhalt des Datenpuffers zur Selektion (nach dem SELECT) | 20081027 | ||
3 | ![]() |
IT_DATA_BUF_BEFORE | Call by reference | Type reference (TYPE) | TY_DATA_BUF_T | Inhalt des Datenpuffers zur Selektion (vor dem SELECT) | 20081027 |
Method BUF_CONSIST_CHECK on class CL_BUP_RELX_DB_READ has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_BUP_RELX_DB_READ has no parameter.
Method CONSTRUCTOR on class CL_BUP_RELX_DB_READ has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BUP_RELX_DB_READ | GPB: DB-Zugriff/Puffer für generische BUT051-Beziehungen | 20060606 |
Method GET_INSTANCE on class CL_BUP_RELX_DB_READ has no exception.
Method PROCESS_RESULTS_SELECT_BY_RLNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | TTY_BUT051 | GPB: Übergabestruktur für GP-Beziehungen: Ansprechpartner | 20081027 | ||
2 | ![]() |
CT_READ_KEYS | Call by reference | Type reference (TYPE) | TY_SEL_KEY_BY_RELNR_T | GPB: Selektion/Schlüssel eines Beziehungsgeflechtes (RELNR) | 20081027 | ||
3 | ![]() |
IT_BUT051 | Call by reference | Type reference (TYPE) | TTY_BUT051 | GPB: Übergabestruktur für GP-Beziehungen: Ansprechpartner | 20081027 | ||
4 | ![]() |
IV_DB_READ | Call by reference | Type reference (TYPE) | BOOLE_D | Direkt von der Datenbank lesen | 20081027 |
Method PROCESS_RESULTS_SELECT_BY_RLNR on class CL_BUP_RELX_DB_READ has no exception.
Method REFRESH_MEMORY Signature
Method REFRESH_MEMORY on class CL_BUP_RELX_DB_READ has no parameter.
Method REFRESH_MEMORY on class CL_BUP_RELX_DB_READ has no exception.
Method RESET_MEMORY_BY_RELNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA_BUF_BEFORE | Call by reference | Type reference (TYPE) | TY_DATA_BUF_T | Inhalt des Datenpuffers zur Selektion (vor dem SELECT) | 20081021 | ||
2 | ![]() |
IV_RELNR | Call by reference | Type reference (TYPE) | BU_RELNR | Geschäftspartner-Beziehungsnummer | 20060606 |
Method RESET_MEMORY_BY_RELNR on class CL_BUP_RELX_DB_READ has no exception.
Method SELECT_BY_PARTNER_KEYDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TTY_BUT051 | SAP-GP: Übergabestruktur für GP-Beziehungen: Ansprechpartner | 20060606 | ||
2 | ![]() |
ET_FAILED_KEYS | Call by reference | Type reference (TYPE) | BUP_T_RELT_BUT05X_KEY | GPB: Schlüssel der Beziehungen (Memory/Puffer) | 20060606 | ||
3 | ![]() |
IT_KEYS | Call by reference | Type reference (TYPE) | BUP_T_RELT_BUT05X_KEY | GPB: Schlüssel der Beziehungen (Memory/Puffer) | 20060606 | ||
4 | ![]() |
IV_DB_READ | Call by reference | Type reference (TYPE) | BOOLE_D | Daten von der Datenbank lesen | 20060606 | ||
5 | ![]() |
IV_USE_DATE_TO | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | DATE_TO berücksichtigen | 20060606 |
Method SELECT_BY_PARTNER_KEYDATE on class CL_BUP_RELX_DB_READ has no exception.
Method SELECT_BY_RELNR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | TTY_BUT051 | SAP-GP: Übergabestruktur für GP-Beziehungen: Ansprechpartner | 20060606 | ||
2 | ![]() |
ET_FAILED_KEYS | Call by reference | Type reference (TYPE) | BUP_T_RELT_KEY_RELNR | GPB: Selektion/Schlüssel eines Beziehungsgeflechtes (RELNR) | 20060606 | ||
3 | ![]() |
IT_KEYS | Call by reference | Type reference (TYPE) | BUP_T_RELT_KEY_RELNR | GPB: Selektion/Schlüssel eines Beziehungsgeflechtes (RELNR) | 20060606 | ||
4 | ![]() |
IV_DB_READ | Call by reference | Type reference (TYPE) | BOOLE_D | Direkt von der Datenbank lesen | 20060606 |
Method SELECT_BY_RELNR on class CL_BUP_RELX_DB_READ has no exception.
Method UPDATE_DATA_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Fehler, Updates nicht möglich | 20060626 | ||
2 | ![]() |
IT_UPDATES | Call by reference | Type reference (TYPE) | BUP_TS_RELX_BUT051_MEM | GPB: Memorystruktur generische BUT051-Beziehungen | 20060626 |
Method UPDATE_DATA_BUFFER on class CL_BUP_RELX_DB_READ has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |