SAP ABAP Interface IF_RMPS_CASE_MULTIPLE_VALUES (Attributes that can be evaluated in multiple ways: case)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_PRO_FILEPLAN (Package) PRO: Fileplan - Folders and so on
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RMPS_CASE_MULTIPLE_VALUES Attributes that can be evaluated in multiple ways: case 20040429
Properties
Interface IF_RMPS_CASE_MULTIPLE_VALUES  
Short Description Attributes that can be evaluated in multiple ways: case    
General Data
Package RMPS_PRO_FILEPLAN   PRO: Fileplan - Folders and so on 
Created 20040429   SAP 
Last changed 20050411   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RMPS_CASE_MULTIPLE_VALUES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RMPS_CASE_MULTIPLE_VALUES has no interface.
Friends
Interface IF_RMPS_CASE_MULTIPLE_VALUES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_GUID Instance attribute Public Type reference (TYPE) SCMG_CASE_GUID Technical Case Key (Case GUID) 20040824
Methods
# Method Level Visibility Method type Description Created on
1 ACCEPT Instance method Public Method Transfer Data 20040430
2 ADD_FIELD Instance method Public Method 20040503
3 CHECK Instance method Public Method Check 20040503
4 COPY Instance method Public Method 20040824
5 DATA_CHANGED Instance method Public Method 20040824
6 DELETE Instance method Public Method 20040826
7 DIALOG Instance method Public Method Dialog- Container must be entered 20040429
8 DIALOG_POPUP Instance method Public Method Dialog (Popup) 20040430
9 GET Instance method Public Method Get data 20040429
10 GET_EXPORT Instance method Public Method Get Texts for Export/Presentation 20041119
11 GET_IN_PRINT_FORMAT Instance method Public Method Get Print Output (Case Format) 20040705
12 GET_TEXT Instance method Public Method Get Text for Key List (IM_NAME) 20040504
13 REFRESH_TEXTS_DIALOG Instance method Public Method Refresh Texts in OUTTAB (in DIALOG) 20040504
14 SAVE Instance method Public Method Save in DB 20040429
15 SET Instance method Public Method Set data 20040429
Events
Interface IF_RMPS_CASE_MULTIPLE_VALUES has no event.
Types
Interface IF_RMPS_CASE_MULTIPLE_VALUES has no local type.
Method Signatures

Method ACCEPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHANGED Call by reference Type reference (TYPE) SRMBOOLEAN Änderung 20040511
2 Exporting EX_LONG_TEXT Call by reference Type reference (TYPE) STRING 20040705
3 Exporting EX_OKAY Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040504
4 Exporting EX_TEXT Call by reference Type reference (TYPE) STRING Ausgabetext 20040504
5 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040430

Method ACCEPT on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_F4 Call by reference Type reference (TYPE) XFELD 'X' Feld zum Ankreuzen 20040503
2 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040503
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABLENAME Kontrollstruktur für Tests des Tabellennamens (außer SAA) 20040503

Method ADD_FIELD on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OKAY Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040503

Method CHECK on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20040824
2 Returning RE_NEW_INSTANCE Value transfer Object reference (TYPE REF TO) IF_RMPS_CASE_MULTIPLE_VALUES Mehrfach bewertbare Attribute Case 20040824

Method COPY on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CHANGED Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040824

Method DATA_CHANGED on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040826

Method DELETE on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20040430
2 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040429
3 Importing IM_ONLY_DISPLAY Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040430

Method DIALOG on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method DIALOG_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CANCEL Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040503
2 Exporting EX_CHANGED Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040511
3 Exporting EX_LONG_TEXT Call by reference Type reference (TYPE) STRING Text zu Attribut (Langtexte) 20040705
4 Exporting EX_TEXT Call by reference Type reference (TYPE) STRING Text zu Attribut (technische Namen) 20040504
5 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040430
6 Importing IM_ONLY_DISPLAY Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040430

Method DIALOG_POPUP on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040429
2 Returning RE_TAB Value transfer Type reference (TYPE) TY_NAMEVALUEASSTRING NAMEVALUEASSTRING 20040430

Method GET on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method GET_EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20041119
2 Returning RE_EXPORT Value transfer Type reference (TYPE) SRM_LIST_STRING List: String 20041119

Method GET_EXPORT on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method GET_IN_PRINT_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRIBUTE Call by reference Type reference (TYPE) SCMG_ATTR_PRINT Attribut-Struktur für Smartform 20040705
2 Returning RE_PRINT Value transfer Type reference (TYPE) SCMG_TT_ATTR_PRINT Tabelle für Smartform 20040705

Method GET_IN_PRINT_FORMAT on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LONG Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040504
2 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040504
3 Returning RE_TEXT Value transfer Type reference (TYPE) STRING 20040504

Method GET_TEXT on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method REFRESH_TEXTS_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CHANGED Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040504

Method REFRESH_TEXTS_DIALOG on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DELETED Call by reference Type reference (TYPE) RMPS_TT_VALUE_LIST Nur wenn IM_NO_DB = FALSE 20040824
2 Exporting EX_DELTA Call by reference Type reference (TYPE) RMPS_TT_CASE_MATR_DELTA Änderungen 20040511
3 Exporting EX_INSERTED Call by reference Type reference (TYPE) RMPS_TT_VALUE_LIST Nur wenn IM_NO_DB = FALSE 20040824
4 Exporting EX_MODIFIED Call by reference Type reference (TYPE) RMPS_TT_VALUE_LIST Nur wenn IM_NO_DB = FALSE 20040616
5 Importing IM_NO_DB Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040511
6 Importing IM_UPDATE_TASK Call by reference Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20040429

Method SAVE on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040429
2 Importing IM_VALUE Call by reference Type reference (TYPE) CHAR255 char255 20040429
3 Importing IM_VALUE2 Call by reference Type reference (TYPE) CHAR255 char255 20040511

Method SET on Interface IF_RMPS_CASE_MULTIPLE_VALUES has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 640