SAP ABAP Class CL_TDMS_CRU_GET_BP (Class to process business partner)
Hierarchy
☛
DMIS_CNT (Software Component) DMIS_CNT 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_TDMS_CRU_P (Package) Development for TDMS CRM Utilities (All)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TDMS_AP_OBJ | TDMS All Application Interface | 20101013 |
Properties
| Class | CL_TDMS_CRU_GET_BP | |
| Short Description | Class to process business partner | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_TDMS_CRU_P | Development for TDMS CRM Utilities (All) |
| Created | 20101013 | SAP |
| Last change | 20141107 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TDMS_CRU_GET_BP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TDMS_AP_OBJ | TDMS All Application Interface | 20101013 |
Friends
Class CL_TDMS_CRU_GET_BP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CNVTDMS_14_PARAM-PNAME | 'GUID' | Character field of length 40 | 20101116 | ||
| 2 | Constant | Private | Type reference (TYPE) | CNVTDMS_14_PARAM-PNAME | 'NUMB' | Character field of length 40 | 20101116 | ||
| 3 | Constant | Private | Type reference (TYPE) | CNVTDMS_14_PARAM-INDID | 'TDCRU-BP' | TDMS Industry extension ID | 20101116 | ||
| 4 | Constant | Private | Type reference (TYPE) | CHAR1 | 'X' | Single-Character Flag | 20101021 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20101018 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | Unique ID for all activities to be executed | 20101013 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CNVMBTACTIVE-PACKID | Package Number to Specify CMIS and TDMS Packages | 20101013 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | CNVMBTACTIVE-PHASE | Phase of the Migration Project | 20101013 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | INT4 | 0 | Natural number | 20101019 | ||
| 10 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'X' | Single-Character Flag | 20101115 | ||
| 11 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 'X' | Early Shipment | 20110307 | ||
| 12 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Use BP Guids | 20101013 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Use BP number | 20101013 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | CNVTDMS_CRU_BP_GRANGE_T | Table type for Business Partner Guid | 20101013 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | CNVTDMS_CRU_BP_RANGE_T | Table type for Business Partner number | 20101013 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20101013 | |
| 2 | Instance method | Public | Method | Set whether the program aborted | 20101018 | |
| 3 | Instance method | Public | Method | set the data for selection | 20101013 | |
| 4 | Instance method | Public | Method | Set the ISU BP guids from the ERP package | 20101021 |
Events
Class CL_TDMS_CRU_GET_BP has no event.
Types
Class CL_TDMS_CRU_GET_BP has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACTIVITY_ID | Call by reference | Type reference (TYPE) | CNVMBTACTIVITY-ACTIVITY_ID | Unique ID for all activities to be executed | 20101013 | |||
| 2 | I_PACK_ID | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PACKID | Package Number to Specify CMIS and TDMS Packages | 20101013 | |||
| 3 | I_PHASE | Call by reference | Type reference (TYPE) | CNVMBTACTIVE-PHASE | Phase of the Migration Project | 20101013 | |||
| 4 | I_STAT | Call by reference | Type reference (TYPE) | CHAR1 | Should the status management be done | 20101115 | |||
| 5 | I_TDMS_ES | Value transfer | Type reference (TYPE) | CHAR1 | Early Shipment | 20110307 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TDMS Exception Class | 20101018 |
Method SET_ABORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ABORT | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20101018 |
Method SET_ABORT on class CL_TDMS_CRU_GET_BP has no exception.
Method SET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_BP_GUID | Call by reference | Type reference (TYPE) | CNVTDMS_CRU_BP_GRANGE_T | Table type for Business Partner Guid | 20101013 | |||
| 2 | IT_BP_NUM | Call by reference | Type reference (TYPE) | CNVTDMS_CRU_BP_RANGE_T | Table type for Business Partner number | 20101013 | |||
| 3 | IV_USE_GUID | Call by reference | Type reference (TYPE) | CHAR1 | USe BP guid | 20101013 | |||
| 4 | IV_USE_NUM | Call by reference | Type reference (TYPE) | CHAR1 | Use BP number | 20101013 |
Method SET_DATA on class CL_TDMS_CRU_GET_BP has no exception.
Method SET_ERP_BP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MSG | Call by reference | Type reference (TYPE) | CNVTDMS_BALMI_T | Message log : BALMI | 20101021 | |||
| 2 | EV_SUCCESS | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20101021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | TDMS Exception Class | 20101021 |
History
| Last changed by/on | SAP | 20141107 |
| SAP Release Created in | 2006_1_620 |