SAP ABAP Class /IPRO/CL_PANEL (Panel)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/UI/PROGS/ (Package) Programs

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IPRO/CL_COMPOSITE_VIEW | View with sub views | 20040218 |
Properties
Class | /IPRO/CL_PANEL | |
Short Description | Panel | |
Super Class | /IPRO/CL_COMPOSITE_VIEW | View with sub views |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /IPRO/UI/PROGS/ | Programs |
Created | 20040218 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IPRO/CL_PANEL has no forward declaration.
Interfaces
Class /IPRO/CL_PANEL has no interface implemented.
Friends
Class /IPRO/CL_PANEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PANEL_HEIGHT' | Tag for Height | 20040225 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PANEL_WIDTH' | Tag for Width | 20040225 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Current Height | 20040224 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | '100%' | Minimum Height | 20040224 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | '100%' | Minimum Width | 20040224 | |
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'SCROLL' | Mode | 20040218 | |
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Currrent Width | 20040224 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get the height | 20040224 |
2 | ![]() |
Instance method | Public | Method | Get the height | 20040224 |
3 | ![]() |
Instance method | Public | Method | Get the width | 20040224 |
4 | ![]() |
Instance method | Public | Method | Get the mode | 20040218 |
5 | ![]() |
Instance method | Public | Method | Get the width | 20040224 |
6 | ![]() |
Instance method | Public | Method | Determine the required height of the panel | 20040225 |
7 | ![]() |
Instance method | Public | Method | Set the height | 20040224 |
8 | ![]() |
Instance method | Public | Method | Set the width | 20040224 |
9 | ![]() |
Instance method | Public | Method | Set the mode | 20040218 |
10 | ![]() |
Instance method | Public | Method | Determine the required width of the panel | 20040225 |
11 | ![]() |
Instance method | Public | Method | Set the height and width from the form fields. | 20040225 |
Events
Class /IPRO/CL_PANEL has no event.
Types
Class /IPRO/CL_PANEL has no local type.
Method Signatures
Method GET_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HEIGHT | Value transfer | Type reference (TYPE) | STRING | 20040224 |
Method GET_HEIGHT on class /IPRO/CL_PANEL has no exception.
Method GET_MIN_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HEIGHT | Value transfer | Type reference (TYPE) | STRING | 20040224 |
Method GET_MIN_HEIGHT on class /IPRO/CL_PANEL has no exception.
Method GET_MIN_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_WIDTH | Value transfer | Type reference (TYPE) | STRING | 20040224 |
Method GET_MIN_WIDTH on class /IPRO/CL_PANEL has no exception.
Method GET_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_MODE | Value transfer | Type reference (TYPE) | STRING | 20040218 |
Method GET_MODE on class /IPRO/CL_PANEL has no exception.
Method GET_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_WIDTH | Value transfer | Type reference (TYPE) | STRING | 20040224 |
Method GET_WIDTH on class /IPRO/CL_PANEL has no exception.
Method SET_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HEIGHT | Call by reference | Type reference (TYPE) | STRING | 20040225 |
Method SET_HEIGHT on class /IPRO/CL_PANEL has no exception.
Method SET_MIN_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HEIGHT | Call by reference | Type reference (TYPE) | STRING | 20040224 |
Method SET_MIN_HEIGHT on class /IPRO/CL_PANEL has no exception.
Method SET_MIN_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20040224 |
Method SET_MIN_WIDTH on class /IPRO/CL_PANEL has no exception.
Method SET_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MODE | Call by reference | Type reference (TYPE) | STRING | 20040218 |
Method SET_MODE on class /IPRO/CL_PANEL has no exception.
Method SET_WIDTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20040225 |
Method SET_WIDTH on class /IPRO/CL_PANEL has no exception.
Method UPDATE_FROM_FORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PIT_FORM_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20040225 |
Method UPDATE_FROM_FORM on class /IPRO/CL_PANEL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 10A |