SAP ABAP Class CL_FOPC_UI_START_MODEL (Basis Model for Start Page)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-CGV-MIC (Application Component) Management of Internal Controls
     FOPC_UI (Package) User Interface Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_MODEL BSP: Model Basis Class 20031105
Properties
Class CL_FOPC_UI_START_MODEL  
Short Description Basis Model for Start Page    
Super Class CL_BSP_MODEL BSP: Model Basis Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FOPC_UI   User Interface Objects 
Created 20031105   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 FOPCA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 FOPCB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 FOPCH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 FOPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 FOPCW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FOPC_UI_START_MODEL has no interface implemented.
Friends
Class CL_FOPC_UI_START_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BSP_COUNTER Static Attribute Public Type reference (TYPE) INT4 Natural Number 20031105
2 CONST_STATUS_WF_READY Constant Protected Type reference (TYPE) SWW_STATXT 'READY' Workflow: Work Item Status 20040311
3 CONST_STATUS_WF_SELECTED Constant Protected Type reference (TYPE) SWW_STATXT 'SELECTED' Workflow: Work Item Status 20040311
4 CONST_WF_MAX_REFRESH Constant Public Type reference (TYPE) I 100 Workflow: Threshold for Automatic/Manual Refresh of Tasklist 20040406
5 CONT_CONFIG Constant Public Type reference (TYPE) FOPC_CONTAINER 'CONFIG' Information Container: Configuration Dialog 20031110
6 CONT_DOCUMENTS Constant Public Type reference (TYPE) FOPC_CONTAINER 'DOCUMENTS' Information Container: Documents 20031110
7 CONT_HEADER Constant Public Type reference (TYPE) FOPC_CONTAINER 'HEADER' Information Container: Header 20031113
8 CONT_MONITOR_SIGNOFF Constant Public Type reference (TYPE) FOPC_CONTAINER 'MONISO' Information Container: Sign-Off Monitor 20040224
9 CONT_NAVIGATION Constant Public Type reference (TYPE) FOPC_CONTAINER 'NAVIGATION' Information Container: Navigation 20031113
10 CONT_OBJECTS Constant Public Type reference (TYPE) FOPC_CONTAINER 'OBJECTS' Information Container: Objects 20031113
11 CONT_PERSONAL Constant Public Type reference (TYPE) FOPC_CONTAINER 'PERSONAL' Information Container: Start Page 20031113
12 CONT_TASKLIST Constant Public Type reference (TYPE) FOPC_CONTAINER 'TASKLIST' Information Container: Task List 20031110
13 GC_TOGGLE_CHANGE Constant Protected Type reference (TYPE) FOPC_UI_NAV_TOGGLE 'C' Toggle for Navigation Area 20041019
14 GC_TOGGLE_DISPLAY Constant Protected Type reference (TYPE) FOPC_UI_NAV_TOGGLE 'D' Toggle for Navigation Area 20041019
15 GR_DL_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_FOPC_DL_DELEGATE Delegation 20041026
16 GS_DATE_INTERVAL Instance attribute Public Type reference (TYPE) FOPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20031120
17 GS_PERSON Instance attribute Protected Type reference (TYPE) FOPCS_S_PERSON HR Person to User 20031112
18 GS_USER_DATA Instance attribute Protected Type reference (TYPE) FOPCUSERDATA User-Specific Settings 20041019
19 GT_APPLOG Instance attribute Protected Type reference (TYPE) CRMT_BSP_APPLOG_TAB Table Type for Application Log Interface 20031209
20 GT_CONTAINER Instance attribute Protected Type reference (TYPE) CRM_BSP_COLUMNLIST Configuration Data for the Start Page 20031111
21 GT_INBOX Static Attribute Protected Type reference (TYPE) FOPCW_TO_INBOX Current Inbox Items 20040406
22 GT_NAVIGATION Instance attribute Protected Type reference (TYPE) FOPC_T_UI_START_TREENODE Navigation Tree 20031106
23 GT_OBJECT Instance attribute Protected Type reference (TYPE) FOPC_T_UI_START_OBJECT Table of Assigned Objects 20031112
24 GT_OBJECT_TYPE Static Attribute Protected Type reference (TYPE) FOPCB_TH_OBJTYPE Texts for Object Types 20031113
25 GT_ROLE Instance attribute Protected Type reference (TYPE) FOPCS_TO_ROLE_PERS Roles to Which User is Assigned 20031106
26 GT_TASK Instance attribute Protected Type reference (TYPE) FOPCB_TH_TASK Assigned Tasks for User's Roles 20031106
27 GT_TASKLIST Static Attribute Protected Type reference (TYPE) FOPC_T_UI_START_TODO Table of Task List Items 20031105
28 GT_TASK_ALL Static Attribute Protected Type reference (TYPE) FOPCB_TH_TASK All Tasks Available in MIC 20040205
29 GV_CONTENT Instance attribute Protected Type reference (TYPE) STRING 'personal.do' URL to Display on the Right 20031114
30 GV_CONTENT_LAST Instance attribute Protected Type reference (TYPE) STRING Last URL for One-Off Redirection 20031119
31 GV_DELEGATE Instance attribute Protected Type reference (TYPE) SYUNAME Delegate 20041025
32 GV_NAVTREE_READ Instance attribute Protected Type reference (TYPE) BOOLEAN ABAP_FALSE Indicator: Navigation Tree Built 20040406
33 GV_PLVAR Static Attribute Protected Type reference (TYPE) PLVAR Plan Variant 20031112
34 GV_PROMPT_FLAG Instance attribute Protected Type reference (TYPE) FOPC_UI_SAVE_PROMPT Indicator 20041019
35 GV_TASKLIST_FILTER Instance attribute Protected Type reference (TYPE) BOOLEAN ABAP_FALSE Indicator: Filter Active in Task List 20040603
36 GV_TASKLIST_READ Instance attribute Protected Type reference (TYPE) BOOLEAN ABAP_FALSE Indicator: Task List Read 20040406
37 GV_TASKLIST_REFRESH Instance attribute Protected Type reference (TYPE) BOOLEAN ABAP_TRUE Indicator: Automatic Refresh of Task list 20040406
38 GV_TOGGLE Instance attribute Protected Type reference (TYPE) FOPC_UI_NAV_TOGGLE (Display/Change) Mode 20041019
39 MODEL_ID Constant Public Type reference (TYPE) STRING 'UI_MODEL' Model ID for Data Binding 20031118
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Protected Method Add Message 20031209
2 ADD_TASK Instance method Protected Method Add Task to Global Table 20031117
3 CONVERT_INBOX_TO_UI Static method Public Method Fill UI Structure for an Inbox Item (Workflow Item) 20040406
4 CREATE_APPL_LINK Static method Public Method Generate URL on PC-UI Application 20031112
5 GET_CONTAINER Instance method Public Method Read Container Definition on Start Page 20031110
6 GET_CONTAINER_TITLE Static method Public Method Determine Title of a Container 20031110
7 GET_CONTENT Instance method Public Method Read URL for Display in Right-Hand Container 20031120
8 GET_FREQUENCY_ORDER Static method Public Method Determine Sort Key Figure for a Frequency (# Timeframes) 20040903
9 GET_MESSAGES Instance method Public Method Get All Messages 20031209
10 GET_NAVIGATION_LIST Instance method Public Method Fixed Part of Navigation Tree 20031113
11 GET_NAVIGATION_TREE Instance method Public Method Navigation Tree 20031106
12 GET_OBJECTS Instance method Public Method Assigned Objects 20031112
13 GET_OBJECTS_COUNT Instance method Public Method Number of Assigned Objects 20031112
14 GET_OBJECT_TYPE_TEXT Instance method Protected Method Determine Object Type Description 20031113
15 GET_PROMPT_FLAG Instance method Public Method Get Prompt Indicator 20041019
16 GET_ROLES_AND_TASKS Instance method Protected Method Determine Tasks for User 20031106
17 GET_ROLE_TEXT Instance method Protected Method Determine Role Description 20031113
18 GET_TASKLIST Instance method Public Method Read Task List 20031105
19 GET_TASKLIST_COUNT Instance method Public Method Number of Tasks in Task List 20031105
20 GET_TASK_DETAILS Static method Public Method Read Task Details (Text, Application, ...) 20040406
21 GET_TOGGLE Instance method Public Method Get Toggle Mode 20041019
22 INIT Instance method Public Method 20031117
23 INITIALIZE Instance method Protected Method Initial Data 20050120
24 INIT_NAVIGATION Instance method Protected Method Determine Tasks for User 20031106
25 NAVIGATION_TOGGLE_FILTER Instance method Protected Method Toggle Navigation Filter "D" <-> "C" 20041019
26 PUT_BACK_WORKITEM Instance method Public Method Resetting of Work Item 20040311
27 READ_WF_INBOX Instance method Protected Method Initialise Task List 20031106
28 SAVE_CONTAINER Instance method Public Method Set Container Definition for Start Page 20031111
29 SAVE_USER_DATA Instance method Protected Method Save User Data 20041019
30 SELECT_TASK Instance method Protected Method Read Task for Entity and Add Global Tab. 20031117
31 SET_CONTAINER Instance method Public Method Set Container Definition for Start Page 20031110
32 SET_CONTAINER_VISIBILITY Instance method Public Method Switch Visibility of a Container 20031114
33 SET_CONTENT Instance method Public Method Set URL for Display in Right-Hand Container 20031114
34 SET_PROMPT_FLAG Instance method Public Method Set Prompt Indicator 20041019
35 SET_TOGGLE Instance method Public Method Set Toggle Mode 20041019
36 TASKLIST_FILTERING Instance method Public Method Indicator: Filtering Active in Task List 20040603
37 TASKLIST_TOGGLE_FILTER Instance method Public Method Toggle Task List Filter On <-> Off 20040603
38 TRANSLATE_APPL Static method Public Method Special Replacement of PC UI Application for Selected Tasks 20040616
Events
Class CL_FOPC_UI_START_MODEL has no event.
Types
Class CL_FOPC_UI_START_MODEL has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_KEY Call by reference Type reference (TYPE) CRMT_BSP_OBJECTKEY Schlüssel eines Objektes 20031209

Method ADD_MESSAGE on class CL_FOPC_UI_START_MODEL has no exception.

Method ADD_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TASK Call by reference Type reference (TYPE) FOPCB_S_TASK 20031117

Method ADD_TASK on class CL_FOPC_UI_START_MODEL has no exception.

Method CONVERT_INBOX_TO_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_ID Call by reference Type reference (TYPE) FOPCW_ITEM_ID workflow item 20040406
2 Returning RS_TODO Value transfer Type reference (TYPE) FOPC_S_UI_START_TODO ToDo list item 20040406

Method CONVERT_INBOX_TO_UI on class CL_FOPC_UI_START_MODEL has no exception.

Method CREATE_APPL_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Type reference (TYPE) CRMT_BSP_APPL Applikation 20031112
2 Importing IV_OBJECT Call by reference Type reference (TYPE) C Object 20031112
3 Importing IV_TASK Call by reference Type reference (TYPE) FOPC_TASK Aufgabe 20031112
4 Importing IV_WFITEM Call by reference Type reference (TYPE) FOPCW_ITEM_ID Workflow Item 20031211
5 Returning RV_URL Value transfer Type reference (TYPE) STRING URL zur PC-UI Applikation 20031112

Method CREATE_APPL_LINK on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REFRESH Call by reference Type reference (TYPE) XFELD '' Erneut aus der Datenbank lesen 20031120
2 Returning RT_CONTAINER Value transfer Type reference (TYPE) CRM_BSP_COLUMNLIST Konfiguration der Startseite 20031111

Method GET_CONTAINER on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_CONTAINER_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CNT Call by reference Type reference (TYPE) I -1 Zähler anzeigen 20031113
2 Importing IV_CONTAINER Call by reference Type reference (TYPE) FOPC_CONTAINER Container 20031110
3 Returning RV_TITLE Value transfer Type reference (TYPE) STRING Titel 20031110

Method GET_CONTAINER_TITLE on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTENT Value transfer Type reference (TYPE) STRING 20031120

Method GET_CONTENT on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_FREQUENCY_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FREQUENCY Call by reference Type reference (TYPE) FOPC_ATTRVALUE Attribute Value 20040903
2 Returning RV_ORDER Value transfer Type reference (TYPE) INT4 Valuation 20040903

Method GET_FREQUENCY_ORDER on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_APPLOG Value transfer Type reference (TYPE) CRMT_BSP_APPLOG_TAB Tabellentyp für die Anwendungsprotokoll-Schnittstelle 20031209

Method GET_MESSAGES on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_NAVIGATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL 20060920
2 Returning RT_NAV_TREE Value transfer Type reference (TYPE) FOPC_T_UI_START_TREENODE navigation nodes 20031113

Method GET_NAVIGATION_LIST on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_NAVIGATION_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL Refresh the navigation tree 20050331
2 Returning RT_NAV_TREE Value transfer Type reference (TYPE) FOPC_T_UI_START_TREENODE navigation nodes 20031106

Method GET_NAVIGATION_TREE on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) FOPC_T_UI_START_OBJECT Einer Person zugeordnete Objekte 20031112

Method GET_OBJECTS on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_OBJECTS_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 number of todo items 20031112

Method GET_OBJECTS_COUNT on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_OBJECT_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OTYPE Call by reference Type reference (TYPE) FOPC_OBJTYPE Objekttyp 20031113
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20031113

Method GET_OBJECT_TYPE_TEXT on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_PROMPT_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FLAG Value transfer Type reference (TYPE) FOPC_UI_SAVE_PROMPT prompt flag 20041019

Method GET_PROMPT_FLAG on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_ROLES_AND_TASKS Signature

Method GET_ROLES_AND_TASKS on class CL_FOPC_UI_START_MODEL has no parameter.
Method GET_ROLES_AND_TASKS on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_ROLE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROLE Call by reference Type reference (TYPE) FOPC_ROLE Rollen-ID 20031113
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20031113

Method GET_ROLE_TEXT on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Force refresh of tasklist 20040406
2 Returning RT_ITEMS Value transfer Type reference (TYPE) FOPC_T_UI_START_TODO Todo list items 20031105

Method GET_TASKLIST on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_TASKLIST_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORCE_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL Refresh 20060920
2 Returning RV_COUNT Value transfer Type reference (TYPE) INT4 number of todo items 20031105

Method GET_TASKLIST_COUNT on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_TASK_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK Call by reference Type reference (TYPE) FOPC_TASK Task 20040406
2 Returning RS_TASK Value transfer Type reference (TYPE) FOPCB_S_TASK Task details 20040406

Method GET_TASK_DETAILS on class CL_FOPC_UI_START_MODEL has no exception.

Method GET_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOGGLE Value transfer Type reference (TYPE) FOPC_UI_NAV_TOGGLE mode 20041019

Method GET_TOGGLE on class CL_FOPC_UI_START_MODEL has no exception.

Method INIT Signature

Method INIT on class CL_FOPC_UI_START_MODEL has no parameter.
Method INIT on class CL_FOPC_UI_START_MODEL has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_FOPC_UI_START_MODEL has no parameter.
Method INITIALIZE on class CL_FOPC_UI_START_MODEL has no exception.

Method INIT_NAVIGATION Signature

Method INIT_NAVIGATION on class CL_FOPC_UI_START_MODEL has no parameter.
Method INIT_NAVIGATION on class CL_FOPC_UI_START_MODEL has no exception.

Method NAVIGATION_TOGGLE_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TASK Call by reference Type reference (TYPE) FOPC_TASK Aufgabe 20041019
2 Returning RV_FLAG Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20041019

Method NAVIGATION_TOGGLE_FILTER on class CL_FOPC_UI_START_MODEL has no exception.

Method PUT_BACK_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WORKITEM Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20040311

Method PUT_BACK_WORKITEM on class CL_FOPC_UI_START_MODEL has no exception.

Method READ_WF_INBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TASKLIST Value transfer Type reference (TYPE) FOPC_T_UI_START_TODO Table of Todo items 20031112

Method READ_WF_INBOX on class CL_FOPC_UI_START_MODEL has no exception.

Method SAVE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTAINER Call by reference Type reference (TYPE) CRM_BSP_COLUMNLIST Konfigurationsdaten der Startseite 20031111

Method SAVE_CONTAINER on class CL_FOPC_UI_START_MODEL has no exception.

Method SAVE_USER_DATA Signature

Method SAVE_USER_DATA on class CL_FOPC_UI_START_MODEL has no parameter.
Method SAVE_USER_DATA on class CL_FOPC_UI_START_MODEL has no exception.

Method SELECT_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Call by reference Type reference (TYPE) FOPC_OBJTYPE Objekttyp 20031117

Method SELECT_TASK on class CL_FOPC_UI_START_MODEL has no exception.

Method SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTAINER Call by reference Type reference (TYPE) CRM_BSP_COLUMNLIST Konfigurationsdaten der Startseite 20031110

Method SET_CONTAINER on class CL_FOPC_UI_START_MODEL has no exception.

Method SET_CONTAINER_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTAINER Call by reference Type reference (TYPE) FOPC_CONTAINER Information Container der MIC Startseite 20031114

Method SET_CONTAINER_VISIBILITY on class CL_FOPC_UI_START_MODEL has no exception.

Method SET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT Value transfer Type reference (TYPE) STRING 20031114
2 Importing IV_ONE_TIME Call by reference Type reference (TYPE) XFELD '' einmalige Umleitung 20031119

Method SET_CONTENT on class CL_FOPC_UI_START_MODEL has no exception.

Method SET_PROMPT_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAG Call by reference Type reference (TYPE) FOPC_UI_SAVE_PROMPT prompt flag 20041019
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20041019

Method SET_PROMPT_FLAG on class CL_FOPC_UI_START_MODEL has no exception.

Method SET_TOGGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TOGGLE Call by reference Type reference (TYPE) FOPC_UI_NAV_TOGGLE mode 20041019
2 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SYSUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20041019

Method SET_TOGGLE on class CL_FOPC_UI_START_MODEL has no exception.

Method TASKLIST_FILTERING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTIVE Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20040603

Method TASKLIST_FILTERING on class CL_FOPC_UI_START_MODEL has no exception.

Method TASKLIST_TOGGLE_FILTER Signature

Method TASKLIST_TOGGLE_FILTER on class CL_FOPC_UI_START_MODEL has no parameter.
Method TASKLIST_TOGGLE_FILTER on class CL_FOPC_UI_START_MODEL has no exception.

Method TRANSLATE_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Type reference (TYPE) CRMT_BSP_APPL Standard application for task 20040616
2 Returning RV_APPL Value transfer Type reference (TYPE) CRMT_BSP_APPL application to use 20040616

Method TRANSLATE_APPL on class CL_FOPC_UI_START_MODEL has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 100