SAP ABAP Class CL_WCB_DOC_TYPE (Document types)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_CC_PERS (Package) Condition Contract Persistence Layer
⤷
⤷
Properties
| Class | CL_WCB_DOC_TYPE | |
| Short Description | Document types | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_CC_PERS | Condition Contract Persistence Layer |
| Created | 20050318 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCB_DOC_TYPE has no forward declaration.
Interfaces
Class CL_WCB_DOC_TYPE has no interface implemented.
Friends
Class CL_WCB_DOC_TYPE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_BUFFER_STAB | Description | 20050318 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050318 | |
| 2 | Static method | Public | Method | Description | 20050318 |
Events
Class CL_WCB_DOC_TYPE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER | Private | See coding | Description | 20050318 | BEGIN OF ty_buffer,
doc_type TYPE wcb_doc_type,
text TYPE val_text,
END OF ty_buffer
|
|
| 2 | TY_BUFFER_STAB | Private | See coding | Description | 20050318 | ty_buffer_stab TYPE SORTED TABLE OF ty_buffer WITH UNIQUE KEY doc_type
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCB_DOC_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_DOC_TYPE has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DOC_TYPE | Call by reference | Type reference (TYPE) | WCB_DOC_TYPE | Belegart | 20050318 | |||
| 2 | RE_TEXT | Value transfer | Type reference (TYPE) | VAL_TEXT | Kurztext zu Festwerten | 20050318 |
Method GET_TEXT on class CL_WCB_DOC_TYPE has no exception.
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |