SAP ABAP Class CL_COND_USAGE_A (Implementation Class COND_USAGE_BADI)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-MD-CM (Application Component) Conditions
⤷
COND_SRV (Package) Service Tools for Condition Technique
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20060413 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COND_USAGE_BADI | BAdI Interface for COND_USAGE_BADI | 20060413 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COND_USAGE_BADI_INFO | Interface for Condition Info (Line) | 20060707 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COND_USAGE_BADI_MAINTENANCE | Interface for Condition Maintenance | 20060707 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COND_USAGE_BADI_WD | Interface for Conditions in WebDynpro | 20060707 |
Properties
| Class | CL_COND_USAGE_A | |
| Short Description | Implementation Class COND_USAGE_BADI | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | COND_SRV | Service Tools for Condition Technique |
| Created | 20060413 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_COND_USAGE_A has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20060413 | ||
| 2 | IF_COND_USAGE_BADI | BAdI Interface for COND_USAGE_BADI | 20060413 | ||
| 3 | IF_COND_USAGE_BADI_INFO | Interface for Condition Info (Line) | 20060707 | ||
| 4 | IF_COND_USAGE_BADI_MAINTENANCE | Interface for Condition Maintenance | 20060707 | ||
| 5 | IF_COND_USAGE_BADI_WD | Interface for Conditions in WebDynpro | 20060707 |
Friends
Class CL_COND_USAGE_A 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) | TTY_LINEDATA | Table with Internal Structure | 20060419 |
Methods
Class CL_COND_USAGE_A has no method.
Events
Class CL_COND_USAGE_A has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | STY_LINEDATA | Private | See coding | 20060419 | BEGIN OF sty_linedata,
knumh TYPE konp-knumh,
kbetr TYPE konp-kbetr,
konwa TYPE konp-konwa,
kpein TYPE konp-kpein,
kmein TYPE konp-kmein,
rv13a_konwa TYPE rv13a-konwa,
END OF sty_linedata
|
||
| 2 | TTY_LINEDATA | Private | See coding | 20060419 | tty_linedata TYPE STANDARD TABLE OF sty_linedata
WITH KEY knumh
|
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |