SAP ABAP Class CL_UC_DYNAMIC_DOCUMENT (Dynamic Document)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCUP (Package) SEM-BCS: User Interface: Navigation with (Local) Parameters
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010725
Properties
Class CL_UC_DYNAMIC_DOCUMENT  
Short Description Dynamic Document    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCUP   SEM-BCS: User Interface: Navigation with (Local) Parameters 
Created 20010725   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 UC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010725
Friends
Class CL_UC_DYNAMIC_DOCUMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_AREA_SUPPRESS Instance attribute Private Type reference (TYPE) UC_FLG Do not display area 20041027
2 DF_DISPLAY_ONLY Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20030604
3 DF_DISPLAY_TEXT Instance attribute Private Type reference (TYPE) UC_FLG Display Texts (tentative) 20041027
4 DF_FIRST_DISPLAY Instance attribute Private Type reference (TYPE) UC_FLG First display 20021113
5 DF_REUSE Instance attribute Private Type reference (TYPE) UC_FLG General Indicator, SAP Consolidation 20041027
6 DO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20041027
7 DO_DATA_OBJECT Instance attribute Private Object reference (TYPE REF TO) IF_UC_DYNAMIC_DOCUMENT_DATA Data Exchange--Dynamic Doc. 20041027
8 DO_DOCUMENT Instance attribute Private Object reference (TYPE REF TO) CL_DD_DOCUMENT Dynamic Documents: Document 20041027
9 DO_FORMAREA Instance attribute Private Object reference (TYPE REF TO) CL_DD_FORM_AREA Dynamic Documents: Range of a Form 20041027
10 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_UC_MODEL Model (Field Catalog, ...) 20041027
11 DT_DATA Instance attribute Private Type reference (TYPE) TS_DATA Data Table for Display 20041027
12 DT_DISP_PROP Instance attribute Private Type reference (TYPE) UCU_TS_DYN_DOC_DATA Field Display Properties for Dynamic Document 20041027
13 DT_FFIX Instance attribute Private Type reference (TYPE) UC0_TS_VALUE Fixed Values 20041027
14 DT_INPUT_REFERENCE Instance attribute Private Type reference (TYPE) T_INPUT_REFERENCE Table with Refs to Displayed Fields 20041027
15 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) IF_UG_WB_CUST_CTRL Internal View of GUI Object 20010726
16 X Constant Private Type reference (TYPE) UC_FLG 'X' ='X' 20010821
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA Instance method Private Method Data Check using go_model 20010725
2 CONSTRUCTOR Instance method Public Constructor Constructor 20010725
3 CREATE_LT_FFIX Instance method Private Method Generate Table lt_ffix with Master Field Values 20010725
4 DISPLAY Instance method Private Method Display Data Table in HTML Control 20010725
5 DISPLAY_AREA Instance method Private Method Display Cons Area in Document, if AREA Attribute Set 20010913
6 DISPLAY_FIELD_STANDARD Instance method Private Method Standard Display for Fields in Document 20010806
7 DISPLAY_FIELD_TIME Instance method Private Method Special Display for Time Chars Period + Year 20010806
8 ENRICH_DATA Instance method Private Method Preparation of Data for Display 20010727
9 GET_INSTANCE Static method Public Method 20010726
10 HANDLE_F1 Instance method Public Event handling method Event Handling F1 20010726
11 HANDLE_F4 Instance method Public Event handling method Event Handling F4 20010725
12 HANDLE_VALUES_CHANGED Instance method Public Event handling method Event Handling values_changed 20010924
13 INPUT_ON_ENTER Instance method Public Event handling method Event Handling Return 20010725
Events
Class CL_UC_DYNAMIC_DOCUMENT has no event.
Types
Class CL_UC_DYNAMIC_DOCUMENT has no local type.
Method Signatures

Method CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_BAD Call by reference Type reference (TYPE) UC0_TS_VALUE Fehlerhafte Sätze 20010725
2 Exporting ET_DATA_GOOD Call by reference Type reference (TYPE) UC0_TS_VALUE Fehlerfreie Sätze 20010725
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20010725
4 Importing IT_DATA Call by reference Type reference (TYPE) UC0_TS_VALUE Zu prüfende Daten 20010725

Method CHECK_DATA on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method CONSTRUCTOR on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method CREATE_LT_FFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FFIX Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20031006
2 Importing IT_ROWS Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20031007
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) UC_FIELDNAME Feldname 20010725

Method CREATE_LT_FFIX on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method DISPLAY on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method DISPLAY_AREA Signature

Method DISPLAY_AREA on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method DISPLAY_AREA on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method DISPLAY_FIELD_STANDARD Signature

Method DISPLAY_FIELD_STANDARD on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method DISPLAY_FIELD_STANDARD on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method DISPLAY_FIELD_TIME Signature

Method DISPLAY_FIELD_TIME on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method DISPLAY_FIELD_TIME on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method ENRICH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) TS_DATA Tabelle für Display 20010727
2 Importing IT_DATA Call by reference Type reference (TYPE) UC0_TS_VALUE Feldname/Wert 20010727
3 Importing IT_FFIX Call by reference Type reference (TYPE) UC0_TS_VALUE Fixierte Werte 20010727

Method ENRICH_DATA on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) IF_UG_WB_CUST_CTRL Interne Sicht auf das GUI-Objekt 20010726

Method GET_INSTANCE on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method HANDLE_F1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 20010726

Method HANDLE_F1 on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method HANDLE_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Type reference (TYPE) 20010725

Method HANDLE_F4 on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method HANDLE_VALUES_CHANGED Signature

Method HANDLE_VALUES_CHANGED on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method HANDLE_VALUES_CHANGED on class CL_UC_DYNAMIC_DOCUMENT has no exception.

Method INPUT_ON_ENTER Signature

Method INPUT_ON_ENTER on class CL_UC_DYNAMIC_DOCUMENT has no parameter.
Method INPUT_ON_ENTER on class CL_UC_DYNAMIC_DOCUMENT has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1A