SAP ABAP Class CL_IM_CRM_ACTIVITIES (Imp. class for BAdI imp. CRM_ACTIVITIES)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_ERP_ORDER (Package) CRM ERP order integration
⤷
⤷
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 | 20111007 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_UIU_READ_DOCFLOW_REMOTE | Interface to read the CRM docflow of activities | 20111007 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_EX_BADI_SD_DOCUMENTFLOW | BAdI Interface IF_EX_BADI_SD_DOCUMENTFLOW | 20111007 |
Properties
| Class | CL_IM_CRM_ACTIVITIES | |
| Short Description | Imp. class for BAdI imp. CRM_ACTIVITIES | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_ERP_ORDER | CRM ERP order integration |
| Created | 20110912 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IM_CRM_ACTIVITIES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20111007 | ||
| 2 | IF_CRM_UIU_READ_DOCFLOW_REMOTE | Interface to read the CRM docflow of activities | 20111007 | ||
| 3 | IF_EX_BADI_SD_DOCUMENTFLOW | BAdI Interface IF_EX_BADI_SD_DOCUMENTFLOW | 20111007 |
Friends
Class CL_IM_CRM_ACTIVITIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CRM_UIU_DESTINATIONS | Utility class for CRM activities BADI impl | 20111007 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CRM_UIU_READ_DOCFLOW_REMOTE | Interface to read the CRM docflow of activities | 20111007 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | T_CRMT_STATUS_BUFFER_T | 20111007 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | T_CRMT_TEXT_BUFFER_T | 20111104 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20111007 | ||
| 2 | Instance method | Private | Method | Read the status buffer | 20111007 | |
| 3 | Instance method | Private | Method | Read the text buffer | 20111104 | |
| 4 | Instance method | Private | Method | Sets the status buffer | 20111007 | |
| 5 | Instance method | Private | Method | Sets the text buffer | 20111104 |
Events
Class CL_IM_CRM_ACTIVITIES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CRMT_STATUS_BUFFER | Protected | See coding | 20111007 | begin of T_CRMT_STATUS_BUFFER ,
VBELN TYPE VBELN_NACH,
POSNN TYPE POSNR_NACH,
VBTYP_N TYPE VBTYP_N,
STATUS TYPE CRM_J_STATUS,
STATUS_TEXT TYPE J_TXT30,
end of T_CRMT_STATUS_BUFFER
|
||
| 2 | T_CRMT_STATUS_BUFFER_T | Protected | See coding | 20111007 | T_CRMT_STATUS_BUFFER_T TYPE SORTED TABLE OF T_CRMT_STATUS_BUFFER
WITH UNIQUE KEY primary_key COMPONENTS VBELN POSNN VBTYP_N
|
||
| 3 | T_CRMT_TEXT_BUFFER | Protected | See coding | 20111104 | begin of T_CRMT_TEXT_BUFFER ,
VBELN TYPE VBELN_NACH,
POSNN TYPE POSNR_NACH,
VBTYP_N TYPE VBTYP_N,
TEXT TYPE TEXT20,
end of T_CRMT_TEXT_BUFFER
|
||
| 4 | T_CRMT_TEXT_BUFFER_T | Protected | See coding | 20111104 | T_CRMT_TEXT_BUFFER_T TYPE SORTED TABLE OF T_CRMT_TEXT_BUFFER
WITH UNIQUE KEY primary_key COMPONENTS VBELN POSNN VBTYP_N
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_IM_CRM_ACTIVITIES has no parameter.
Method CONSTRUCTOR on class CL_IM_CRM_ACTIVITIES has no exception.
Method GET_STATUS_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_STATUS | Call by reference | Type reference (TYPE) | T_CRMT_STATUS_BUFFER | 20111007 | ||||
| 2 | IV_POSNN | Call by reference | Type reference (TYPE) | POSNR_NACH | Subsequent item of an SD document | 20111007 | |||
| 3 | IV_VBELN | Call by reference | Type reference (TYPE) | VBELN_NACH | Subsequent sales and distribution document | 20111007 | |||
| 4 | IV_VBTYP_N | Call by reference | Type reference (TYPE) | VBTYP_N | Document category of subsequent document | 20111007 |
Method GET_STATUS_BUFFER on class CL_IM_CRM_ACTIVITIES has no exception.
Method GET_TEXT_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_TEXT | Call by reference | Type reference (TYPE) | T_CRMT_TEXT_BUFFER | 20111104 | ||||
| 2 | IV_POSNN | Call by reference | Type reference (TYPE) | POSNR_NACH | Subsequent item of an SD document | 20111104 | |||
| 3 | IV_VBELN | Call by reference | Type reference (TYPE) | VBELN_NACH | Subsequent sales and distribution document | 20111104 | |||
| 4 | IV_VBTYP_N | Call by reference | Type reference (TYPE) | VBTYP_N | Document category of subsequent document | 20111104 |
Method GET_TEXT_BUFFER on class CL_IM_CRM_ACTIVITIES has no exception.
Method SET_STATUS_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POSNN | Call by reference | Type reference (TYPE) | POSNR_NACH | Subsequent item of an SD document | 20111007 | |||
| 2 | IV_STATUS | Call by reference | Type reference (TYPE) | CRM_J_STATUS | Object Status | 20111007 | |||
| 3 | IV_STATUS_TEXT | Call by reference | Type reference (TYPE) | J_TXT30 | Object status | 20111007 | |||
| 4 | IV_VBELN | Call by reference | Type reference (TYPE) | VBELN_NACH | Subsequent sales and distribution document | 20111007 | |||
| 5 | IV_VBTYP_N | Call by reference | Type reference (TYPE) | VBTYP_N | Document category of subsequent document | 20111007 |
Method SET_STATUS_BUFFER on class CL_IM_CRM_ACTIVITIES has no exception.
Method SET_TEXT_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POSNN | Call by reference | Type reference (TYPE) | POSNR_NACH | Subsequent item of an SD document | 20111104 | |||
| 2 | IV_TEXT | Call by reference | Type reference (TYPE) | TEXT20 | 20111104 | ||||
| 3 | IV_VBELN | Call by reference | Type reference (TYPE) | VBELN_NACH | Subsequent sales and distribution document | 20111104 | |||
| 4 | IV_VBTYP_N | Call by reference | Type reference (TYPE) | VBTYP_N | Document category of subsequent document | 20111104 |
Method SET_TEXT_BUFFER on class CL_IM_CRM_ACTIVITIES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |