SAP ABAP Class IF_SATC_AC_NAVIGATOR (Navigator: name / path of item + display operations)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_AC_NAVIGATOR | Navigator: Abstract base class | 20061203 |
Properties
| Class | IF_SATC_AC_NAVIGATOR | |
| Short Description | Navigator: name / path of item + display operations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20061203 | SAP |
| Last change | 20130531 | 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_NAVIGATOR has no interface implemented.
Friends
Class IF_SATC_AC_NAVIGATOR has no friend class.
Attributes
Class IF_SATC_AC_NAVIGATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Performs navigation in the context of classic SAP GUI | 20061203 | |
| 2 | Instance method | Public | Method | Returns description of location | 20061221 | |
| 3 | Instance method | Public | Method | Returns location | 20061203 | |
| 4 | Instance method | Public | Method | Returns navigation request | 20110922 |
Events
Class IF_SATC_AC_NAVIGATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_DESCRIPTION | Public | See coding | Description for tag and item retrieved | 20061221 | begin of ty_S_Description,
tag type string,
item type string,
title type string,
description type string,
contact type syuname,
end of ty_S_Description
|
|
| 2 | TY_S_PATH_SEGMENT | Public | See coding | Path segment: Will be rendered as [{TAG}={ITEM}] | 20061203 | begin of ty_S_Path_Segment,
tag type string,
item type string,
end of ty_S_Path_Segment
|
|
| 3 | TY_T_DESCRIPTIONS | Public | See coding | List of descriptions | 20061221 | ty_T_Descriptions type standard table of ty_S_Description with default key
|
|
| 4 | TY_T_PATH_SEGMENTS | Public | See coding | Path segments: Will be Rendered as [{TAG}={ITEM}] | 20061203 | ty_T_Path_Segments type standard table of ty_S_Path_Segment with default key
|
Method Signatures
Method DO_NAVIGATION_IN_GUI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IN_NEW_FRAME | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20061228 | |||
| 2 | I_UI_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SATC_UI_CONTEXT | Context Information For Display Purposes | 20070612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20061203 |
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INCLUDE_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Include R3TR Key as 1st Element in Description | 20061221 | ||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_T_DESCRIPTIONS | Description of Segments | 20061221 |
Method GET_DESCRIPTION on class IF_SATC_AC_NAVIGATOR has no exception.
Method GET_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PATH | Call by reference | Type reference (TYPE) | TY_T_PATH_SEGMENTS | 20061203 | ||||
| 2 | E_PATH_AS_TEXT | Call by reference | Type reference (TYPE) | STRING | 20061203 | ||||
| 3 | E_TADIR_KEY | Call by reference | Type reference (TYPE) | SATC_S_R3TR_KEY | ATC: R3TR Key | 20061203 |
Method GET_LOCATION on class IF_SATC_AC_NAVIGATOR has no exception.
Method GET_WB_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_WB_REQUEST | 20110922 |
Method GET_WB_REQUEST on class IF_SATC_AC_NAVIGATOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |