SAP ABAP Class CL_WCB_KONP (KONP for Condition Records)
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_KONP | |
| Short Description | KONP for Condition Records | |
| 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 | 20050728 | SAP |
| Last change | 20060208 | 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_KONP has no interface implemented.
Friends
Class CL_WCB_KONP 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) | WCB_KNUMH_STAB | Condition Record Number | 20050728 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TY_KNUMH_T_KONP_STAB | Sorted Table Using TY_KNUMH_T_KONP | 20050728 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Provides KONP for a Condition Record Number | 20050728 | |
| 2 | Static method | Private | Method | Provides KONP Data for a Condition Record Number From Buffer | 20050728 | |
| 3 | Static method | Public | Method | Provides Individual KONP Record for a Condition Record No. | 20050728 | |
| 4 | Static method | Private | Method | Provides 1 KONP Record for a Cond. Record No. From Buffer | 20050728 | |
| 5 | Static method | Private | Method | Provides 'X' if KNUMH is Already in the Attribute | 20050728 | |
| 6 | Static method | Private | Method | Reads KONP Data from the Database | 20050728 | |
| 7 | Static method | Public | Method | Deletes the Entire Buffer | 20050728 | |
| 8 | Static method | Public | Method | Deletes the Buffer for a Condition Record Number | 20050728 | |
| 9 | Static method | Private | Method | Writes Condition Record Number to Internal Buffer | 20050728 | |
| 10 | Static method | Private | Method | Reads KONP in Internal Buffer | 20050728 |
Events
Class CL_WCB_KONP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_KNUMH_T_KONP | Private | See coding | All KONP Records for a Condition Record Number | 20050728 | BEGIN OF ty_knumh_t_konp,
knumh TYPE knumh,
t_konp TYPE wcb_konp_tab,
END OF ty_knumh_t_konp
|
|
| 2 | TY_KNUMH_T_KONP_STAB | Private | See coding | Sorted Table Using TY_KNUMH_T_KONP | 20050728 | ty_knumh_t_konp_stab TYPE SORTED TABLE OF ty_knumh_t_konp
WITH UNIQUE KEY knumh
|
Method Signatures
Method GET_KONP_FOR_KNUMH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KONP | Call by reference | Type reference (TYPE) | WCB_KONP_TAB | Konditionen (Position) | 20050728 | |||
| 2 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 |
Method GET_KONP_FOR_KNUMH on class CL_WCB_KONP has no exception.
Method GET_KONP_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KONP | Call by reference | Type reference (TYPE) | WCB_KONP_TAB | Konditionen (Position) | 20050728 | |||
| 2 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 |
Method GET_KONP_FROM_BUFFER on class CL_WCB_KONP has no exception.
Method GET_SINGLE_KONP_FOR_KNUMH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KONP | Call by reference | Type reference (TYPE) | KONP | Konditionen (Position) | 20050728 | |||
| 2 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 | |||
| 3 | I_KOPOS | Call by reference | Type reference (TYPE) | KOPOS | Laufende Nummer der Kondition | 20050728 |
Method GET_SINGLE_KONP_FOR_KNUMH on class CL_WCB_KONP has no exception.
Method GET_SINGLE_KONP_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KONP | Call by reference | Type reference (TYPE) | KONP | Konditionen (Position) | 20050728 | |||
| 2 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 | |||
| 3 | I_KOPOS | Call by reference | Type reference (TYPE) | KOPOS | Laufende Nummer der Kondition | 20050728 |
Method GET_SINGLE_KONP_FROM_BUFFER on class CL_WCB_KONP has no exception.
Method IS_KNUMH_IN_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 | |||
| 2 | RE_FOUND | Value transfer | Type reference (TYPE) | BVAL | = 'X', falls KNUMH im Puffer | 20050728 |
Method IS_KNUMH_IN_BUFFER on class CL_WCB_KONP has no exception.
Method READ_KONP_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KONP | Call by reference | Type reference (TYPE) | WCB_KONP_TAB | Konditionen (Position) | 20050728 | |||
| 2 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 |
Method READ_KONP_FROM_DB on class CL_WCB_KONP has no exception.
Method REFRESH_ALL Signature
Method REFRESH_ALL on class CL_WCB_KONP has no parameter.
Method REFRESH_ALL on class CL_WCB_KONP has no exception.
Method REFRESH_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 |
Method REFRESH_SINGLE on class CL_WCB_KONP has no exception.
Method SET_KNUMH_INTO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 |
Method SET_KNUMH_INTO_BUFFER on class CL_WCB_KONP has no exception.
Method SET_KONP_INTO_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KNUMH | Call by reference | Type reference (TYPE) | KNUMH | Nummer Konditionssatz | 20050728 |
Method SET_KONP_INTO_BUFFER on class CL_WCB_KONP has no exception.
History
| Last changed by/on | SAP | 20060208 |
| SAP Release Created in | 600 |