SAP ABAP Class CL_SLIN_PROG_INFO (Interface for Program Information)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-EPC (Application Component) Extended Program Check (SLIN)
     SLIN_INTERN (Package) Internal Use for SLIN (changes made without discussion)
Properties
Class CL_SLIN_PROG_INFO  
Short Description Interface for Program Information    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLIN_INTERN   Internal Use for SLIN (changes made without discussion) 
Created 20101105   SAP 
Last change 20130531   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)
Interfaces
Class CL_SLIN_PROG_INFO has no interface implemented.
Friends
Class CL_SLIN_PROG_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MASTERSET Instance attribute Private See coding 20101105
2 PRAE_COMPILED_FORM Constant Public Type reference (TYPE) CHAR32 '______________________________H%' 20101105
3 TADIRSET Instance attribute Private See coding 20101105
4 TRANSPORT_INFO Constant Public See coding 20101105
5 TRDIRSET Instance attribute Private See coding 20101105
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_ATTRIBUTES Static method Public Method 20101105
2 CLIF_TAG Static method Public Method 20101105
3 FULL_CLIF_NAME Static method Public Method 20101105
4 GET_INSTANCE Static method Public Method 20101105
5 GET_NUMBER_OF_MASTER Instance method Public Method 20101105
6 GET_TADIR Instance method Public Method 20101105
7 GET_TRANSPORT_INFO Static method Public Method 20101105
8 GET_TRDIR Instance method Public Method 20101105
9 IS_INHERITED Static method Public Method 20101105
10 IS_SYSTEM_INCLUDE Static method Public Method 20101105
11 IS_TYPE_POOL Static method Public Method 20101105
12 LOAD_EXIST Static method Public Method 20101105
13 PROG_TADIR Static method Public Method 20101105
14 PURE_CLIF_NAME Static method Public Method 20101105
15 TRDIR_ID_TO_TADIR_KEY Static method Private Method 20101105
16 WEB_DYNPRO_TRY_TADIR Static method Private Method 20101105
Events
Class CL_SLIN_PROG_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MASTERITEM Private See coding 20101105 begin of MasterItem, name type string, shareCnt type i, end of MasterItem
2 TADIRITEM Private See coding 20101105 begin of TadirItem, name type string, tadir type TADIR, end of TadirItem
3 TRDIRITEM Private See coding 20101105 begin of TrdirItem, name type string, trdir type TRDIR, end of TrdirItem
Method Signatures

Method CLASS_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLASS_NAME Call by reference Type reference (TYPE) STRING 20101105
2 Exporting HAS_FRIENDS Call by reference Type reference (TYPE) BOOLEAN 20101105
3 Exporting IS_INHERITED Call by reference Type reference (TYPE) BOOLEAN 20101105
4 Exporting IS_OBJSERVICES_AGENT Call by reference Type reference (TYPE) BOOLEAN 20101105
5 Exporting IS_SHM_AREA Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20120424

Method CLASS_ATTRIBUTES on class CL_SLIN_PROG_INFO has no exception.

Method CLIF_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG_NAME Call by reference Type reference (TYPE) STRING 20101105
2 Returning RET Value transfer Type reference (TYPE) FLAG 20101105

Method CLIF_TAG on class CL_SLIN_PROG_INFO has no exception.

Method FULL_CLIF_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CLASS Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE 20101105
2 Importing PROG_NAME Call by reference Type reference (TYPE) CSEQUENCE 20101105
3 Returning RET Value transfer Type reference (TYPE) STRING 20101105

Method FULL_CLIF_NAME on class CL_SLIN_PROG_INFO has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Object reference (TYPE REF TO) CL_SLIN_PROG_INFO 20101105

Method GET_INSTANCE on class CL_SLIN_PROG_INFO has no exception.

Method GET_NUMBER_OF_MASTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLNAME Call by reference Type reference (TYPE) CSEQUENCE 20101105
2 Returning RET Value transfer Type reference (TYPE) I 20101105

Method GET_NUMBER_OF_MASTER on class CL_SLIN_PROG_INFO has no exception.

Method GET_TADIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) TADIR 20101105
2 Importing SRCNAME Call by reference Type reference (TYPE) CSEQUENCE 20101105

Method GET_TADIR on class CL_SLIN_PROG_INFO has no exception.

Method GET_TRANSPORT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEV_CLASS Call by reference Type reference (TYPE) DEVCLASS 20101105
2 Returning RET Value transfer Attribute reference (LIKE) TRANSPORT_INFO-CUSTOMER 20101105

Method GET_TRANSPORT_INFO on class CL_SLIN_PROG_INFO has no exception.

Method GET_TRDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RET Value transfer Type reference (TYPE) TRDIR 20101105
2 Importing SRCNAME Call by reference Type reference (TYPE) CSEQUENCE 20101105

Method GET_TRDIR on class CL_SLIN_PROG_INFO has no exception.

Method IS_INHERITED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FROM_CLASS Call by reference Type reference (TYPE) CSEQUENCE 20101105
2 Returning RET Value transfer Type reference (TYPE) BOOLEAN 20101105
3 Importing TO_CLASS Call by reference Type reference (TYPE) CSEQUENCE 20101105

Method IS_INHERITED on class CL_SLIN_PROG_INFO has no exception.

Method IS_SYSTEM_INCLUDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG_NAME Call by reference Type reference (TYPE) STRING 20101105
2 Returning RET Value transfer Type reference (TYPE) BOOLEAN 20101105

Method IS_SYSTEM_INCLUDE on class CL_SLIN_PROG_INFO has no exception.

Method IS_TYPE_POOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG_NAME Call by reference Type reference (TYPE) CSEQUENCE 20101105
2 Returning RET Value transfer Type reference (TYPE) BOOLEAN 20101105

Method IS_TYPE_POOL on class CL_SLIN_PROG_INFO has no exception.

Method LOAD_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGNAME Call by reference Type reference (TYPE) STRING 20101105
2 Returning RET Value transfer Type reference (TYPE) BOOLEAN 20101105

Method LOAD_EXIST on class CL_SLIN_PROG_INFO has no exception.

Method PROG_TADIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGNAME Call by reference Type reference (TYPE) CSEQUENCE 20101105
2 Returning RET Value transfer Type reference (TYPE) TADIR 20101105

Method PROG_TADIR on class CL_SLIN_PROG_INFO has no exception.

Method PURE_CLIF_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROG_NAME Call by reference Type reference (TYPE) STRING 20101105
2 Returning RET Value transfer Type reference (TYPE) STRING 20101105

Method PURE_CLIF_NAME on class CL_SLIN_PROG_INFO has no exception.

Method TRDIR_ID_TO_TADIR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting FOUND Call by reference Type reference (TYPE) BOOLEAN 20101105
2 Importing PROGNAME Call by reference Type reference (TYPE) CSEQUENCE 20101105
3 Exporting TADIRKEY Call by reference Type reference (TYPE) TPCHK_TADIR_KEY 20101105

Method TRDIR_ID_TO_TADIR_KEY on class CL_SLIN_PROG_INFO has no exception.

Method WEB_DYNPRO_TRY_TADIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGNAME Call by reference Type reference (TYPE) CSEQUENCE 20101105
2 Returning RET Value transfer Type reference (TYPE) TADIR 20101105

Method WEB_DYNPRO_TRY_TADIR on class CL_SLIN_PROG_INFO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732