SAP ABAP Class IF_DITAT_INT_TYPES (Internal types)
Properties
Class IF_DITAT_INT_TYPES  
Short Description Internal types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121107   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_DITAT_INT_TYPES has no forward declaration.
Interfaces
Class IF_DITAT_INT_TYPES has no interface implemented.
Friends
Class IF_DITAT_INT_TYPES has no friend class.
Attributes
Class IF_DITAT_INT_TYPES has no attribute.
Methods
Class IF_DITAT_INT_TYPES has no method.
Events
Class IF_DITAT_INT_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_COLLX Public See coding 20121107 BEGIN OF s_collx, collnam TYPE lxecollnam, colldesc TYPE lxecolltxt, collpath TYPE lxe0255lin, END OF s_collx
2 S_COLL_TRANSLATORS Public See coding 20121107 BEGIN OF s_coll_translators, collnam TYPE lxecollnam, target_langs TYPE t_lang, allow_ext_translators TYPE abap_bool, translators TYPE t_uname, END OF s_coll_translators
3 S_DEPTH_COLLS Public See coding 20121107 BEGIN OF s_depth_colls, depth TYPE string, colls TYPE t_collnam, END OF s_depth_colls
4 S_GRAPH_COLLS Public See coding 20121112 BEGIN OF s_graph_colls, graph TYPE lxegraph, colls TYPE t_collnam, END OF s_graph_colls
5 S_PROJECT_COLLS Public See coding 20121220 BEGIN OF s_project_colls, projphio TYPE ditat_phio, projname TYPE ditat_string, colls TYPE t_collnam, END OF s_project_colls
6 T_COLLNAM Public See coding 20121107 t_collnam TYPE HASHED TABLE OF lxecollnam WITH UNIQUE DEFAULT KEY
7 T_COLLX Public See coding 20121107 t_collx TYPE HASHED TABLE OF s_collx WITH UNIQUE KEY collnam
8 T_COLL_TRANSLATORS Public See coding 20121107 t_coll_translators TYPE HASHED TABLE OF s_coll_translators WITH UNIQUE KEY collnam
9 T_DEPTH_COLLS Public See coding 20121107 t_depth_colls TYPE HASHED TABLE OF s_depth_colls WITH UNIQUE KEY depth
10 T_GRAPH_COLLS Public See coding 20121112 t_graph_colls TYPE HASHED TABLE OF s_graph_colls WITH UNIQUE KEY graph
11 T_LANG Public See coding 20121107 t_lang TYPE SORTED TABLE OF lxeisolang WITH UNIQUE DEFAULT KEY
12 T_PROJECT_COLLS Public See coding 20121220 t_project_colls TYPE HASHED TABLE OF s_project_colls WITH UNIQUE KEY projphio
13 T_UNAME Public See coding 20121107 t_uname TYPE HASHED TABLE OF syuname WITH UNIQUE DEFAULT KEY
History
Last changed by/on SAP  20140121 
SAP Release Created in