SAP ABAP Class CL_RSAN_PR_ANPR_CTRL (Analysis Process (TLOGO) Controller)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-EI-APD (Application Component) Analysis Process Designer
     RSAN_PR (Package) APD - Application - Analysis Process Designer
Properties
Class CL_RSAN_PR_ANPR_CTRL  
Short Description Analysis Process (TLOGO) Controller    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSAN_PR    
Program status     
Category 0   
Package RSAN_PR   APD - Application - Analysis Process Designer 
Created 20030910   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSAN_PR_API Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSANA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSANP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSANW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAN_PR_ANPR_CTRL has no interface implemented.
Friends
Class CL_RSAN_PR_ANPR_CTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 R_VIEW Instance attribute Public Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VIEW 20030925
2 _R_CURRENT_PROCESS Instance attribute Private Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20030911
Methods
# Method Level Visibility Method type Description Created on
1 ATTACH_VIEW_TO_CONTROLLER Instance method Public Method 20030911
2 CALL_PROGRAM Instance method Public Method Calls given transaction and ensures view handling if loaded 20031011
3 CALL_TRANSACTION Instance method Public Method Calls given transaction and ensures view handling if loaded 20031010
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030910
5 COPY_PROCESS_VERSION Instance method Public Method Copies specified analysis process to another one 20031022
6 DELETE_PROCESS Instance method Public Method Deletes (attached) analysis process 20030930
7 DEQUEUE_PROCESS Instance method Public Method Dequeue process 20030910
8 ENQUEUE_PROCESS Instance method Public Method Enqueue process 20030910
9 EXECUTE_PROCESS Instance method Public Method Executes (Attached) Analysis Process 20031011
10 FREE Instance method Public Method Free GUI resources 20030910
11 GET_PROCESS_PROPERTIES Instance method Public Method Retrieves Process Properties Specified or from Attach. View 20031005
12 GET_PROCESS_VERSIONS Instance method Public Method Retrieves Available Process Versions 20031007
13 GET_PROCESS_VERSION_REF Instance method Public Method Retrieves Version Object Representing Specified Process 20031020
14 GET_SCHEDULED_PROCESS_JOBID Static method Public Method Retrieves Scheduled Analysis Process Job Name 20031013
15 IS_PROCESS_ACTIVE Instance method Public Method Returns Active Status of Process 20031015
16 POPUP_TO_GET_PROCESS_VERSION Instance method Public Method Shows Popup to Choose from Available Process Versions 20031022
17 PROCESS_EXISTST_ON_DB Static method Public Method Determines whether Object Exists in Database 20031012
18 SCHEDULE_PROCESS Instance method Public Method Executes (Attached) Analysis Process in Background Job 20031012
19 VERSION_EXISTS Instance method Public Method Checks if the Version Exists 20030923
20 VIEW_ACTIVATE_MODEL Instance method Public Method Save Model Which is Currently Loaded in View 20030916
21 VIEW_ATTACH_NEW_PROCESS Instance method Public Method 20030915
22 VIEW_ATTACH_TO_PROCESS Instance method Public Method 20030911
23 VIEW_CHANGE_MAINTENANCE_MODE Instance method Public Method Switches Between Display and Maintenance Mode 20030911
24 VIEW_DEQUEUE_PROCESS Instance method Public Method Loads Given Model/Template into Attached View 20030911
25 VIEW_DETACH_FROM_PROCESS Instance method Public Method 20030911
26 VIEW_ENQUEUE_PROCESS Instance method Public Method Loads Given Model/Template into Attached View 20030911
27 VIEW_IS_IN_MAINTENANCE Instance method Public Method Retrieves If View Is Enqueued in Maintenance Mode 20030915
28 VIEW_IS_MODEL_ALREADY_LOADED Instance method Public Method Tests If Model Is Already Attached to View 20030911
29 VIEW_LOAD_PROCESS_VERSION Instance method Public Method Loads Given Model/Template into Attached View 20030911
30 VIEW_MENU_ACTION_EXECUTE Instance method Public Method Execute Menu Action on Model 20030911
31 VIEW_MENU_GET_INACTIVE_FCODES Instance method Public Method Get fcodes that are not allowed (for use in PBO) 20030911
32 VIEW_PROCESS_CTO_TRANSPORT Instance method Public Method Save Model Which is Currently Loaded in View 20031103
33 VIEW_PROCESS_OBJECT_BROWSER Instance method Public Method 20031110
34 VIEW_PROCESS_TRANSPORT_CONN Instance method Public Method 20031110
35 VIEW_PURGE_ALL_IM_RESULTS Instance method Public Method Drops all im. results from process version loaded in view 20031117
36 VIEW_RELOAD Instance method Public Method Reloads model in view 20030911
37 VIEW_RESET_TO_ACTIVE_VERSION Instance method Public Method Resets Modified Version in View to Active Version 20031002
38 VIEW_SAVE_AS Instance method Public Method Saves Process Loaded in View Under Different Name 20031011
39 VIEW_SAVE_MODEL Instance method Public Method Save Model Which is Currently Loaded in View 20030911
40 VIEW_SET_MAINTENANCE_MODE Instance method Public Method Switches Between Display and Maintenance Mode 20030915
41 VIEW_SET_PROCESS_PROPERTIES Instance method Public Method Retrieves Process Properties Specified or from Attach. View 20031005
42 VIEW_UNLOAD_PROCESS_VERSION Instance method Public Method Loads Given Model/Template into Attached View 20030911
43 _COMPARE_VERSIONS Instance method Private Method Compare with Another Version Object 20031007
44 _DEQUEUE_PROCESS Instance method Private Method Dequeue process 20031013
45 _ENQUEUE_PROCESS Instance method Private Method Enqueues Given Process 20031013
46 _GET_MOST_RECENT_VERSION Instance method Private Method Retrieves Most Recent TLOGO Object Version 20031007
47 _GET_PROCESS_TLOGO_REF Instance method Private Method Loads Given Model/Template into Attached View 20031012
48 _GET_PROCESS_VERSIONS Instance method Private Method Retrieves Available Process Versions 20031007
49 _IS_PROCESS_ACTIVE Instance method Private Method Returns Active Status of Process 20031015
50 _LOAD_TLOGO_REF Instance method Private Method Loads Given Model/Template into Attached View 20030910
51 _UNLOAD_TLOGO_REF Instance method Private Method Loads Given Model/Template into Attached View 20030911
52 _VERSION_EXISTS Instance method Private Method Checks if the Version Exists 20031007
53 _VIEW_ATTACH_VERSION_REF Instance method Private Method Switches Between Display and Maintenance Mode 20031010
54 _VIEW_IF_CHANGED_ASK_SAVE Instance method Private Method Switches Between Display and Maintenance Mode 20031012
55 _VIEW_SWITCH_TO_DISPLAY Instance method Private Method Switches Between Display and Maintenance Mode 20030911
56 _VIEW_SWITCH_TO_MAINTENANCE Instance method Private Method Switches Between Display and Maintenance Mode 20030911
Events
Class CL_RSAN_PR_ANPR_CTRL has no event.
Types
Class CL_RSAN_PR_ANPR_CTRL has no local type.
Method Signatures

Method ATTACH_VIEW_TO_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR_VIEW Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VIEW 20030911

Method ATTACH_VIEW_TO_CONTROLLER on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method CALL_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RSPARAMS Call by reference Type reference (TYPE) RSPARAMS_TT Parameters for program selection screen 20031013
2 Importing I_RELOAD_VIEW_ON_RETURN Value transfer Type reference (TYPE) AS4FLAG 'X' Should view (if available) be reloaded 20040130
3 Importing I_REPORT Call by reference Type reference (TYPE) REPID 20031011
4 Importing I_VIA_SELECTION_SCREEN Value transfer Type reference (TYPE) AS4FLAG SPACE use selection screen ? 20031013

Method CALL_PROGRAM on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method CALL_TRANSACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAM Call by reference Type reference (TYPE) TABLE 20031010
2 Importing I_RELOAD_VIEW_ON_RETURN Value transfer Type reference (TYPE) AS4FLAG 'X' Should view (if available) be reloaded 20040130
3 Importing I_TCODE Call by reference Type reference (TYPE) SY-TCODE 20031010

Method CALL_TRANSACTION on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR_VIEW Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VIEW 20030911
2 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER 20030925

Method CONSTRUCTOR on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method COPY_PROCESS_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VERS Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VERS 20031022
2 Importing IT_ALLOWED_APPLICATIONS Call by reference Type reference (TYPE) RSANP_API_T_RSAN_APPL_TEXT 20031022
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031022
4 Importing I_SUGGESTED_PROCESS_NAME Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS SPACE 20031022
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031022

Method DELETE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS If not specified -> process in view should be deleted 20030930
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20030930

Method DEQUEUE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20030910

Method DEQUEUE_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method ENQUEUE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20030910
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method EXECUTE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS 20031011
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031011

Method FREE Signature

Method FREE on class CL_RSAN_PR_ANPR_CTRL has no parameter.
Method FREE on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method GET_PROCESS_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TEMPLATES_CATALOG Call by reference Type reference (TYPE) CL_RSAN_PR_API=>YT_TEMPLATE 20031009
2 Importing I_OBJVERS Value transfer Type reference (TYPE) RSANT_PROCESS-OBJVERS 20031005
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031005
4 Returning R_PROPERTIES Value transfer Type reference (TYPE) RSANP_S_APD_PROCESS_PROPERTIES 20031005
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031005

Method GET_PROCESS_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031007
2 Returning RT_VERSIONS Value transfer Type reference (TYPE) RSANP_T_OBJVERS_RANGE 20031007

Method GET_PROCESS_VERSIONS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method GET_PROCESS_VERSION_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROP Call by reference Type reference (TYPE) RSANP_S_ANPR_VTLOGO 20031020
2 Importing I_OBJVERS Value transfer Type reference (TYPE) RSANT_PROCESS-OBJVERS SPACE 20031020
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031020
4 Returning RR_VERS Value transfer Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VERS 20031020
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031020

Method GET_SCHEDULED_PROCESS_JOBID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE 20031013
2 Importing I_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS 20031013
3 Returning R_JOB_NAME Value transfer Type reference (TYPE) CHAR32 Characterfeld der Länge 32(for type tbtcjob-jobname) 20031114

Method GET_SCHEDULED_PROCESS_JOBID on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method IS_PROCESS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS 20031015
2 Returning R_IS_ACTIVE Value transfer Type reference (TYPE) RS_BOOL 20031015

Method IS_PROCESS_ACTIVE on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method POPUP_TO_GET_PROCESS_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031022
2 Returning R_OBJVERS Value transfer Type reference (TYPE) RSANT_PROCESS-OBJVERS 20031022
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031022

Method PROCESS_EXISTST_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ALL Objektversion (% heißt irgendeine Version) 20031012
2 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031012
3 Returning R_ALREADY_EXISTS Value transfer Type reference (TYPE) RSBOOL Existiert: 'X' oder ' ' 20031012

Method PROCESS_EXISTST_ON_DB on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method SCHEDULE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS 20031012
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031012

Method VERSION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20030923
2 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL = 'X': Die Version existiert 20030923

Method VERSION_EXISTS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_ACTIVATE_MODEL Signature

Method VIEW_ACTIVATE_MODEL on class CL_RSAN_PR_ANPR_CTRL has no parameter.
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method VIEW_ATTACH_NEW_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR_VIEW Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VIEW 20030915
2 Importing IS_PROP Value transfer Type reference (TYPE) RSANP_S_ANPR_VTLOGO 20031008
3 Importing IT_ALLOWED_APPLICATIONS Call by reference Type reference (TYPE) CL_RSAN_PR_API=>YT_RSAN_APPL_TEXT 20031009
4 Importing I_DONT_FILL_CREATION_TIME Value transfer Type reference (TYPE) AS4FLAG SPACE 20031023
5 Importing I_LOAD_AS_VERSION Call by reference Type reference (TYPE) RSANT_PROCESS-OBJVERS 20031009
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR 20031009

Method VIEW_ATTACH_TO_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR_VIEW Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VIEW 20030911
2 Importing IR_VERS Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VERS 20031020
3 Importing IS_PROP Call by reference Type reference (TYPE) RSANP_S_ANPR_VTLOGO 20031009
4 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20030911

Method VIEW_ATTACH_TO_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_CHANGE_MAINTENANCE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_ANSWER Value transfer Type reference (TYPE) C 'J' 20030911
2 Importing I_FORCE_SAVE Value transfer Type reference (TYPE) AS4FLAG SPACE 20031029
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method VIEW_DEQUEUE_PROCESS Signature

Method VIEW_DEQUEUE_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no parameter.
Method VIEW_DEQUEUE_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_DETACH_FROM_PROCESS Signature

Method VIEW_DETACH_FROM_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no parameter.
Method VIEW_DETACH_FROM_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_ENQUEUE_PROCESS Signature

Method VIEW_ENQUEUE_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no parameter.
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20030911

Method VIEW_IS_IN_MAINTENANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VIEW_IS_IN_MAINTENANCE_MODE Value transfer Type reference (TYPE) AS4FLAG 20030915

Method VIEW_IS_IN_MAINTENANCE on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_IS_MODEL_ALREADY_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSANT_PROCESS-OBJVERS 20030911
2 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20030911
3 Returning R_ALREADY_LOADED Value transfer Type reference (TYPE) AS4FLAG 20030911

Method VIEW_IS_MODEL_ALREADY_LOADED on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_LOAD_PROCESS_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DONT_ATTACH_DATA Value transfer Type reference (TYPE) AS4FLAG SPACE Internal, instructing view not to attach data to adapter 20031002
2 Importing I_LOAD_AS_VERSION Call by reference Type reference (TYPE) RSANT_PROCESS-OBJVERS SPACE Load specified version as another version 20031005
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSANT_PROCESS-OBJVERS 20030911
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20030911

Method VIEW_MENU_ACTION_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) RSANW_FCODE Funktionscode 20030911
2 Returning R_ERROR Value transfer Type reference (TYPE) AS4FLAG 20030923

Method VIEW_MENU_ACTION_EXECUTE on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_MENU_GET_INACTIVE_FCODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCODES Call by reference Type reference (TYPE) RSANW_T_FCODE Table of inactive function codes 20030911

Method VIEW_MENU_GET_INACTIVE_FCODES on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_PROCESS_CTO_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Value transfer Type reference (TYPE) BALLEVEL '3' Anwendungs-Log: Detaillierungsgrad 20031103
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031103

Method VIEW_PROCESS_OBJECT_BROWSER Signature

Method VIEW_PROCESS_OBJECT_BROWSER on class CL_RSAN_PR_ANPR_CTRL has no parameter.
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031110

Method VIEW_PROCESS_TRANSPORT_CONN Signature

Method VIEW_PROCESS_TRANSPORT_CONN on class CL_RSAN_PR_ANPR_CTRL has no parameter.
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031110

Method VIEW_PURGE_ALL_IM_RESULTS Signature

Method VIEW_PURGE_ALL_IM_RESULTS on class CL_RSAN_PR_ANPR_CTRL has no parameter.
Method VIEW_PURGE_ALL_IM_RESULTS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_RELOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DONT_ATTACH_DATA Value transfer Type reference (TYPE) AS4FLAG SPACE Internal!! Prevents to render AP model 20031013
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20030917

Method VIEW_RESET_TO_ACTIVE_VERSION Signature

Method VIEW_RESET_TO_ACTIVE_VERSION on class CL_RSAN_PR_ANPR_CTRL has no parameter.
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031002

Method VIEW_SAVE_AS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUGGESTED_PROCESS_NAME Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS SPACE 20031020
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031011

Method VIEW_SAVE_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SUGGESTED_PROCESS_NAME Value transfer Type reference (TYPE) RSANT_PROCESS-PROCESS SPACE 20031020
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method VIEW_SET_MAINTENANCE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_ANSWER Value transfer Type reference (TYPE) C 'J' 20030915
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method VIEW_SET_PROCESS_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTIES Value transfer Type reference (TYPE) RSANP_S_APD_PROCESS_PROPERTIES 20031005

Method VIEW_SET_PROCESS_PROPERTIES on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method VIEW_UNLOAD_PROCESS_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_ANSWER Value transfer Type reference (TYPE) CHAR1 'J' 20030919
2 Importing I_FORCE_SAVE Value transfer Type reference (TYPE) AS4FLAG SPACE 20031029
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20030911

Method _COMPARE_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031007
2 Importing I_OBJVERS_1 Call by reference Type reference (TYPE) RSOBJVERS 20031007
3 Importing I_OBJVERS_2 Call by reference Type reference (TYPE) RSOBJVERS 20031007
4 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL 20031007

Method _COMPARE_VERSIONS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _DEQUEUE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031013

Method _DEQUEUE_PROCESS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _ENQUEUE_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031013
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031013

Method _GET_MOST_RECENT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031007
2 Importing IT_VERSION_RANGE Call by reference Type reference (TYPE) RSANP_T_OBJVERS_RANGE 20031007
3 Returning R_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS Most recent Objektversion 20031007
# Exception Resumable Description Created on
1 CX_RS_VERSION_NOT_FOUND Objekt in einer Version nicht gefunden 20031007

Method _GET_PROCESS_TLOGO_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20031012
2 Returning RR_TLOGO_AP Value transfer Object reference (TYPE REF TO) CL_RSAN_PR_ANPR Analysis Process TLOGO Object 20031012

Method _GET_PROCESS_TLOGO_REF on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _GET_PROCESS_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031007
2 Returning RT_VERSIONS Value transfer Type reference (TYPE) RSANP_T_OBJVERS_RANGE 20031007

Method _GET_PROCESS_VERSIONS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _IS_PROCESS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031015
2 Returning R_IS_ACTIVE Value transfer Type reference (TYPE) RS_BOOL 20031015

Method _IS_PROCESS_ACTIVE on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _LOAD_TLOGO_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VERS Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VERS 20031020
2 Importing IS_PROP Call by reference Type reference (TYPE) RSANP_S_ANPR_VTLOGO 20031008
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSANT_PROCESS-PROCESS 20030910

Method _LOAD_TLOGO_REF on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _UNLOAD_TLOGO_REF Signature

Method _UNLOAD_TLOGO_REF on class CL_RSAN_PR_ANPR_CTRL has no parameter.
Method _UNLOAD_TLOGO_REF on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _VERSION_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_ANPR Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR 20031007
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS Objektversion 20031007
3 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL = 'X': Die Version existiert 20031007

Method _VERSION_EXISTS on class CL_RSAN_PR_ANPR_CTRL has no exception.

Method _VIEW_ATTACH_VERSION_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VERS Call by reference Object reference (TYPE REF TO) CL_RSAN_PR_ANPR_VERS 20031010
2 Importing I_DISPLAY Value transfer Type reference (TYPE) AS4FLAG 'X' 20031010
3 Importing I_DONT_ATTACH_DATA Value transfer Type reference (TYPE) AS4FLAG SPACE Internal -> prevents to rednder data 20031012
4 Importing I_LOAD_AS_VERSION Value transfer Type reference (TYPE) RSOBJVERS 20031020
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method _VIEW_IF_CHANGED_ASK_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_ANSWER Value transfer Type reference (TYPE) C 'J' 20031012
2 Importing I_FORCE_SAVE Value transfer Type reference (TYPE) AS4FLAG SPACE 20031029
3 Returning R_SAVED Value transfer Type reference (TYPE) AS4FLAG 20031021
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031012

Method _VIEW_SWITCH_TO_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_ANSWER Value transfer Type reference (TYPE) C 'J' 20030911
2 Importing I_DONT_ATTACH_DATA Value transfer Type reference (TYPE) AS4FLAG SPACE Internal -> prevents to render model 20031012
3 Importing I_FORCE_SAVE Value transfer Type reference (TYPE) AS4FLAG SPACE 20031029
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010

Method _VIEW_SWITCH_TO_MAINTENANCE Signature

Method _VIEW_SWITCH_TO_MAINTENANCE on class CL_RSAN_PR_ANPR_CTRL has no parameter.
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR Analyse-Prozess (TLOGO) General Exception 20031010
History
Last changed by/on SAP  20130531 
SAP Release Created in 350