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 NameDescriptionVisability
CONSTRUCTORConstructorPublic
CALL METHOD cl_crm_bsp_blueprint_xchg=>CONSTRUCTOR...more details

CREATEGenerate Instance for Data ExchangePublic
CALL METHOD cl_crm_bsp_blueprint_xchg=>CREATE...more details

CREATE_TABLE_FROM_METAGenerate Table Dynamically According to MetadataPrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>CREATE_TABLE_FROM_META...more details

DELE_FROM_DATABASEDelete Data ObjectPublic
CALL METHOD cl_crm_bsp_blueprint_xchg=>DELE_FROM_DATABASE...more details

GET_IDDetermine Exchange IDPublic
CALL METHOD cl_crm_bsp_blueprint_xchg=>GET_ID...more details

IS_TYPE_STATICIs Type Defined in DDIC or by Type Pool?Private
CALL METHOD cl_crm_bsp_blueprint_xchg=>IS_TYPE_STATIC...more details

REMOVEDelete All Data Objects of an InstancePublic
CALL METHOD cl_crm_bsp_blueprint_xchg=>REMOVE...more details

SWAP_FROM_DATABASEPage In Any Data ObjectPublic
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DATABASE...more details

SWAP_FROM_DBImport Any Data ObjectPrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB...more details

SWAP_FROM_DB_DTREFImport Contents of a Data ReferencePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_DTREF...more details

SWAP_FROM_DB_REFTABMETARead Table StructurePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_REFTABMETA...more details

SWAP_FROM_DB_STRUCImport Contents of a StructurePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_STRUC...more details

SWAP_FROM_DB_TABLEImport Contents of a TablePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_TABLE...more details

SWAP_FROM_DB_VALUEImport Contents of a Variable (All Except References)Private
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_FROM_DB_VALUE...more details

SWAP_INTO_DATABASEPage Out Any Data Object (Can Include References)Public
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DATABASE...more details

SWAP_INTO_DBPage Out Any Data ObjectPrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB...more details

SWAP_INTO_DB_DTREFPage Out Contents of a Data ReferencePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_DTREF...more details

SWAP_INTO_DB_REFTABMETAPage Out Table StructurePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_REFTABMETA...more details

SWAP_INTO_DB_STRUCPage Out Contents of a StructurePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_STRUC...more details

SWAP_INTO_DB_TABLEPage Out Contents of a TablePrivate
CALL METHOD cl_crm_bsp_blueprint_xchg=>SWAP_INTO_DB_TABLE...more details

SWAP_INTO_DB_VALUEPage 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.

NameLevelDescriptionInitial ValueTypeVisability
MC_MEDIUM_DATABASEConstantSingle-Character Indicator'D'LIKE
CHAR1
Public
MC_MEDIUM_SHRDMEMOConstantSingle-Character Indicator'S'LIKE
CHAR1
Public
MV_FOUNDInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
BOOLEAN
Private
MV_IDInstance AttributeExchange IDLIKE
GUID_32
Private
MV_MEDIUMInstance AttributeExchange Medium (Database/Shared Memory)LIKE
CHAR1
Private
MV_NUMBERInstance AttributeData Record CounterLIKE
I
Private
MV_OBJECTInstance AttributeObject NameLIKE
CHAR20
Private
MV_SWAP_ANYInstance AttributeBoolean Variable (X=true, -=false, space=unknown)LIKE
BOOLEAN
Private




CL_CRM_BSP_BLUEPRINT_XCHG types

TS_TABLE_META - s

Links 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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!