SAP ABAP Class CL_CRM_BSP_BLUEPRINT_XCHG (Class for Data Exchange between BSPs)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-PCF-CUS (Application Component) People-Centric UI Framework Customizing
⤷
CRM_BSP_FRAME_SC_BLUEPRINT (Package) Controller Implementation: Blueprint
⤷
⤷
Properties
| Class | CL_CRM_BSP_BLUEPRINT_XCHG | |
| Short Description | Class for Data Exchange between BSPs | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BSP_FRAME_SC_BLUEPRINT | Controller Implementation: Blueprint |
| Created | 20020702 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CRM_BSP_BLUEPRINT_XCHG has no interface implemented.
Friends
Class CL_CRM_BSP_BLUEPRINT_XCHG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR1 | 'D' | Single-Character Indicator | 20030211 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Single-Character Indicator | 20030211 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=true, -=false, space=unknown) | 20030509 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GUID_32 | Exchange ID | 20020702 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Exchange Medium (Database/Shared Memory) | 20030211 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | Data Record Counter | 20020702 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CHAR20 | Object Name | 20020702 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=true, -=false, space=unknown) | 20031023 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20020702 | |
| 2 | Static method | Public | Method | Generate Instance for Data Exchange | 20020704 | |
| 3 | Instance method | Private | Method | Generate Table Dynamically According to Metadata | 20030211 | |
| 4 | Instance method | Public | Method | Delete Data Object | 20030211 | |
| 5 | Instance method | Public | Method | Determine Exchange ID | 20020704 | |
| 6 | Instance method | Private | Method | Is Type Defined in DDIC or by Type Pool? | 20030211 | |
| 7 | Instance method | Public | Method | Delete All Data Objects of an Instance | 20020702 | |
| 8 | Instance method | Public | Method | Page In Any Data Object | 20020704 | |
| 9 | Instance method | Private | Method | Import Any Data Object | 20020704 | |
| 10 | Instance method | Private | Method | Import Contents of a Data Reference | 20020704 | |
| 11 | Instance method | Private | Method | Read Table Structure | 20030211 | |
| 12 | Instance method | Private | Method | Import Contents of a Structure | 20020704 | |
| 13 | Instance method | Private | Method | Import Contents of a Table | 20020704 | |
| 14 | Instance method | Private | Method | Import Contents of a Variable (All Except References) | 20020704 | |
| 15 | Instance method | Public | Method | Page Out Any Data Object (Can Include References) | 20020702 | |
| 16 | Instance method | Private | Method | Page Out Any Data Object | 20020702 | |
| 17 | Instance method | Private | Method | Page Out Contents of a Data Reference | 20020704 | |
| 18 | Instance method | Private | Method | Page Out Table Structure | 20030211 | |
| 19 | Instance method | Private | Method | Page Out Contents of a Structure | 20020704 | |
| 20 | Instance method | Private | Method | Page Out Contents of a Table | 20020704 | |
| 21 | Instance method | Private | Method | Page Out Contents of a Variable (All Except References) | 20020704 |
Events
Class CL_CRM_BSP_BLUEPRINT_XCHG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_TABLE_META | Private | See coding | s | 20030211 | BEGIN OF ts_table_meta,
key_defkind TYPE abap_keydefkind,
key TYPE abap_keydescr_tab,
has_unique_key TYPE abap_bool,
table_kind TYPE abap_tablekind,
line_type TYPE abap_abstypename,
END OF ts_table_meta
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | Austausch-ID | 20020702 | |||
| 2 | IV_MEDIUM | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20030211 | |||
| 3 | IV_SWAP_ANY | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20031023 |
Method CONSTRUCTOR on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EXCHANGE | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BSP_BLUEPRINT_XCHG | Klasse zum Datenaustausch zwischen BSPs | 20020704 | |||
| 2 | IV_ID | Value transfer | Type reference (TYPE) | GUID_32 | Austausch-ID | 20020704 | |||
| 3 | IV_MEDIUM | Value transfer | Type reference (TYPE) | CHAR1 | MC_MEDIUM_SHRDMEMO | D)atabase oder S)hared Memory | 20030211 | ||
| 4 | IV_SWAP_ANY | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20031023 |
Method CREATE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method CREATE_TABLE_FROM_META Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATA_REF | Value transfer | Object reference (TYPE REF TO) | DATA | 20030211 | ||||
| 2 | IS_TABLE_META | Call by reference | Type reference (TYPE) | TS_TABLE_META | 20030211 |
Method CREATE_TABLE_FROM_META on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method DELE_FROM_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Value transfer | Type reference (TYPE) | CSEQUENCE | Name für Datenobjekt | 20030211 |
Method DELE_FROM_DATABASE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ID | Value transfer | Type reference (TYPE) | GUID_32 | Austausch-ID | 20020704 |
Method GET_ID on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method IS_TYPE_STATIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STATIC | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20030211 | |||
| 2 | IO_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run-Time Type Identification | 20030211 |
Method IS_TYPE_STATIC on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method REMOVE Signature
Method REMOVE on class CL_CRM_BSP_BLUEPRINT_XCHG has no parameter.
Method REMOVE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATA | Call by reference | Type reference (TYPE) | ANY | Datenobjekt | 20020704 | |||
| 2 | EV_FOUND | Call by reference | Type reference (TYPE) | BOOLEAN | Daten gefunden | 20030509 | |||
| 3 | IV_CLEAR_AFTER | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | Datenobjekt nach Einlesen von DB löschen | 20020704 | ||
| 4 | IV_OBJECT | Call by reference | Type reference (TYPE) | CSEQUENCE | Name für Datenobjekt | 20020704 |
Method SWAP_FROM_DATABASE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATA | Call by reference | Type reference (TYPE) | ANY | 20020704 |
Method SWAP_FROM_DB on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DB_DTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20020704 |
Method SWAP_FROM_DB_DTREF on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DB_REFTABMETA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TABLE_META | Value transfer | Type reference (TYPE) | TS_TABLE_META | 20030211 |
Method SWAP_FROM_DB_REFTABMETA on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DB_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_STRUC | Call by reference | Type reference (TYPE) | ANY | 20020704 |
Method SWAP_FROM_DB_STRUC on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DB_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20020704 |
Method SWAP_FROM_DB_TABLE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_FROM_DB_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATA | Call by reference | Type reference (TYPE) | ANY | 20020704 | ||||
| 2 | EV_NULL_REF | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20020704 |
Method SWAP_FROM_DB_VALUE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA | Call by reference | Type reference (TYPE) | ANY | Datenobjekt | 20020702 | |||
| 2 | IV_OBJECT | Call by reference | Type reference (TYPE) | CSEQUENCE | Name für Datenobjekt | 20020702 |
Method SWAP_INTO_DATABASE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA | Call by reference | Type reference (TYPE) | ANY | 20020702 |
Method SWAP_INTO_DB on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DB_DTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20020704 |
Method SWAP_INTO_DB_DTREF on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DB_REFTABMETA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Run-Time Type Identification | 20030211 |
Method SWAP_INTO_DB_REFTABMETA on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DB_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_STRUC | Call by reference | Type reference (TYPE) | ANY | 20020704 |
Method SWAP_INTO_DB_STRUC on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DB_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | 20020704 |
Method SWAP_INTO_DB_TABLE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
Method SWAP_INTO_DB_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATA | Call by reference | Type reference (TYPE) | ANY | 20020704 | ||||
| 2 | IV_NULL_REF | Call by reference | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20020704 |
Method SWAP_INTO_DB_VALUE on class CL_CRM_BSP_BLUEPRINT_XCHG has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 310 |