SAP ABAP Class IF_SATC_AC_TEXT_HANDLE (Text handle: Operation to get text / display long text)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC_TEXT_HANDLE | Text handle: Abstract base class | 20061204 |
Properties
| Class | IF_SATC_AC_TEXT_HANDLE | |
| Short Description | Text handle: Operation to get text / display long text | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20061204 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SATC_AC_TEXT_HANDLE has no interface implemented.
Friends
Class IF_SATC_AC_TEXT_HANDLE has no friend class.
Attributes
Class IF_SATC_AC_TEXT_HANDLE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Displays linked resource in SAP GUI (outdated) | 20061204 | |
| 2 | Instance method | Public | Method | Returns request to display linked resource | 20130523 | |
| 3 | Instance method | Public | Method | Get text lines | 20061204 |
Events
Class IF_SATC_AC_TEXT_HANDLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TEXT_LINE | Public | See coding | Single line with text | 20061204 | begin of ty_S_Text_Line,
index type i,
text type string,
has_Hyper_Link type abap_Bool,
end of ty_S_Text_Line
|
|
| 2 | TY_T_TEXT_LINES | Public | See coding | Text lines | 20061204 | ty_T_Text_Lines type standard table of ty_S_Text_Line with default key
|
Method Signatures
Method FOLLOW_HYPER_LINK_IN_GUI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INDEX | Call by reference | Type reference (TYPE) | I | Index of text line | 20061204 | |||
| 2 | I_IN_NEW_FRAME | Call by reference | Type reference (TYPE) | ABAP_BOOL | Proposal to use new frame or not in SAP GUI | 20061228 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061204 |
Method GET_REQUEST_FOR_HYPER_LINK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INDEX | Call by reference | Type reference (TYPE) | I | Index of text line | 20130523 | |||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | Workbench request or null | 20130523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130523 |
Method GET_TEXT_LINES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_T_TEXT_LINES | Text lines | 20061204 |
Method GET_TEXT_LINES on class IF_SATC_AC_TEXT_HANDLE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |