SAP ABAP Interface /PLMU/IF_FRW_G_OVS_CALLBACK (Handle for Object Value Selection (OVS))
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_GUIBB (Package) UI Framework: Generic UI Building Blocks
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMU/CL_FRW_G_OVS_CALLBACK Handle for Object Value Selection (OVS) 20090921
Properties
Interface /PLMU/IF_FRW_G_OVS_CALLBACK  
Short Description Handle for Object Value Selection (OVS)    
General Data
Package /PLMU/UI_FRW_GUIBB   UI Framework: Generic UI Building Blocks 
Created 20090921   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no interface.
Friends
Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMPONENT_USAGE_NAME Instance attribute Public Type reference (TYPE) STRING Component usage name 20090921
2 CONTEXT_ATTRIBUTE Instance attribute Public Type reference (TYPE) STRING Context Attribute for Which Input Help Was Requested 20090921
3 CO_PHASE_0 Constant Public Type reference (TYPE) INT4 IF_WD_OVS=>CO_PHASE_0 Set Configuration 20090921
4 CO_PHASE_1 Constant Public Type reference (TYPE) INT4 IF_WD_OVS=>CO_PHASE_1 Preassign Entry Values 20090921
5 CO_PHASE_2 Constant Public Type reference (TYPE) INT4 IF_WD_OVS=>CO_PHASE_2 Fill Value List 20090921
6 CO_PHASE_3 Constant Public Type reference (TYPE) INT4 IF_WD_OVS=>CO_PHASE_3 Value Return 20090921
7 IS_READ_ONLY Instance attribute Public Type reference (TYPE) BOOLE_D Can the F4 field be edited? 20090921
8 PHASE_INDICATOR Instance attribute Public Type reference (TYPE) INT4 Phase Indicator 20090921
Methods
# Method Level Visibility Method type Description Created on
1 GET_ATTRIBUTE_VALUE Instance method Public Method Get the Attribute Value for Which Input Help was Requested 20120704
2 GET_QUERY_PARAMETERS Instance method Public Method Get Selection Parameters 20090921
3 GET_ROW_DATA Instance method Public Method Get Data for Which Input Help was Requested 20090924
4 GET_SELECTION Instance method Public Method Get Selected Values 20090921
5 SET_ATTRIBUTE_VALUE Instance method Public Method Set the Attribute Value for Which Input Help was Requested 20120704
6 SET_CONFIGURATION Instance method Public Method Set Column Headings, Label Texts, and so on 20090921
7 SET_INPUT_STRUCTURE Instance method Public Method Set Fields on Selection Screen 20090921
8 SET_MESSAGES Instance method Public Method Set Messages for OVS Component 20090921
9 SET_OUTPUT_TABLE Instance method Public Method Set Hit List 20090921
10 SET_QUERY_PARAMETERS Instance method Public Method Set Selection Parameters 20090921
11 SET_ROW_DATA Instance method Public Method Set Data for Which Input Help was Requested 20090924
12 SET_SELECTION Instance method Public Method Set Selected Values 20090921
Events
Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_MESSAGE Public See coding 20090921 begin of ty_s_message, standard_message type ty_s_standard_message, t100_message type ty_s_t100_message, end of ty_s_message
2 TY_S_STANDARD_MESSAGE Public See coding 20090921 begin of TY_S_standard_MESSAGE, text type string, type type i, "siehe if_wd_message_manager=>CO_TYPE_.... params type WDR_NAME_VALUE_LIST, msg_object type ref to IF_MESSAGE, MSG_USER_DATA type ref to data, end of ty_s_standard_message
3 TY_S_T100_MESSAGE Public See coding 20090921 begin of ty_s_t100_message, MSGID type SYST-MSGID, MSGNO type SYST-MSGNO, MSGTY type SYST-MSGTY, P1 type SYST-MSGV1, P2 type SYST-MSGV2, P3 type SYST-MSGV3, P4 type SYST-MSGV4, MSG_USER_DATA type ref to data, end of ty_s_t100_message
4 TY_T_MESSAGES Public See coding 20090921 ty_t_messages type standard table of ty_s_message
Method Signatures

Method GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) ANY 20120704

Method GET_ATTRIBUTE_VALUE on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method GET_QUERY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20090921
2 Exporting ES_DATA Call by reference Type reference (TYPE) DATA 20120704

Method GET_QUERY_PARAMETERS on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method GET_ROW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20090924
2 Exporting ES_DATA Call by reference Type reference (TYPE) DATA 20120704

Method GET_ROW_DATA on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20090921
2 Exporting ES_DATA Call by reference Type reference (TYPE) DATA 20120704

Method GET_SELECTION on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20120704

Method SET_ATTRIBUTE_VALUE on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Overwrites ABAP Dictionary Texts of Table Column Headings 20090921
2 Importing COL_COUNT Call by reference Type reference (TYPE) I Obsolete, no longer evaluated 20090921
3 Importing GROUP_HEADER Call by reference Type reference (TYPE) STRING Obsolete 20090921
4 Importing LABEL_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Overwrites ABAP Dictionary Texts of Labels 20090921
5 Importing ROW_COUNT Call by reference Type reference (TYPE) I Obsolete, no longer evaluated 20090921
6 Importing TABLE_HEADER Call by reference Type reference (TYPE) STRING Result Table Heading 20090921
7 Importing TABLE_MULTI_SELECT Call by reference Type reference (TYPE) ABAP_BOOL Sets Multiple Selection for Result Table 20090921
8 Importing WINDOW_TITLE Call by reference Type reference (TYPE) STRING Search Window Title 20090921

Method SET_CONFIGURATION on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_INPUT_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_VALUES_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Display values immediately 20090921
2 Importing GROUP_HEADER Call by reference Type reference (TYPE) STRING Obsolete 20090921
3 Importing INPUT Call by reference Type reference (TYPE) DATA 20090921
4 Importing LABEL_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Table of Name Value Pairs 20090921
5 Importing WINDOW_TITLE Call by reference Type reference (TYPE) STRING 20090921

Method SET_INPUT_STRUCTURE on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGES Call by reference Type reference (TYPE) TY_T_MESSAGES 20090921

Method SET_MESSAGES on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_OUTPUT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Table of Name Value Pairs 20090921
2 Importing OUTPUT Call by reference Type reference (TYPE) ANY TABLE 20090921
3 Importing TABLE_HEADER Call by reference Type reference (TYPE) STRING 20090921

Method SET_OUTPUT_TABLE on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_QUERY_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20090921

Method SET_QUERY_PARAMETERS on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_ROW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20090924

Method SET_ROW_DATA on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) DATA 20090921

Method SET_SELECTION on Interface /PLMU/IF_FRW_G_OVS_CALLBACK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702