SAP ABAP Class CL_SEDI_ADT_URI_MAPPER_PROGRAM (URI Mapper for programs and includes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
     SEDI_ADT (Package) Service Enabeling Navigation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_MAP_FROM_OBJREF Map Object Reference (URI ) to WB (key/request) 20100415
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_MAP_TO_OBJREF WB (key/request) to object reference (URI) mapping 20100415
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20100415
Properties
Class CL_SEDI_ADT_URI_MAPPER_PROGRAM  
Short Description URI Mapper for programs and includes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEDI_ADT   Service Enabeling Navigation 
Created 20100415   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
# Interface Abstract Final Description Created on
1 IF_ADT_MAP_FROM_OBJREF Map Object Reference (URI ) to WB (key/request) 20100415
2 IF_ADT_MAP_TO_OBJREF WB (key/request) to object reference (URI) mapping 20100415
3 IF_BADI_INTERFACE Tag Interface for BAdIs 20100415
Friends
Class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MAX_INCLUDE_NAME_LENGTH Constant Private Type reference (TYPE) I 40 20100729
2 CO_PREFIX_CLASS_TEST_PROGRAM Constant Private See coding '%_T' 20100730
3 CO_TR_OBJECT_TYPE_PROG Constant Private Type reference (TYPE) TROBJTYPE 'PROG' 20100416
4 CX Instance attribute Private Object reference (TYPE REF TO) CX_ROOT 20100526
5 INCLUDE_TYPE_PROVIDER Static Attribute Private Object reference (TYPE REF TO) LIF_INCLUDE_TYPE_PROVIDER 20100714
6 INCL_URI Static Attribute Private Type reference (TYPE) STRING 20101008
7 INCL_URI_SRC Static Attribute Private Type reference (TYPE) STRING 20101008
8 INCL_URI_SRC_W_LINE Static Attribute Private Type reference (TYPE) STRING 20101008
9 INCL_URI_SRC_W_LINE_OFF Static Attribute Private Type reference (TYPE) STRING 20101008
10 INCL_URI_SRC_W_SELECTION Static Attribute Private Type reference (TYPE) STRING 20101008
11 INJECTED_INCLUDE_TYPE_PROVIDER Static Attribute Private Object reference (TYPE REF TO) LIF_INCLUDE_TYPE_PROVIDER 20100510
12 REGEX_URI Static Attribute Private Type reference (TYPE) STRING 20101008
13 REGEX_URI_SRC Static Attribute Private Type reference (TYPE) STRING 20101008
14 REGEX_URI_SRC_W_LINE Static Attribute Private Type reference (TYPE) STRING 20101008
15 REGEX_URI_SRC_W_LINE_OFFSET Static Attribute Private Type reference (TYPE) STRING 20101008
16 REGEX_URI_SRC_W_SELECTION Static Attribute Private Type reference (TYPE) STRING 20101008
17 STATIC_PATH Static Attribute Private Type reference (TYPE) STRING 20101008
18 WB_HELPER Instance attribute Private Object reference (TYPE REF TO) IF_SEDI_ADT_WB_HELPER 20100527
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20100817
2 CONSTRUCTOR Instance method Public Constructor 20100419
3 CREATE_INCLUDE_URI Instance method Private Method 20100510
4 CREATE_PROGRAM_URI Instance method Private Method 20100419
5 CREATE_URI Instance method Private Method 20100510
6 GET_INCLUDE_TYPE Instance method Private Method 20100510
7 GET_NAME_FROM_WB_REQUEST Instance method Private Method 20100510
8 GET_PROGNAME_FROM_WB_REQUEST Instance method Private Method 20100528
9 IS_CONVERTABLE Instance method Private Method 20101222
10 PARSE_URI Instance method Private Method 20100415
11 SET_NAMESPACE Static method Private Method 20100817
12 SET_REGEX_CONSTANTS Static method Public Method sets the regex constants used in uri mapper - why public? 20100817
Events
Class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no event.
Types
Class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no parameter.
Method CONSTRUCTOR on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method CREATE_INCLUDE_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADD_SOURCE_PATH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100510
2 Importing INCLUDE_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100510
3 Importing PROGRAM_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100528
4 Returning RESULT Value transfer Type reference (TYPE) STRING 20100510
5 Importing SOURCE_STATE Call by reference Object reference (TYPE REF TO) IF_WB_SOURCE_STATE Object State for Sources 20100812
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20100629

Method CREATE_PROGRAM_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADD_SOURCE_PATH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100419
2 Importing LINE Call by reference Type reference (TYPE) I -1 20100419
3 Importing LINE_OFFSET Call by reference Type reference (TYPE) I -1 20100419
4 Importing PROGRAM_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100510
5 Returning RESULT Value transfer Type reference (TYPE) STRING 20100419
6 Importing SOURCE_SELECTION Call by reference Object reference (TYPE REF TO) IF_WB_SOURCE_SELECTION 20110302
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20100629

Method CREATE_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAPPING_OPTIONS Call by reference Object reference (TYPE REF TO) IF_ADT_MAPPING_OPTIONS Source based mapping options 20100517
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20100510
3 Importing WB_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST 20100510
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING URI-Mapping exception 20100521

Method GET_INCLUDE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SUBC 20100510
2 Importing WB_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST 20100510

Method GET_INCLUDE_TYPE on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method GET_NAME_FROM_WB_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SEU_OBJKEY 20100510
2 Importing WB_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST 20100510

Method GET_NAME_FROM_WB_REQUEST on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method GET_PROGNAME_FROM_WB_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SEU_OBJKEY 20100528
2 Importing WB_REQUEST Call by reference Object reference (TYPE REF TO) CL_WB_REQUEST 20100528

Method GET_PROGNAME_FROM_WB_REQUEST on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method IS_CONVERTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_GLOBAL_KEY Call by reference Type reference (TYPE) WBOBJTYPE Object Type 20101222
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20101222

Method IS_CONVERTABLE on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method PARSE_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting END_LINE Call by reference Type reference (TYPE) I 20110302
2 Exporting END_OFFSET Call by reference Type reference (TYPE) I 20110302
3 Exporting FRAME_PROGRAM Call by reference Type reference (TYPE) CSEQUENCE 20100510
4 Exporting INCLUDE_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100415
5 Exporting LINE Call by reference Type reference (TYPE) I 20100415
6 Exporting LINE_OFFSET Call by reference Type reference (TYPE) I 20100415
7 Importing MAPPING_OPTIONS Call by reference Object reference (TYPE REF TO) IF_ADT_MAPPING_OPTIONS 20100623
8 Exporting SUBC Call by reference Type reference (TYPE) SUBC 20100510
9 Importing URI_OBJECT Value transfer Object reference (TYPE REF TO) CL_ADT_REST_URI 20110228
# Exception Resumable Description Created on
1 CX_ADT_URI_MAPPING 20100504

Method SET_NAMESPACE Signature

Method SET_NAMESPACE on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no parameter.
Method SET_NAMESPACE on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.

Method SET_REGEX_CONSTANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STATIC_PATH_IN Call by reference Type reference (TYPE) STRING 20101008

Method SET_REGEX_CONSTANTS on class CL_SEDI_ADT_URI_MAPPER_PROGRAM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800