SAP ABAP Class CL_POS_TYPES (Types)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
WPOS (Package) IS-R: POS interface

⤷

⤷

⤷

Properties
Class | CL_POS_TYPES | |
Short Description | Types | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WPOS | IS-R: POS interface |
Created | 20131009 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_POS_TYPES has no forward declaration.
Interfaces
Class CL_POS_TYPES has no interface implemented.
Friends
Class CL_POS_TYPES has no friend class.
Attributes
Class CL_POS_TYPES has no attribute.
Methods
Class CL_POS_TYPES has no method.
Events
Class CL_POS_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | STTY_MAT_VRKME_COND | Public | See coding | sorted table about material, vrkme containing condition info | 20131023 | stty_mat_vrkme_cond TYPE SORTED TABLE OF sty_mat_vrkme_cond
WITH UNIQUE KEY matnr vrkme
|
|
2 | STY_MAT_VRKME_COND | Public | See coding | structure with material, vrkme, and condition info | 20131023 | BEGIN OF sty_mat_vrkme_cond,
matnr TYPE matnr,
vrkme TYPE vrkme,
t_kond TYPE t_wstp_saco,
t_scales TYPE cond_scale_t,
t_taxcd TYPE tty_taxk,
END OF sty_mat_vrkme_cond
|
|
3 | TTY_TAXK | Public | See coding | standard table of structure TAXK | 20131023 | tty_taxk TYPE STANDARD TABLE OF taxk WITH NON-UNIQUE DEFAULT KEY
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |