SAP ABAP Interface IF_TPDA_FOCUS (Cursor Handling)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_UI_FRAMEWORK (Package) ABAP Debugger: Framework of the User Interface
Properties
Interface IF_TPDA_FOCUS  
Short Description Cursor Handling    
General Data
Package STPDA_UI_FRAMEWORK   ABAP Debugger: Framework of the User Interface 
Created 20101015   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_TPDA_FOCUS has no forward declaration.
Interfaces
Interface IF_TPDA_FOCUS has no interface.
Friends
Interface IF_TPDA_FOCUS has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CTRL Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy Class for Control in GUI 20101216
2 C_OK_CODE Constant Public See coding 'OK_' 20101216
3 FIELD Instance attribute Public See coding 20101216
4 OFFSET Instance attribute Public Type reference (TYPE) I 20101216
5 OK_CODE Instance attribute Public Type reference (TYPE) SY-UCOMM Function Code that Triggered PAI 20101216
6 TC_AREA Instance attribute Public See coding 20101216
7 TC_LINE Instance attribute Public Type reference (TYPE) I 20101216
8 VALUE Instance attribute Public Type reference (TYPE) STRING 20101216
Methods
# Method Level Visibility Method type Description Created on
1 GET_CURSOR Instance method Public Method 20101216
2 GET_DETAILS Instance method Public Method 20101217
3 SET_CURSOR Instance method Public Method 20101216
4 SET_CURSOR_EXPLICIT Instance method Public Method 20101216
Events
Interface IF_TPDA_FOCUS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_DETAILS Public See coding 20101217 BEGIN OF typ_str_details, tc_line TYPE i, field TYPE c length 100, tc_area TYPE c length 100, ctrl TYPE REF TO cl_gui_control, value type string, offset type i, ok_code type sy-ucomm, ref_tool TYPE REF TO if_tpda_tool, END OF typ_str_details
Method Signatures

Method GET_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FOCUS_FOUND Value transfer Type reference (TYPE) FLAG allgemeines flag 20101217
2 Exporting E_SUCCESS Value transfer Type reference (TYPE) FLAG allgemeines flag 20101217
3 Importing I_OFFSET Call by reference Type reference (TYPE) I 20101217
4 Importing I_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20101217
5 Importing I_REF_CTRL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20101217
6 Importing I_REF_TOOL Call by reference Object reference (TYPE REF TO) IF_TPDA_TOOL TPDA: Schnittstelle für Plug-In 20110315
7 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20101217

Method GET_CURSOR on Interface IF_TPDA_FOCUS has no exception.

Method GET_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STR_DETAILS Value transfer Type reference (TYPE) TYP_STR_DETAILS 20101217

Method GET_DETAILS on Interface IF_TPDA_FOCUS has no exception.

Method SET_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Value transfer Type reference (TYPE) FLAG allgemeines flag 20101217
2 Importing I_IGNORE_SCREEN Call by reference Type reference (TYPE) DATA 20101217
3 Importing I_REF_TOOL Call by reference Object reference (TYPE REF TO) IF_TPDA_TOOL TPDA: Schnittstelle für Plug-In 20110315

Method SET_CURSOR on Interface IF_TPDA_FOCUS has no exception.

Method SET_CURSOR_EXPLICIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUCCESS Value transfer Type reference (TYPE) FLAG allgemeines flag 20101217
2 Importing I_DINDEX Call by reference Type reference (TYPE) I 20101217
3 Importing I_DYNNR Call by reference Type reference (TYPE) SY-DYNNR Aktuelle Dynpro-Nummer 20101217
4 Importing I_FIELD Call by reference Type reference (TYPE) STRING 20101217
5 Importing I_OFFSET Call by reference Type reference (TYPE) I 20101217
6 Importing I_REF_TOOL Call by reference Object reference (TYPE REF TO) IF_TPDA_TOOL TPDA: Schnittstelle für Plug-In 20110315
7 Importing I_TC_AREA Call by reference Type reference (TYPE) STRING 20101217
8 Importing I_TC_LINE Call by reference Type reference (TYPE) I 20101217
9 Importing I_VALUE Call by reference Type reference (TYPE) STRING 20101217

Method SET_CURSOR_EXPLICIT on Interface IF_TPDA_FOCUS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in