SAP ABAP Class CL_FIN_ORDTYPE (Order Category and Order Item Category)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN (Application Component) Financials
⤷
FIN_ENTITIES_MASTER (Package) BP / Product / Org / Orders
⤷
⤷
Properties
| Class | CL_FIN_ORDTYPE | |
| Short Description | Order Category and Order Item Category | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FIN_ENTITIES_MASTER | BP / Product / Org / Orders |
| Created | 20040617 | SAP |
| Last change | 20041209 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FIN_ORDTYPE has no forward declaration.
Interfaces
Class CL_FIN_ORDTYPE has no interface implemented.
Friends
Class CL_FIN_ORDTYPE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'GENER' | General Order | 20040812 | ||
| 2 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'GMVMT' | Goods Movement | 20040927 | ||
| 3 | Constant | Public | Type reference (TYPE) | FIN_ORDITMTYPE | 'CONSI' | Consignment | 20040924 | ||
| 4 | Constant | Public | Type reference (TYPE) | FIN_ORDITMTYPE | 'CONTR' | Subcontracting | 20040909 | ||
| 5 | Constant | Public | Type reference (TYPE) | FIN_ORDITMTYPE | 'DELCO' | Delivery Costs - Wage | 20040909 | ||
| 6 | Constant | Public | Type reference (TYPE) | FIN_ORDITMTYPE | 'DELPR' | Delivery Costs - Prod | 20040909 | ||
| 7 | Constant | Public | Type reference (TYPE) | FIN_ORDITMTYPE | 'NTWRK' | Assigned Network Activity | 20041123 | ||
| 8 | Constant | Public | Type reference (TYPE) | FIN_ORDITMTYPE | 'PRODU' | Product Line | 20040909 | ||
| 9 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'MAINT' | Maintenance Order | 20040909 | ||
| 10 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'MANUF' | Manufacturing Order | 20040812 | ||
| 11 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'NTWRK' | Network | 20041105 | ||
| 12 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'PURCH' | Purchase Order | 20040812 | ||
| 13 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'QUALI' | Quality Order | 20040909 | ||
| 14 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'SENTR' | Service Entry Sheet | 20040927 | ||
| 15 | Constant | Public | Type reference (TYPE) | FIN_ORDTYPE | 'SERVI' | Service Order | 20040909 |
Methods
Class CL_FIN_ORDTYPE has no method.
Events
Class CL_FIN_ORDTYPE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELDNAME_EXT | Public | See coding | External Field Name for Order and Order Item | 20040617 | BEGIN OF ys_fieldname_ext,
fin_ordtype TYPE fin_ordtype,
fieldname_ord TYPE finb_md_fieldname,
fieldname_itm TYPE finb_md_fieldname,
END OF ys_fieldname_ext
|
|
| 2 | YTS_FIELDNAME_EXT | Public | See coding | 20040617 | yts_fieldname_ext TYPE SORTED TABLE OF ys_fieldname_ext
WITH UNIQUE KEY fin_ordtype
|
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 300 |