SAP CL_CRM_BSP_BLUEPRINT_XCHG OO Class - Class for Data Exchange between BSPs
CL_CRM_BSP_BLUEPRINT_XCHG is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_CRM_BSP_BLUEPRINT_XCHG including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_CRM_BSP_BLUEPRINT_XCHG SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>CONSTRUCTOR...more details | ||
| CREATE | Generate Instance for Data Exchange | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>CREATE...more details | ||
| CREATE_TABLE_FROM_META | Generate Table Dynamically According to Metadata | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>CREATE_TABLE_FROM_META...more details | ||
| DELE_FROM_DATABASE | Delete Data Object | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>DELE_FROM_DATABASE...more details | ||
| GET_ID | Determine Exchange ID | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>GET_ID...more details | ||
| IS_TYPE_STATIC | Is Type Defined in DDIC or by Type Pool? | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>IS_TYPE_STATIC...more details | ||
|
| ||
| REMOVE | Delete All Data Objects of an Instance | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>REMOVE...more details | ||
| SWAP_FROM_DATABASE | Page In Any Data Object | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DATABASE...more details | ||
| SWAP_FROM_DB | Import Any Data Object | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB...more details | ||
| SWAP_FROM_DB_DTREF | Import Contents of a Data Reference | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_DTREF...more details | ||
| SWAP_FROM_DB_REFTABMETA | Read Table Structure | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_REFTABMETA...more details | ||
| SWAP_FROM_DB_STRUC | Import Contents of a Structure | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_STRUC...more details | ||
| SWAP_FROM_DB_TABLE | Import Contents of a Table | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_TABLE...more details | ||
| SWAP_FROM_DB_VALUE | Import Contents of a Variable (All Except References) | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_VALUE...more details | ||
| SWAP_INTO_DATABASE | Page Out Any Data Object (Can Include References) | Public |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DATABASE...more details | ||
| SWAP_INTO_DB | Page Out Any Data Object | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB...more details | ||
| SWAP_INTO_DB_DTREF | Page Out Contents of a Data Reference | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_DTREF...more details | ||
| SWAP_INTO_DB_REFTABMETA | Page Out Table Structure | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_REFTABMETA...more details | ||
| SWAP_INTO_DB_STRUC | Page Out Contents of a Structure | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_STRUC...more details | ||
| SWAP_INTO_DB_TABLE | Page Out Contents of a Table | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_TABLE...more details | ||
| SWAP_INTO_DB_VALUE | Page Out Contents of a Variable (All Except References) | Private |
| CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_VALUE...more details | ||
CL_CRM_BSP_BLUEPRINT_XCHG attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_MEDIUM_DATABASE | Constant | Single-Character Indicator | 'D' | LIKE CHAR1 | Public |
| MC_MEDIUM_SHRDMEMO | Constant | Single-Character Indicator | 'S' | LIKE CHAR1 | Public |
| MV_FOUND | Instance Attribute | Boolean Variable (X=true, -=false, space=unknown) | LIKE BOOLEAN | Private | |
| MV_ID | Instance Attribute | Exchange ID | LIKE GUID_32 | Private | |
| MV_MEDIUM | Instance Attribute | Exchange Medium (Database/Shared Memory) | LIKE CHAR1 | Private | |
| MV_NUMBER | Instance Attribute | Data Record Counter | LIKE I | Private | |
| MV_OBJECT | Instance Attribute | Object Name | LIKE CHAR20 | Private | |
| MV_SWAP_ANY | Instance Attribute | Boolean Variable (X=true, -=false, space=unknown) | LIKE BOOLEAN | Private |
CL_CRM_BSP_BLUEPRINT_XCHG types
TS_TABLE_META - sLinks to Related Class(s)
CL_CRM_B...Full list of available SAP object classes
Search for further information about these or an SAP related objects