SAP ABAP Class CL_WCB_WFBSK (Status of Agency Business Documents)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_CC_OUTBOUND (Package) Condition Contract, Classic Outbound Interfaces
⤷
⤷
Properties
| Class | CL_WCB_WFBSK | |
| Short Description | Status of Agency Business Documents | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCB_CC_OUTBOUND | Condition Contract, Classic Outbound Interfaces |
| Created | 20050613 | SAP |
| Last change | 20050705 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WCB_WFBSK has no interface implemented.
Friends
Class CL_WCB_WFBSK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | DDOBJNAME | 'WFBSK' | Domain WFBSK | 20050613 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_WFBSK_TEXT_STAB | Sorted Table via TY_WFBSK_TEXT | 20050613 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20050613 | |
| 2 | Static method | Public | Method | Short text for fixed values | 20050613 |
Events
Class CL_WCB_WFBSK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_WFBSK_TEXT | Private | See coding | Status and Text | 20050613 | BEGIN OF ty_wfbsk_text,
rfbsk TYPE wfbsk,
text TYPE val_text,
END OF ty_wfbsk_text
|
|
| 2 | TY_WFBSK_TEXT_STAB | Private | See coding | Sorted Table via TY_WFBSK_TEXT | 20050613 | ty_wfbsk_text_stab TYPE SORTED TABLE OF ty_wfbsk_text
WITH UNIQUE KEY rfbsk
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCB_WFBSK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_WFBSK has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RFBSK | Call by reference | Type reference (TYPE) | WFBSK | Status für die Überleitung an die Buchhaltung | 20050613 | |||
| 2 | RE_TEXT | Value transfer | Type reference (TYPE) | VAL_TEXT | Kurztext zu Festwerten | 20050613 |
Method GET_TEXT on class CL_WCB_WFBSK has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in | 600 |