SAP ABAP Class CL_WSD_CBP (Maintenance class of WSD_CBP)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-MD-MM-CS (Application Component) Additional Material Functions
⤷
WSD_CS_FU (Package) Functionality Enhanced Material Search
⤷
⤷
Properties
| Class | CL_WSD_CBP | |
| Short Description | Maintenance class of WSD_CBP | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WSD_CS_FU | Functionality Enhanced Material Search |
| Created | 20060615 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WSD_CBP has no forward declaration.
Interfaces
Class CL_WSD_CBP has no interface implemented.
Friends
Class CL_WSD_CBP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | WSD_CBP_TTY | Buffer for all entries | 20060615 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | WSD_CBP_TTY | entries for deletion | 20060615 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | WSD_CBP_TTY | entries for insert | 20060615 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | WSD_CBP_TTY | entries for update | 20060615 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete one entry | 20060615 | |
| 2 | Instance method | Public | Method | Insert one line into table | 20060615 | |
| 3 | Instance method | Private | Method | Is a valid CBP relation | 20060928 | |
| 4 | Instance method | Public | Method | Save data to Db | 20060615 | |
| 5 | Instance method | Public | Method | Read all entries from Table WSD_CBP | 20060811 | |
| 6 | Instance method | Public | Method | Return all close by plants of a given plant | 20060804 | |
| 7 | Instance method | Public | Method | Return all close by plants of a given plant | 20070306 | |
| 8 | Instance method | Public | Method | Read one entry with key | 20060811 | |
| 9 | Instance method | Public | Method | Update one line | 20060615 |
Events
Class CL_WSD_CBP has no event.
Types
Class CL_WSD_CBP has no local type.
Method Signatures
Method DELETE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_WSD_CBP | Call by reference | Type reference (TYPE) | WSD_CBP | CBP item to delete | 20060615 |
Method DELETE_ITEM on class CL_WSD_CBP has no exception.
Method INSERT_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_WSD_CBP | Call by reference | Type reference (TYPE) | WSD_CBP | CBP item to insert | 20060615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CBP Exception class | 20070322 | ||
| 2 | WSD basic exception class | 20070322 |
Method IS_VALID_RELATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CBP | Call by reference | Type reference (TYPE) | WSD_CBP | Close-By Plant | 20060928 | |||
| 2 | R_IS_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSD basic exception class | 20070305 |
Method POST_DATA Signature
Method POST_DATA on class CL_WSD_CBP has no parameter.
Method POST_DATA on class CL_WSD_CBP has no exception.
Method READ_ALL_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APP_NAME | Call by reference | Type reference (TYPE) | WSD_APPLICATION | Application name | 20061031 | |||
| 2 | I_CLEAR_BUFFERS | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060829 | ||
| 3 | I_READ_DATABASE | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060829 | ||
| 4 | RT_WSD_CBP | Value transfer | Type reference (TYPE) | WSD_CBP_TTY | Table of entries retrieved | 20060829 |
Method READ_ALL_ITEMS on class CL_WSD_CBP has no exception.
Method READ_CBP_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WSD_CBP | Call by reference | Type reference (TYPE) | WSD_CBP_TTY | Table of close-by plants | 20060804 | |||
| 2 | I_APP_NAME | Call by reference | Type reference (TYPE) | WSD_APPLICATION | Application name | 20061031 | |||
| 3 | I_PLANT | Call by reference | Type reference (TYPE) | WERKS_D | Plant to retreive list of close by plants | 20060804 | |||
| 4 | I_READ_DATABASE | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20060925 |
Method READ_CBP_LIST on class CL_WSD_CBP has no exception.
Method READ_CBP_LIST_FROM_CLOSE_BY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_WSD_CBP | Call by reference | Type reference (TYPE) | WSD_CBP_TTY | Table of close-by plants | 20070306 | |||
| 2 | I_APP_NAME | Call by reference | Type reference (TYPE) | WSD_APPLICATION | Application name | 20070306 | |||
| 3 | I_CLOSE_BY | Call by reference | Type reference (TYPE) | WERKS_D | Plant to retreive list of close by plants | 20070306 | |||
| 4 | I_READ_DATABASE | Call by reference | Type reference (TYPE) | BOOLE_D | ' ' | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20070306 |
Method READ_CBP_LIST_FROM_CLOSE_BY on class CL_WSD_CBP has no exception.
Method READ_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_WSD_CBP | Call by reference | Type reference (TYPE) | WSD_CBP | Retreived CBP entry | 20060811 | |||
| 2 | I_APP_NAME | Call by reference | Type reference (TYPE) | WSD_APPLICATION | Application name | 20061031 | |||
| 3 | I_CLOSE_BY | Call by reference | Type reference (TYPE) | WERKS_D | Close-by plant | 20060811 | |||
| 4 | I_PLANT | Call by reference | Type reference (TYPE) | WERKS_D | Plant | 20060811 |
Method READ_ITEM on class CL_WSD_CBP has no exception.
Method UPDATE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_WSD_CBP | Call by reference | Type reference (TYPE) | WSD_CBP | CBP entry to update | 20060615 |
Method UPDATE_ITEM on class CL_WSD_CBP has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |