SAP ABAP Class CL_VEG_UTIL (Utilities class for Visual Enterprise Generator)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-VE-VEG (Application Component) Visual Enterprise Generator
⤷
VISUAL_ENTERPRISE_GENERATOR (Package) Visual Enterprise Generator

⤷

⤷

Properties
Class | CL_VEG_UTIL | |
Short Description | Utilities class for Visual Enterprise Generator | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | VISUAL_ENTERPRISE_GENERATOR | Visual Enterprise Generator |
Created | 20120523 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_VEG_UTIL has no forward declaration.
Interfaces
Class CL_VEG_UTIL has no interface implemented.
Friends
Class CL_VEG_UTIL 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_VER | 20120525 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_VEG_VER | 20120525 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Convert Internal Key to External | 20130118 |
2 | ![]() |
Static method | Public | Method | Convert External Key to Internal | 20130118 |
3 | ![]() |
Static method | Public | Method | Get the current version for VEGenerator | 20120523 |
Events
Class CL_VEG_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_VEG_VER | Private | See coding | 20120525 | tt_veg_ver TYPE SORTED TABLE OF ty_ver WITH UNIQUE KEY veg_inst
|
||
2 | TY_VER | Private | See coding | 20120523 | BEGIN OF ty_ver ,
veg_inst TYPE veg_instance,
veg_build TYPE int4 ,
veg_revision type int4,
END OF ty_ver
|
Method Signatures
Method CONVERT_DOC_INTERN_TO_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DOCUMENT_KEY | Call by reference | Type reference (TYPE) | DOCUMENT_STR | Document Structure for Document Search help | 20130118 | ||
2 | ![]() |
IS_DOCUMENT_ID | Call by reference | Type reference (TYPE) | VEG_OBJID | ID for Registration | 20130118 |
Method CONVERT_DOC_INTERN_TO_KEY on class CL_VEG_UTIL has no exception.
Method CONVERT_DOC_KEY_TO_INTERN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_DOCUMENT_ID | Call by reference | Type reference (TYPE) | VEG_OBJID | ID for Registration | 20130118 | ||
2 | ![]() |
IS_DOCUMENT_KEY | Call by reference | Type reference (TYPE) | DOCUMENT_STR | Document Structure for Document Search help | 20130118 |
Method CONVERT_DOC_KEY_TO_INTERN on class CL_VEG_UTIL has no exception.
Method GET_VEG_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BUILD | Call by reference | Type reference (TYPE) | INT4 | VEG Build | 20120619 | ||
2 | ![]() |
EV_REVISION | Call by reference | Type reference (TYPE) | INT4 | VEG Revision | 20120619 | ||
3 | ![]() |
IV_VEG_INST | Call by reference | Type reference (TYPE) | VEG_INSTANCE | VEG Instance | 20120525 |
Method GET_VEG_VERSION on class CL_VEG_UTIL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |