SAP ABAP Class CL_ISH_GUI_DYNPRO_VIEW (IS-H: GUI - Dynpro View)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-H-PM (Application Component) Patient Management
     N1BASE (Package) IS-H: Basic Functionality; TSA Development
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_VIEW IS-H: GUI - View 20070710
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISH_GUI_DYNPRO_VIEW IS-H: GUI - Dynpro View 20070710
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_MDY_VIEW IS-H: GUI - Subscreen Container View 20070716
2 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_SDY_VIEW IS-H: GUI - Subscreen View 20070716
Properties
Class CL_ISH_GUI_DYNPRO_VIEW  
Short Description IS-H: GUI - Dynpro View    
Super Class CL_ISH_GUI_VIEW IS-H: GUI - View 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1BASE   IS-H: Basic Functionality; TSA Development 
Created 20070710   SAP 
Last change 20081217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISH_GUI_DYNPRO_VIEW IS-H: GUI - Dynpro View 20070710
Friends
# Friend Modeled only Created on Description
1 CL_ISH_GUI_DYNPRO_CONNECTOR 20070710 IS-H: GUI - Dynpro View Connector
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_UCOMM_POV_PROCESSED Instance attribute Public Attribute reference (LIKE) 20070710
2 GR_DYNPSTRUCT Instance attribute Protected Object reference (TYPE REF TO) DATA Current Dynpro Data 20070710
3 GR_DYNPSTRUCTDESCR Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Dynpro Structure Description 20070710
4 GR_DYNPSTRUCT_PBO Instance attribute Protected Object reference (TYPE REF TO) DATA Dynpro Data at End of PBO 20070710
5 G_CURSORFIELD Instance attribute Protected Type reference (TYPE) ISH_FIELDNAME Cursor Field 20070710
6 G_DYNNR Instance attribute Protected Type reference (TYPE) SY-DYNNR '0001' Dynpro Number of the Dynpro 20070710
7 G_REPID Instance attribute Protected Type reference (TYPE) SY-REPID 'SAPLN1SC' Program Name of the Dynpro 20070710
Methods
# Method Level Visibility Method type Description Created on
1 DYNP_VALUES_READ Static method Public Method Read In Dynpro Fields (for F4 Help) 20070710
2 DYNP_VALUES_UPDATE Static method Public Method Update Dynpro Fields (for F4 Help) 20070710
3 DYNP_VALUE_READ Static method Public Method Read In a Dynpro Field (for F4 Help) 20070710
4 DYNP_VALUE_UPDATE Static method Public Method Update a Dynpro Field (for F4 Help) 20070710
5 GET_DYNNR Instance method Public Method 20070710
6 GET_REPID Instance method Public Method 20070710
7 ON_MODEL_CHANGED Instance method Protected Event handling method Event Handler: Model Was Changed 20070710
8 _CONNECT_TO_DYNPRO Instance method Protected Method Connects the Object to the Dynpro 20070710
9 _DYNP_VALUES_READ Instance method Protected Method Read In Dynpro Fields (for F4 Help) 20070710
10 _DYNP_VALUES_UPDATE Instance method Protected Method Update Dynpro Fields (for F4 Help) 20070710
11 _DYNP_VALUE_READ Instance method Protected Method Read In a Dynpro Field (for F4 Help) 20070710
12 _DYNP_VALUE_UPDATE Instance method Protected Method Update a Dynpro Field (for F4 Help) 20070710
13 _GET_CURSORFIELD_BY_MESSAGE Instance method Protected Method Returns the Cursor Field for a Message 20070710
14 _GET_DEFAULT_CURSORFIELD Instance method Protected Method Returns the Default Cursor Field 20070710
15 _GET_STRUCTURE_MODEL Instance method Protected Method Returns the Structure Model 20070710
16 _INIT_DYNPRO_VIEW Instance method Protected Method Initializes the Object 20070710
17 _MODIFY_SCREEN Instance method Protected Method Change Appearance of Screen Fields 20070710
18 _POH Instance method Protected Method Process On Help Request (Internal Processing) 20070710
19 _POV Instance method Protected Method Process On Value Request (Internal Processing) 20070710
20 _PROPAGATE_DYNPRO_EVENT Instance method Protected Method Transfer a Dynpro Request to the Controller 20070710
21 _PROPAGATE_DYNPRO_HELP_EVENT Instance method Protected Method Pass On a Dynpro F1 Request to the Controller 20070710
22 _PROPAGATE_DYNPRO_VALUE_EVENT Instance method Protected Method Pass On a Dynpro F4 Request to the Controller 20070710
23 _SET_CURSOR_AT_PBO Instance method Protected Method Sets the Cursor at PBO 20070710
24 _TRANSPORT_DYNPRO_TO_MODEL Instance method Protected Method Data Transport from Dynpro into Model 20070710
25 _TRANSPORT_MODEL_TO_DYNPRO Instance method Protected Method Data Transport from Model into the Dynpro 20070710
26 __AFTER_PAI Instance method Protected Method Processing After PAI (INTERNAL USE ONLY) 20070710
27 __AFTER_PBO Instance method Protected Method Processing After PBO (INTERNAL USE ONLY) 20070710
28 __BEFORE_CALL_SUBSCREEN Instance method Protected Method Before Call of a Subscreen (INTERNAL USE ONLY) 20070710
29 __BEFORE_PAI Instance method Protected Method Processing Before PAI (INTERNAL USE ONLY) 20070710
30 __BEFORE_PBO Instance method Protected Method Processing Before PBO (INTERNAL USE ONLY) 20070710
31 __PAI Instance method Protected Method Process After Input (INTERNAL USE ONLY) 20070710
32 __PBO Instance method Protected Method Process Before Output (INTERNAL USE ONLY) 20070710
33 __POH Instance method Protected Method Process On Help-Request (INTERNAL USE ONLY) 20070710
34 __POV Instance method Protected Method Process On Value-Request (INTERNAL USE ONLY) 20070710
Events
Class CL_ISH_GUI_DYNPRO_VIEW has no event.
Types
Class CL_ISH_GUI_DYNPRO_VIEW has no local type.
Method Signatures

Method DYNP_VALUES_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DYNPREAD Call by reference Type reference (TYPE) ISH_T_DYNPREAD Zu lesende Dynprofelder 20070710
2 Importing IR_ERROR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objektreferenz für Fehlermeldungen 20070710
3 Importing I_CONVERT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true: Konvertierung durchführen 20070710
4 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpro-Nummer 20070710
5 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname 20070710
6 Importing I_TRANSLATE_TO_UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Umsetzung auf Grossschreibung 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method DYNP_VALUES_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ERROR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objektreferenz für Fehlermeldungen 20070710
2 Importing IT_DYNPREAD Call by reference Type reference (TYPE) ISH_T_DYNPREAD Zu aktualisierende Dynprofelder 20070710
3 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpro-Nummer 20070710
4 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method DYNP_VALUE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ERROR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objektreferenz für Fehlermeldungen 20070710
2 Importing I_CONVERT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true: Konvertierung durchführen 20070710
3 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpro-Nummer 20070710
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des zu lesenden Dynprofeldes 20070710
5 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname 20070710
6 Importing I_TRANSLATE_TO_UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Umsetzung auf Grossschreibung 20070710
7 Returning R_VALUE Value transfer Type reference (TYPE) DYNFIELDVALUE Inhalt des Dynprofeldes 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method DYNP_VALUE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ERROR_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Objektreferenz für Fehlermeldungen 20070710
2 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpro-Nummer 20070710
3 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des zu aktualisierenden Dynprofeldes 20070710
4 Importing I_FIELDVALUE Call by reference Type reference (TYPE) DYNFIELDVALUE Inhalt des zu aktualisierenden Dynprofeldes 20070710
5 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method GET_DYNNR Signature

Method GET_DYNNR on class CL_ISH_GUI_DYNPRO_VIEW has no parameter.
Method GET_DYNNR on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method GET_REPID Signature

Method GET_REPID on class CL_ISH_GUI_DYNPRO_VIEW has no parameter.
Method GET_REPID on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method ON_MODEL_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_CHANGED_FIELD Call by reference Attribute reference (LIKE) 20070710
2 Importing SENDER Call by reference Attribute reference (LIKE) 20070710

Method ON_MODEL_CHANGED on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _CONNECT_TO_DYNPRO Signature

Method _CONNECT_TO_DYNPRO on class CL_ISH_GUI_DYNPRO_VIEW has no parameter.
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _DYNP_VALUES_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DYNPREAD Call by reference Type reference (TYPE) ISH_T_DYNPREAD Zu lesende Dynprofelder 20070710
2 Importing I_CONVERT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true: Konvertierung durchführen 20070710
3 Importing I_TRANSLATE_TO_UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Umsetzung auf Grossschreibung 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _DYNP_VALUES_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DYNPREAD Call by reference Type reference (TYPE) ISH_T_DYNPREAD Zu aktualisierende Dynprofelder 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _DYNP_VALUE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true: Konvertierung durchführen 20070710
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des zu lesenden Dynprofeldes 20070710
3 Importing I_TRANSLATE_TO_UPPER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true: Umsetzung auf Grossschreibung 20070710
4 Returning R_VALUE Value transfer Type reference (TYPE) DYNFIELDVALUE Inhalt des Dynprofeldes 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _DYNP_VALUE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des zu aktualisierenden Dynprofeldes 20070710
2 Importing I_FIELDVALUE Call by reference Type reference (TYPE) DYNFIELDVALUE Inhalt des zu aktualisierenden Dynprofeldes 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _GET_CURSORFIELD_BY_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) RN1MESSAGE IS-H*MED: Struktur für Ausgabe von Meldungen in einem Grid 20070710
2 Returning R_CURSORFIELD Value transfer Type reference (TYPE) ISH_FIELDNAME Cursorfeld zur Meldung 20070710

Method _GET_CURSORFIELD_BY_MESSAGE on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _GET_DEFAULT_CURSORFIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DEFAULT_CURSORFIELD Value transfer Type reference (TYPE) ISH_FIELDNAME Defaultcursorfeld 20070710

Method _GET_DEFAULT_CURSORFIELD on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _GET_STRUCTURE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_STRUCTURE_MODEL Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_STRUCTURE_MODEL IS-H: GUI - Strukturartiges Model 20070710

Method _GET_STRUCTURE_MODEL on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _INIT_DYNPRO_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_CONTROLLER IS-H: GUI - Controller 20070710
2 Importing IR_PARENT_VIEW Call by reference Object reference (TYPE REF TO) IF_ISH_GUI_DYNPRO_VIEW IS-H: GUI - Dynpro View 20070710
3 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
4 Importing I_DYNPSTRUCT_NAME Call by reference Type reference (TYPE) TABNAME Dynprostrukturname 20070710
5 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710
6 Importing I_VCODE Call by reference Type reference (TYPE) TNDYM-VCODE CO_VCODE_DISPLAY IS-H: Verarbeitungsmodus 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _MODIFY_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _POH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des F1-Feldes 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710
4 Returning R_PROCESSED Value transfer Type reference (TYPE) ABAP_BOOL abap_true: F1-Anfrage wurde verarbeitet 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _POV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_FIELD Value transfer Type reference (TYPE) ISH_T_DYNPREAD Geänderte Dynprofelder 20070710
2 Exporting E_PROCESSED Call by reference Type reference (TYPE) ABAP_BOOL abap_true: F4-Anfrage wurde verarbeitet 20070710
3 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des F4-Feldes 20070710
5 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _PROPAGATE_DYNPRO_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESSING_BLOCK Call by reference Type reference (TYPE) N1GUI_DYNP_PROCBLOCK Zeitpunkt in der Ablauflogik eines Dynpros 20070710
2 Returning RR_RESPONSE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_RESPONSE IS-H: GUI - Anfrageergebnis 20070710

Method _PROPAGATE_DYNPRO_EVENT on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _PROPAGATE_DYNPRO_HELP_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20070710
2 Returning RR_RESPONSE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_RESPONSE IS-H: GUI - Anfrageergebnis 20070710

Method _PROPAGATE_DYNPRO_HELP_EVENT on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _PROPAGATE_DYNPRO_VALUE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME IS-H: Feldname 20070710
2 Returning RR_RESPONSE Value transfer Object reference (TYPE REF TO) CL_ISH_GUI_RESPONSE IS-H: GUI - Anfrageergebnis 20070710

Method _PROPAGATE_DYNPRO_VALUE_EVENT on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _SET_CURSOR_AT_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DYNPSTRUCT Call by reference Type reference (TYPE) DATA Dynprodaten 20070710
2 Returning R_CURSOR_SET Value transfer Type reference (TYPE) ABAP_BOOL abap_true: Cursor wurde gesetzt 20070710

Method _SET_CURSOR_AT_PBO on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method _TRANSPORT_DYNPRO_TO_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DYNPSTRUCT Call by reference Type reference (TYPE) DATA Dynprostruktur 20070710
2 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method _TRANSPORT_MODEL_TO_DYNPRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DYNPSTRUCT Call by reference Type reference (TYPE) DATA Dynprostruktur 20070710
2 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070710

Method __AFTER_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __AFTER_PAI on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __AFTER_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __AFTER_PBO on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __BEFORE_CALL_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBSCREEN_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Subscreen-Dynpros 20070710
2 Exporting E_SUBSCREEN_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Subscreen-Dynpros 20070710
3 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des aktuellen Dynpros 20070710
4 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des aktuellen Dynpros 20070710
5 Importing I_SUBSCREEN_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Name des Subscreens 20070710

Method __BEFORE_CALL_SUBSCREEN on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __BEFORE_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __BEFORE_PAI on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __BEFORE_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __BEFORE_PBO on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DYNPSTRUCT Call by reference Type reference (TYPE) DATA Dynprostruktur 20070710
2 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __PAI on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DYNPSTRUCT Call by reference Type reference (TYPE) DATA Dynprostruktur 20070710
2 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __PBO on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __POH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des F1-Feldes 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __POH on class CL_ISH_GUI_DYNPRO_VIEW has no exception.

Method __POV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Dynpronummer des Dynpros 20070710
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) ISH_FIELDNAME Name des F4-Feldes 20070710
3 Importing I_REPID Call by reference Type reference (TYPE) SY-REPID Programmname des Dynpros 20070710

Method __POV on class CL_ISH_GUI_DYNPRO_VIEW has no exception.
History
Last changed by/on SAP  20081217 
SAP Release Created in