SAP ABAP Class CL_CTS_ASSIST_BROWSER (Assistance Class for CTS_BROWSER)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG-PLS (Application Component) Transport Organizer für non-ABAP (CTS+)
     SCTS_WDUI (Package) Web Dynpro UI Layer of SCTS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20070510
Properties
Class CL_CTS_ASSIST_BROWSER  
Short Description Assistance Class for CTS_BROWSER    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_WDUI   Web Dynpro UI Layer of SCTS 
Created 20070510   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CTSC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CTS_ASSIST_BROWSER has no interface implemented.
Friends
Class CL_CTS_ASSIST_BROWSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_CLIENT Constant Public Type reference (TYPE) STRING 'CLIENT' Radio button Client 20070530
2 CON_FILE_OBJECT Constant Public Type reference (TYPE) STRING 'FILE' Object name in a transport request 20070529
3 CON_OTHERS Constant Public Type reference (TYPE) STRING '3' Radio button server file source 20070614
4 CON_PARAMETER_CLIENT Constant Public Type reference (TYPE) STRING 'CLIENT' Parameter value for client 20070510
5 CON_PARAMETER_CLIENT_ONLY Constant Public Type reference (TYPE) STRING 'CLIENT_ONLY' Parameter value for client only 20070510
6 CON_PARAMETER_SERVER Constant Public Type reference (TYPE) STRING 'SERVER' Parameter value for server 20070510
7 CON_PARAMETER_SERVER_ONLY Constant Public Type reference (TYPE) STRING 'SERVER_ONLY' Parameter value for server only 20070510
8 CON_REQ_MODIFIABLE Constant Public Type reference (TYPE) STRING 'DO' Selection criteria for modifiable Requests 20080624
9 CON_REQ_RELEASED Constant Public Type reference (TYPE) STRING 'LORN' Selection criteria for released Requests 20080624
10 CON_RQSTAT_MODIFIED Constant Public Type reference (TYPE) STRING 'MODIFIED' Drop-Down value for status (Listbox) 20070612
11 CON_RQSTAT_RELEASED Constant Public Type reference (TYPE) STRING 'RELEASED' Drop-Down value for status (Listbox) 20070612
12 CON_SAP_CTS_PROJECT Constant Public Type reference (TYPE) TRATTR 'SAP_CTS_PROJECT' Attribute SAP_CTS_PROJECT 20070920
13 CON_SERVER Constant Public Type reference (TYPE) STRING 'SERVER' Radio button Server 20070530
14 CON_TAB_ATTRIBUTES Constant Public Type reference (TYPE) STRING 'TAB_ATTRIBUTES' Selected Tab Attributes 20081124
15 CON_TAB_OBJECTS Constant Public Type reference (TYPE) STRING 'TAB_OBJECTS' Selected Tab Object List 20081124
16 CON_TAB_PROPERTIES Constant Public Type reference (TYPE) STRING 'TAB_PROPERTIES' Selected Tab Properties 20081124
17 CON_TAB_PROTOCOL_LIST Constant Public Type reference (TYPE) STRING 'TAB_PROTOCOL_LIST' Selected Tab Logs 20081124
18 CON_TAB_TEAM Constant Public Type reference (TYPE) STRING 'TAB_TEAM' Selected Tab Team 20081124
19 CON_X Constant Public Type reference (TYPE) FLAG 'X' Set = X 20070529
20 CON_XI_DIRECTORY Constant Public Type reference (TYPE) STRING '2' Radio-Button Index for XI_DIRECTORY 20070530
21 CON_XI_REPOSITORY Constant Public Type reference (TYPE) STRING '1' Radio-Button Index for XI_REPOSITORY 20070530
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PROJECT_FOR_TRKORR Instance method Public Method check if project is allowed for given request 20080603
2 GET_ALL_PROJECTS Instance method Public Method get all projects from database 20080228
3 SELECT_ALL_APPLICATION_TYPES Instance method Public Method select all appl types from cts_rq_applid and cts_rq_applidt 20080603
4 SELECT_FILE_ATTRIBUTE Instance method Public Method select file attribute value from SI_RQ_FILECNTRL 20080603
5 SELECT_PHYSICAL_FILENAME Instance method Public Method select physical filename from SI_RQ_FILECNTRL 20080603
6 SELECT_TRSTATUS Instance method Public Method select trstatus from e070 20080603
7 UPDATE_SERVER_FILE Instance method Public Method Update server file (function Attach Object) 20080213
Events
Class CL_CTS_ASSIST_BROWSER has no event.
Types
Class CL_CTS_ASSIST_BROWSER has no local type.
Method Signatures

Method CHECK_PROJECT_FOR_TRKORR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20080603
2 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20080603

Method CHECK_PROJECT_FOR_TRKORR on class CL_CTS_ASSIST_BROWSER has no exception.

Method GET_ALL_PROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SRCCLIENT Call by reference Type reference (TYPE) TRCLIENT Source client of request 20100318
2 Importing IV_SRCSYSTEM Call by reference Type reference (TYPE) FROMSYSTEM Original System of Object 20100318
3 Returning RT_PROJECTS Value transfer Type reference (TYPE) CTS_PROJECT_TAB Assigned project to a transport request 20080228

Method GET_ALL_PROJECTS on class CL_CTS_ASSIST_BROWSER has no exception.

Method SELECT_ALL_APPLICATION_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPLICATIONS Call by reference Type reference (TYPE) CTS_WD_APPLICATION_TYPES Application types 20080603

Method SELECT_ALL_APPLICATION_TYPES on class CL_CTS_ASSIST_BROWSER has no exception.

Method SELECT_FILE_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPLICATION Call by reference Type reference (TYPE) SI_RQ_FILECNTRL-ATTRIBUTE_VALUE value of a file object attribute 20080603
2 Importing IV_ID Call by reference Type reference (TYPE) TROBJ_NAME object name 20080603

Method SELECT_FILE_ATTRIBUTE on class CL_CTS_ASSIST_BROWSER has no exception.

Method SELECT_PHYSICAL_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FILENAME Call by reference Type reference (TYPE) CTS_FILENAME Name of a file object 20080603
2 Importing IV_ID Call by reference Type reference (TYPE) TROBJ_NAME Object Name in Object List 20080603

Method SELECT_PHYSICAL_FILENAME on class CL_CTS_ASSIST_BROWSER has no exception.

Method SELECT_TRSTATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TRSTATUS Call by reference Type reference (TYPE) TRSTATUS Request state 20080603
2 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request number 20080603

Method SELECT_TRSTATUS on class CL_CTS_ASSIST_BROWSER has no exception.

Method UPDATE_SERVER_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILE_CONTENT Call by reference Type reference (TYPE) CTS_WD_FILE_ATTACHMENT-FILECONTENT file content 20080213
2 Importing I_FILE_LOCATION Call by reference Type reference (TYPE) STRING path and filename for server location from client 20080213
3 Returning R_ERROR_TEXT Value transfer Type reference (TYPE) STRING error text 20080213

Method UPDATE_SERVER_FILE on class CL_CTS_ASSIST_BROWSER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700