SAP ABAP Class CL_PTC_V_SCREEN (View Class for Screens for Performance Tools)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-P-PA (Application Component) Performance Analysis (Transaction ST05)
     S_PERFORMANCE_TOOLS_CORE (Package) Performance Tools (Measurements, Analyses) - Central Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PTC_V View Class for Performance Tools 20130301
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PTC_SERVER_SELECTION_V View Class for Server Selection 20130404
2 Inheritance (c INHERITING FROM c_ref)  CL_ST05_DDIC_INFO_V ST05 DDIC Info View Class 20130315
3 Inheritance (c INHERITING FROM c_ref)  CL_ST05_TRACE_COMPARE_V_S ST05 Trace Compare Screen View Class 20130510
4 Inheritance (c INHERITING FROM c_ref)  CL_ST05_TRACE_DIRECTORY_V_S ST05 Trace Directory Screen View Class 20130319
5 Inheritance (c INHERITING FROM c_ref)  CL_ST05_TRACE_DISPLAY_V_S ST05 Trace Display Screen View Class 20130419
6 Inheritance (c INHERITING FROM c_ref)  CL_ST05_TRACE_FILTER_V ST05 Trace Filter View Class 20130314
7 Inheritance (c INHERITING FROM c_ref)  CL_ST05_TRACE_MAIN_V ST05 Trace View Class 20130314
8 Inheritance (c INHERITING FROM c_ref)  CL_ST05_TRACE_RECORD_FILTER_V ST05 Trace Record Filter View Class 20130314
9 Inheritance (c INHERITING FROM c_ref)  CL_STATS_RECORD_DISPLAY_V_S STATS Statistics Record Display Screen View Class 20130301
10 Inheritance (c INHERITING FROM c_ref)  CL_STATS_RECORD_FILTER_V STATS Record Filter View Class 20130301
Properties
Class CL_PTC_V_SCREEN  
Short Description View Class for Screens for Performance Tools    
Super Class CL_PTC_V View Class for Performance Tools 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_PERFORMANCE_TOOLS_CORE   Performance Tools (Measurements, Analyses) - Central Objects 
Created 20130301   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PTC_V_SCREEN has no forward declaration.
Interfaces
Class CL_PTC_V_SCREEN has no interface implemented.
Friends
Class CL_PTC_V_SCREEN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMMAND Instance attribute Private Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301
Methods
# Method Level Visibility Method type Description Created on
1 CALL_SCREEN Instance method Public Method Call the Screen with the Specified Number 20130301
2 CHECK_FIELD_VALUE Instance method Public Method Check Validity of Value Entered in Screen Field 20130301
3 GET_COMMAND Instance method Public Method Get User Command for First Call 20130301
4 RAISE_EXIT_COMMAND Instance method Public Method Raise Event EXIT_COMMAND 20130301
5 RAISE_FIELD_CHECK Instance method Public Method Raise Event FIELD_CHECK 20130301
6 RAISE_PBO Instance method Public Method Raise Event PBO 20130301
7 RAISE_STATUS Instance method Public Method Raise Event STATUS 20130301
8 RAISE_TITLEBAR Instance method Public Method Raise Event TITLEBAR 20130301
9 RAISE_USER_COMMAND Instance method Public Method Raise Event USER_COMMAND 20130301
10 SET_COMMAND Instance method Public Method Set User Command for First Call 20130301
11 SET_STATUS Instance method Public Method Set Status of Screen 20130301
12 SET_TITLEBAR Instance method Public Method Set Titlebar of Screen 20130301
Events
# Event Type Visibility Description Created on
1 EXIT_COMMAND Instance Event
(0)
Public
(2)
Exit Command 20130301
2 FIELD_CHECK Instance Event
(0)
Public
(2)
Check Values Entered into Screen Fields 20130301
3 PBO Instance Event
(0)
Public
(2)
PBO 20130301
4 STATUS Instance Event
(0)
Public
(2)
Status 20130301
5 TITLEBAR Instance Event
(0)
Public
(2)
Title Bar 20130301
6 USER_COMMAND Instance Event
(0)
Public
(2)
User Command 20130301
Types
Class CL_PTC_V_SCREEN has no local type.
Method Signatures

Method CALL_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SCREEN_NUMBER Call by reference Type reference (TYPE) SYDYNNR Current Screen Number 20130301

Method CALL_SCREEN on class CL_PTC_V_SCREEN has no exception.

Method CHECK_FIELD_VALUE Signature

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

Method CHECK_FIELD_VALUE on class CL_PTC_V_SCREEN has no exception.

Method GET_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301

Method GET_COMMAND on class CL_PTC_V_SCREEN has no exception.

Method RAISE_EXIT_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM '' Function Code that Triggered PAI 20130301

Method RAISE_EXIT_COMMAND on class CL_PTC_V_SCREEN has no exception.

Method RAISE_FIELD_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20130301
2 Importing VALUE Call by reference Type reference (TYPE) ANY 20130301

Method RAISE_FIELD_CHECK on class CL_PTC_V_SCREEN has no exception.

Method RAISE_PBO Signature

Method RAISE_PBO on class CL_PTC_V_SCREEN has no parameter.
Method RAISE_PBO on class CL_PTC_V_SCREEN has no exception.

Method RAISE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301
2 Importing PROGRAM Call by reference Type reference (TYPE) STRING 20130301
3 Importing STATUS Call by reference Type reference (TYPE) STRING 20130301

Method RAISE_STATUS on class CL_PTC_V_SCREEN has no exception.

Method RAISE_TITLEBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGRAM Call by reference Type reference (TYPE) STRING 20130301
2 Importing TITLE Call by reference Type reference (TYPE) STRING 20130301

Method RAISE_TITLEBAR on class CL_PTC_V_SCREEN has no exception.

Method RAISE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301

Method RAISE_USER_COMMAND on class CL_PTC_V_SCREEN has no exception.

Method SET_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301

Method SET_COMMAND on class CL_PTC_V_SCREEN has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301
2 Importing PROGRAM Call by reference Type reference (TYPE) STRING 20130301
3 Importing STATUS Call by reference Type reference (TYPE) STRING 20130301

Method SET_STATUS on class CL_PTC_V_SCREEN has no exception.

Method SET_TITLEBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGRAM Call by reference Type reference (TYPE) STRING 20130301
2 Importing TITLE Call by reference Type reference (TYPE) STRING 20130301

Method SET_TITLEBAR on class CL_PTC_V_SCREEN has no exception.
Event Signatures

Event EXIT_COMMAND Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 COMMAND Exporting Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301

Event FIELD_CHECK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NAME Exporting Value transfer Type reference (TYPE) STRING 20130301
2 VALUE Exporting Value transfer Type reference (TYPE) ANY 20130301

Event PBO Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 PROGRAM Exporting Value transfer Type reference (TYPE) STRING 20130301
2 SCREEN Exporting Value transfer Type reference (TYPE) STRING 20130301

Event STATUS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 COMMAND Exporting Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301
2 PROGRAM Exporting Value transfer Type reference (TYPE) STRING 20130301
3 STATUS Exporting Value transfer Type reference (TYPE) STRING 20130301

Event TITLEBAR Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 PROGRAM Exporting Value transfer Type reference (TYPE) STRING 20130301
2 TITLE Exporting Value transfer Type reference (TYPE) STRING 20130301

Event USER_COMMAND Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 COMMAND Exporting Value transfer Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20130301
History
Last changed by/on SAP  20140121 
SAP Release Created in 740