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
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 | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | Function Code that Triggered PAI | 20130301 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Call the Screen with the Specified Number | 20130301 | |
| 2 | Instance method | Public | Method | Check Validity of Value Entered in Screen Field | 20130301 | |
| 3 | Instance method | Public | Method | Get User Command for First Call | 20130301 | |
| 4 | Instance method | Public | Method | Raise Event EXIT_COMMAND | 20130301 | |
| 5 | Instance method | Public | Method | Raise Event FIELD_CHECK | 20130301 | |
| 6 | Instance method | Public | Method | Raise Event PBO | 20130301 | |
| 7 | Instance method | Public | Method | Raise Event STATUS | 20130301 | |
| 8 | Instance method | Public | Method | Raise Event TITLEBAR | 20130301 | |
| 9 | Instance method | Public | Method | Raise Event USER_COMMAND | 20130301 | |
| 10 | Instance method | Public | Method | Set User Command for First Call | 20130301 | |
| 11 | Instance method | Public | Method | Set Status of Screen | 20130301 | |
| 12 | 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 | 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 | 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 | 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 | 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 | NAME | Call by reference | Type reference (TYPE) | STRING | 20130301 | ||||
| 2 | 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 | COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | Function Code that Triggered PAI | 20130301 | |||
| 2 | PROGRAM | Call by reference | Type reference (TYPE) | STRING | 20130301 | ||||
| 3 | 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 | PROGRAM | Call by reference | Type reference (TYPE) | STRING | 20130301 | ||||
| 2 | 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 | 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 | 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 | COMMAND | Call by reference | Type reference (TYPE) | SYUCOMM | Function Code that Triggered PAI | 20130301 | |||
| 2 | PROGRAM | Call by reference | Type reference (TYPE) | STRING | 20130301 | ||||
| 3 | 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 | PROGRAM | Call by reference | Type reference (TYPE) | STRING | 20130301 | ||||
| 2 | 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 |