SAP ABAP Class CL_WCB_CHECK_SCHEME (Check Condition Procedure)
Hierarchy
☛
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
⤷
LO-GT-CHB (Application Component) Chargeback
⤷
WCB_AG_OUTBOUND (Package) Agency Document Creation Outbound Interfaces

⤷

⤷

Properties
Class | CL_WCB_CHECK_SCHEME | |
Short Description | Check Condition Procedure | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCB_AG_OUTBOUND | Agency Document Creation Outbound Interfaces |
Created | 20041115 | SAP |
Last change | 20050301 | 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_CHECK_SCHEME has no interface implemented.
Friends
Class CL_WCB_CHECK_SCHEME 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_KALSM_CB_STATUS_STAB | Sorted Table: Procedure Relevant for Charge Back | 20041115 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20041115 |
2 | ![]() |
Static method | Public | Method | Provides the CndtCntrct-Relevant Condtn Types for a Schema | 20050118 |
3 | ![]() |
Static method | Public | Method | Specifies Whether Pricing Schema Is Condtn-Contract-Relevant | 20050118 |
4 | ![]() |
Static method | Public | Method | Provides the Copy-Relevant Condition Types for a Schema | 20050118 |
5 | ![]() |
Static method | Public | Method | Specifies Whether Pricing Schema Is Copy-Relevant | 20050118 |
6 | ![]() |
Static method | Public | Method | Provides Data for a Calculation Schema (Table T683S) | 20050222 |
7 | ![]() |
Static method | Private | Method | Reads Data for a Procedure from the Table Attribute | 20041115 |
8 | ![]() |
Static method | Private | Method | Reads Condition Types for a Procedure from the Database | 20041115 |
Events
Class CL_WCB_CHECK_SCHEME has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_KALSM_CB_STATUS | Private | See coding | Schema Relevant for Condition Contract and Copy Control | 20041115 | BEGIN OF ty_kalsm_cb_status,
kappl TYPE kappl,
kalsm TYPE kalsm_d,
coco_relevant TYPE bval,
copy_relevant TYPE bval,
t685a_coco TYPE wcb_t685a_stab,
t685a_copy TYPE wcb_t685a_stab,
t683s TYPE wcb_t683s_stab,
END OF ty_kalsm_cb_status
|
|
2 | TY_KALSM_CB_STATUS_STAB | Private | See coding | Sorted Table: Schema Relevant for Cond. Control or Copy Ctrl | 20041115 | ty_kalsm_cb_status_stab
TYPE SORTED TABLE OF ty_kalsm_cb_status
WITH UNIQUE KEY kappl
kalsm
|
|
3 | TY_T683S_TAB | Private | See coding | Standard Table Using T683S | 20041115 | ty_t683s_tab TYPE STANDARD TABLE OF t683s
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WCB_CHECK_SCHEME has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WCB_CHECK_SCHEME has no exception.
Method GET_COCO_COND_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_T685A | Call by reference | Type reference (TYPE) | WCB_T685A_STAB | sortierte Tabelle über T685A | 20050118 | ||
2 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20050118 | ||
3 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20050118 |
Method GET_COCO_COND_TYPES on class CL_WCB_CHECK_SCHEME has no exception.
Method GET_COCO_STATUS_OF_SCHEME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20050118 | ||
2 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20050118 | ||
3 | ![]() |
RE_COCO_RELEVANT | Value transfer | Type reference (TYPE) | BVAL | wenn gesetzt: Schema enthält CoCo-relevante Konditionsarten | 20050118 |
Method GET_COCO_STATUS_OF_SCHEME on class CL_WCB_CHECK_SCHEME has no exception.
Method GET_COPY_COND_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_T685A | Call by reference | Type reference (TYPE) | WCB_T685A_STAB | sortierte Tabelle über T685A | 20050118 | ||
2 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20050118 | ||
3 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20050118 |
Method GET_COPY_COND_TYPES on class CL_WCB_CHECK_SCHEME has no exception.
Method GET_COPY_STATUS_OF_SCHEME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20050118 | ||
2 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20050118 | ||
3 | ![]() |
RE_COPY_RELEVANT | Value transfer | Type reference (TYPE) | BVAL | wenn gesetzt: Schema enthält Copy-relevante Konditionsarten | 20050118 |
Method GET_COPY_STATUS_OF_SCHEME on class CL_WCB_CHECK_SCHEME has no exception.
Method GET_DATA_OF_SCHEME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_T683S | Call by reference | Type reference (TYPE) | WCB_T683S_STAB | WCB: sortierte Tabelle über T683S | 20050222 | ||
2 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20050222 | ||
3 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20050222 |
Method GET_DATA_OF_SCHEME on class CL_WCB_CHECK_SCHEME has no exception.
Method GET_SCHEME_FROM_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_KALSM_CB | Call by reference | Type reference (TYPE) | TY_KALSM_CB_STATUS | Schema relevant für Konditionskontrakt bzw. Kopiersteuerung | 20041115 | ||
2 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20041115 | ||
3 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20041115 |
Method GET_SCHEME_FROM_TAB on class CL_WCB_CHECK_SCHEME has no exception.
Method READ_SCHEME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_KALSM_CB | Call by reference | Type reference (TYPE) | TY_KALSM_CB_STATUS | Schema relevant für Konditionskontrakt bzw. Kopiersteuerung | 20041115 | ||
2 | ![]() |
I_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Schema (Preisfindung, Nachrichten, Kontenfindung, ...) | 20041115 | ||
3 | ![]() |
I_KAPPL | Call by reference | Type reference (TYPE) | KAPPL | Applikation | 20041115 |
Method READ_SCHEME on class CL_WCB_CHECK_SCHEME has no exception.
History
Last changed by/on | SAP | 20050301 |
SAP Release Created in | 600 |