SAP ABAP Class CL_RSAN_PR_API (API Functions for APs)
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_API  
Short Description API Functions for APs    
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 20030902   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_ANPR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSAN_PR_API Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 RSANP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSAN_PR_API has no interface implemented.
Friends
Class CL_RSAN_PR_API has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_APPL_NOTCONNECTED Constant Public Type reference (TYPE) YS_APPL_PROP-APPL '/NOTCONNECTED' Not connected appl ID 20090113
2 C_APPL_SORTING Constant Public See coding 20090112
3 C_NODE_OBJVERS_DEFAULT Constant Public Type reference (TYPE) CHAR1 '*' Node Is Any Analysis Model 20030903
4 C_NODE_OBJVERS_HIERARCHY Constant Public Type reference (TYPE) CHAR1 'H' Node Is Hierarchy Model 20030903
5 C_NODE_OBJVERS_INVALID Constant Public Type reference (TYPE) CHAR1 'I' Node Is Invalid Analyisis Model 20030903
6 _APPL_SORTING Static Attribute Private Type reference (TYPE) Y_APPL_SORTING Sorting (latest requested) 20090112
7 _TH_APPL_PROP Static Attribute Private Type reference (TYPE) YTH_APPL_PROP Application property table (hashed) 20090112
8 _T_MODEL Static Attribute Private Type reference (TYPE) YT_MODEL Model property table (sorted cache) 20090224
Methods
# Method Level Visibility Method type Description Created on
1 ADD_APPL_CHILDREN_WITH_TEXTS Static method Public Method Obsolete 20030904
2 CHECK_APPL_AUTHORITY Static method Public Method Authority check for applications/folders 20090203
3 CHECK_APPL_DB_EXISTENCE Static method Public Method Check application key exists in DB 20090120
4 CHECK_AUTHORITY Static method Public Method 20031010
5 CHECK_AUTHORITY_TO_CREATE Static method Public Method 20031009
6 CHECK_MODEL_TECHNICAL_NAME Static method Public Method Checks If Given Technical Is Okay 20030915
7 DELETE_APPL_PROP Static method Public Method Delete application properties (APPLC only) 20090120
8 DELETE_MODEL_FROM_DB Static method Public Method 20030904
9 DEQUEUE_AP Static method Public Method 20030902
10 DEQUEUE_APPL Static method Public Method Dequeue application 20090128
11 ENQUEUE_AP Static method Public Method 20030903
12 ENQUEUE_APPL Static method Public Method Enqueue application 20090128
13 GET_ALL_APPLICATIONS Static method Public Method 20030904
14 GET_APPLICATION_TYPE Static method Public Method 20030910
15 GET_APPL_DETAILS Static method Public Method Obsolete 20030903
16 GET_APPL_MODELS Static method Public Method Get models of an application 20030903
17 GET_APPL_MODELS_FROM_RANGETAB Static method Public Method 20030903
18 GET_APPL_PROP Static method Public Method Get application properties 20090112
19 GET_APPL_SUBTREE Static method Public Method Get applications by traversal of hierarchy 20090112
20 GET_APPL_TEMPLATES Static method Public Method 20030903
21 GET_MODEL_DETAILS Static method Public Method 20030903
22 GET_MODEL_TEXTS Static method Public Method 20030903
23 GET_SUB_APPLICATIONS Static method Public Method Obsolete 20030904
24 INSERT_MODEL_INTO_DB Static method Public Method 20030904
25 IS_MODEL_STORED_IN_DB Static method Public Method 20030903
26 LOAD_MODEL_FROM_DB Static method Public Method 20030904
27 LOAD_TEMPLATE_FROM_DB Static method Public Method 20030904
28 MODELS_FILL_MISSING_TEXTS Static method Public Method Fills Models Texts with Technical Name If Missing 20031022
29 SAVE_APPL_PROP Static method Public Method Save application properties (update, APPLC only) 20090119
30 SET_APPL_SORTING Static method Public Method Set Application Sorting 20090112
31 UPDATE_MODEL_APPL Static method Public Method Change application of a model (in version A and M) 20090128
32 UPDATE_MODEL_IN_DB Static method Public Method 20030904
33 _ADD_APPL_CHILDREN Static method Private Method Add children for an application ID 20090112
34 _ADD_APPL_NOTCONNECTED Static method Private Method Add artificial application entry NOTCONNECTED to hierarchy 20090114
35 _GET_APPL_AUTH Static method Private Method Determine application ID which is relevant for authority 20090112
36 _GET_APPL_LEVEL Static method Private Method Determine application level 20090112
37 _LOAD_APPL_HIER Static method Private Method Load application hierarchy 20090112
Events
Class CL_RSAN_PR_API has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_APPL_PROP Public Type reference (TYPE) RSANP_API_S_RSAN_APPL_TEXT Application properties (APPL + APPLC) 20090112
2 YS_MODEL Public Type reference (TYPE) RSANP_API_S_MODEL Model properties 20030903
3 YS_RSAN_APPL_TEXT Public Type reference (TYPE) RSANP_API_S_RSAN_APPL_TEXT 20030902
4 YS_TEMPLATE Public Type reference (TYPE) RSANP_API_S_TEMPLATE 20030902
5 YTH_APPL_PROP Private See coding Application property table (hashed) 20090112 YTH_APPL_PROP type HASHED TABLE OF ys_appl_prop WITH UNIQUE key appl appl_is_cust WITH NON-UNIQUE SORTED KEY id COMPONENTS parent_appl parent_is_cust position_parent appl WITH NON-UNIQUE SORTED KEY tx COMPONENTS parent_appl parent_is_cust position_parent text appl
6 YTH_RSANT_PR_APPL Public Type reference (TYPE) RSANP_API_TH_RSANT_PR_APPL 20030904
7 YT_APPL_PROP Public See coding Application property table 20090112 YT_APPL_PROP type STANDARD TABLE OF ys_appl_prop
8 YT_APPL_RANGE Public Type reference (TYPE) RSANP_API_APPL_RANGE Application range table 20030903
9 YT_MODEL Public Type reference (TYPE) RSANP_API_T_MODEL Model property table 20030903
10 YT_RSAN_APPL_TEXT Public See coding 20030904 yt_rsan_appl_text TYPE STANDARD TABLE OF rsanp_api_s_rsan_appl_text
11 YT_TEMPLATE Public Type reference (TYPE) RSANP_API_T_TEMPLATE 20030903
12 Y_APPL_SORTING Public See coding Sorting (for appl hierarchy traversal) 20090112 Y_APPL_SORTING type c LENGTH 2
Method Signatures

Method ADD_APPL_CHILDREN_WITH_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_APPL_TAB Call by reference Type reference (TYPE) YT_RSAN_APPL_TEXT 20030904
2 Importing I_APPL Call by reference Type reference (TYPE) RSAN_PR_APPLICATION 20030904
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030904

Method ADD_APPL_CHILDREN_WITH_TEXTS on class CL_RSAN_PR_API has no exception.

Method CHECK_APPL_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACCESS_TYPE Value transfer Type reference (TYPE) C 20090203
2 Importing I_APPL Call by reference Type reference (TYPE) RSAN_PR_APPLICATION SPACE 20090203
3 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) RSAN_PR_APPL_IS_CUST SPACE Flag: Kundeneigener Anwendungs-Ordner 20090203
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Analyse-Prozess (TLOGO) Error Exception 20090203

Method CHECK_APPL_DB_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXISTS Value transfer Type reference (TYPE) AS4FLAG Application exists on DB 20090120
2 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090120
3 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) YS_APPL_PROP-APPL_IS_CUST SPACE Application is customer-specific 20090120

Method CHECK_APPL_DB_EXISTENCE on class CL_RSAN_PR_API has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACCESS_TYPE Value transfer Type reference (TYPE) C 20031010
2 Importing I_APPLICATION Call by reference Type reference (TYPE) RSAN_PR_APPLICATION SPACE 20031010
3 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) RSAN_PR_APPL_IS_CUST SPACE Flag: Kundeneigener Anwendungs-Ordner 20090114
4 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS SPACE 20031010
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Analyse-Prozess (TLOGO) Error Exception 20031010

Method CHECK_AUTHORITY_TO_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) RSAN_PR_APPLICATION 20031009
2 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) RSAN_PR_APPL_IS_CUST SPACE Flag: Kundeneigener Anwendungs-Ordner 20090114
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20031009
# Exception Resumable Description Created on
1 CX_RSAN_PR_ANPR_ERROR_MSG Analyse-Prozess (TLOGO) Error Exception 20031010

Method CHECK_MODEL_TECHNICAL_NAME 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 20030915
# Exception Resumable Description Created on
1 FAILED_WITH_SY_MESSAGE Technical name not okay -> exception is raised with message 20030915

Method DELETE_APPL_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090120
2 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) YS_APPL_PROP-APPL_IS_CUST SPACE Application is customer-specific 20090120
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20090120

Method DELETE_MODEL_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DELETED_MODELS Value transfer Type reference (TYPE) I 20030904
2 Exporting E_DELETED_TEXTS Value transfer Type reference (TYPE) I 20030904
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030904
4 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20030904
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030904

Method DEQUEUE_AP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SPACE 20030903
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS SPACE 20030903
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS SPACE 20030903

Method DEQUEUE_AP on class CL_RSAN_PR_API has no exception.

Method DEQUEUE_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090128

Method DEQUEUE_APPL on class CL_RSAN_PR_API has no exception.

Method ENQUEUE_AP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SPACE 20030903
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS SPACE 20030903
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS SPACE 20030903
4 Returning R_SUCCESS Value transfer Type reference (TYPE) AS4FLAG 20030903

Method ENQUEUE_AP on class CL_RSAN_PR_API has no exception.

Method ENQUEUE_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090128
2 Returning R_SUCCESS Value transfer Type reference (TYPE) AS4FLAG 20090128

Method ENQUEUE_APPL on class CL_RSAN_PR_API has no exception.

Method GET_ALL_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_APPL_TAB Value transfer Type reference (TYPE) YTH_RSANT_PR_APPL 20030904

Method GET_ALL_APPLICATIONS on class CL_RSAN_PR_API has no exception.

Method GET_APPLICATION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) RSAN_PR_APPLICATION 20030910
2 Importing I_APPLICATION_IS_CUST Call by reference Type reference (TYPE) RSAN_PR_APPL_IS_CUST Flag: Kundeneigene Anwendungskomponente 20081217
3 Returning R_APPL_TYPE Value transfer Type reference (TYPE) RSANT_PR_APPL-APPL_TYPE 20030910
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030910

Method GET_APPL_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) RSAN_PR_APPLICATION 20030903
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030903
3 Returning R_APPL_DETAILS Value transfer Type reference (TYPE) YS_RSAN_APPL_TEXT 20030903
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030903

Method GET_APPL_MODELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) RSAN_PR_APPLICATION Analyseprozess-Anwendung 20030903
2 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) RSAN_PR_APPL_IS_CUST SPACE Flag: Kundeneigener Anwendungs-Ordner 20090114
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030903
4 Importing I_REFRESH Call by reference Type reference (TYPE) AS4FLAG SPACE Refresh cache 20090224
5 Returning RT_MODELS Value transfer Type reference (TYPE) YT_MODEL 20030903

Method GET_APPL_MODELS on class CL_RSAN_PR_API has no exception.

Method GET_APPL_MODELS_FROM_RANGETAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_APPL_RANGE Call by reference Type reference (TYPE) YT_APPL_RANGE 20030903
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030903
3 Returning RT_MODELS Value transfer Type reference (TYPE) YT_MODEL 20030903

Method GET_APPL_MODELS_FROM_RANGETAB on class CL_RSAN_PR_API has no exception.

Method GET_APPL_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APPL_PROP Value transfer Type reference (TYPE) YS_APPL_PROP Application properties (APPL + APPLC) 20090112
2 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090112
3 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) YS_APPL_PROP-APPL_IS_CUST SPACE Application is customer-specific 20090112
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20090113

Method GET_APPL_SUBTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPL_PROP Call by reference Type reference (TYPE) YT_APPL_PROP Application Property table 20090112
2 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090112
3 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) YS_APPL_PROP-APPL_IS_CUST SPACE Application is customer-specific 20090112
4 Importing I_APPL_SORTING Call by reference Type reference (TYPE) Y_APPL_SORTING Application Sorting 20090112
5 Importing I_LEVEL Call by reference Type reference (TYPE) I 9999 Number of levels below appl 20090112
6 Importing I_REFRESH Call by reference Type reference (TYPE) AS4FLAG SPACE Refresh cache 20090112
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20090113

Method GET_APPL_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_APPL_TAB Call by reference Type reference (TYPE) YT_RSAN_APPL_TEXT 20030903
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030903
3 Returning RT_TEMPLATES Value transfer Type reference (TYPE) YT_TEMPLATE 20030903

Method GET_APPL_TEMPLATES on class CL_RSAN_PR_API has no exception.

Method GET_MODEL_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYPASSING_BUFFER Value transfer Type reference (TYPE) AS4FLAG SPACE 20030903
2 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS 'A' 20030903
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20030903
4 Returning R_MODEL_DETAILS Value transfer Type reference (TYPE) RSANT_PROCESS 20030903
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030903

Method GET_MODEL_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYPASSING_BUFFER Value transfer Type reference (TYPE) AS4FLAG SPACE 20030903
2 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030903
3 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS 'A' 20030903
4 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20030903
5 Returning R_MODEL_TEXTS Value transfer Type reference (TYPE) RSANT_PROCESST 20030903
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030903

Method GET_SUB_APPLICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL Call by reference Type reference (TYPE) RSAN_PR_APPLICATION SPACE If space - then root applications returned 20030904
2 Returning R_APPL_TAB Value transfer Type reference (TYPE) YTH_RSANT_PR_APPL 20030904

Method GET_SUB_APPLICATIONS on class CL_RSAN_PR_API has no exception.

Method INSERT_MODEL_INTO_DB 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 20030904
2 Importing I_PROCESS_TEXT Call by reference Type reference (TYPE) RSANT_PROCESST 20030904
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030904

Method IS_MODEL_STORED_IN_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BYPASSING_BUFFER Value transfer Type reference (TYPE) AS4FLAG SPACE 20030903
2 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS 'A' 20030903
3 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20030903
4 Returning R_MODEL_EXISTS Value transfer Type reference (TYPE) AS4FLAG 20030903

Method IS_MODEL_STORED_IN_DB on class CL_RSAN_PR_API has no exception.

Method LOAD_MODEL_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS 20030904
2 Exporting E_PROCESS_TEXT Value transfer Type reference (TYPE) RSANT_PROCESST 20030904
3 Importing I_BYPASSING_BUFFER Value transfer Type reference (TYPE) AS4FLAG SPACE 20030904
4 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030904
5 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20030904
6 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20030904
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030904

Method LOAD_TEMPLATE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROCESS Value transfer Type reference (TYPE) RSANT_PROCESS 20030904
2 Exporting E_PROCESS_TEXT Value transfer Type reference (TYPE) RSANT_PROCESST 20030904
3 Importing IT_TEMPLATES_CATALOG Call by reference Type reference (TYPE) YT_TEMPLATE For getting details info mandatory! 20030904
4 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU 20030904
5 Importing I_PROCESS Call by reference Type reference (TYPE) RSAN_PROCESS 20030904
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030904

Method MODELS_FILL_MISSING_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MODELS Call by reference Type reference (TYPE) RSANP_API_T_MODEL 20031022

Method MODELS_FILL_MISSING_TEXTS on class CL_RSAN_PR_API has no exception.

Method SAVE_APPL_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_APPL_PROP Call by reference Type reference (TYPE) YS_APPL_PROP Application properties (APPL + APPLC) 20090119
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20090119

Method SET_APPL_SORTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_SORTING Call by reference Type reference (TYPE) Y_APPL_SORTING Application Sorting 20090112
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20090113

Method UPDATE_MODEL_APPL Signature

Method UPDATE_MODEL_APPL on class CL_RSAN_PR_API has no parameter.
Method UPDATE_MODEL_APPL on class CL_RSAN_PR_API has no exception.

Method UPDATE_MODEL_IN_DB 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 20030904
2 Importing I_PROCESS_TEXT Call by reference Type reference (TYPE) RSANT_PROCESST 20030904
# Exception Resumable Description Created on
1 CX_RSAN_PR_API Exception class for API functions for AP's 20030904

Method _ADD_APPL_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_APPL_PROP Call by reference Type reference (TYPE) YT_APPL_PROP Application property table 20090112
2 Importing I_APPL Call by reference Type reference (TYPE) YS_APPL_PROP-APPL Application 20090112
3 Importing I_APPL_IS_CUST Call by reference Type reference (TYPE) YS_APPL_PROP-APPL_IS_CUST Application is customer-specific 20090112
4 Importing I_LEVEL Call by reference Type reference (TYPE) I 0 Number of levels below appl 20090112

Method _ADD_APPL_CHILDREN on class CL_RSAN_PR_API has no exception.

Method _ADD_APPL_NOTCONNECTED Signature

Method _ADD_APPL_NOTCONNECTED on class CL_RSAN_PR_API has no parameter.
Method _ADD_APPL_NOTCONNECTED on class CL_RSAN_PR_API has no exception.

Method _GET_APPL_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPL_PROP Call by reference Object reference (TYPE REF TO) YS_APPL_PROP Application Property Structure 20090112
2 Returning R_APPL_AUTH Value transfer Type reference (TYPE) YS_APPL_PROP-APPL_AUTH Authorization application 20090112

Method _GET_APPL_AUTH on class CL_RSAN_PR_API has no exception.

Method _GET_APPL_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPL_PROP Call by reference Object reference (TYPE REF TO) YS_APPL_PROP Application Property Structure 20090112
2 Returning R_LEVEL Value transfer Type reference (TYPE) I Level 20090112

Method _GET_APPL_LEVEL on class CL_RSAN_PR_API has no exception.

Method _LOAD_APPL_HIER Signature

Method _LOAD_APPL_HIER on class CL_RSAN_PR_API has no parameter.
Method _LOAD_APPL_HIER on class CL_RSAN_PR_API has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 350