SAP ABAP Class CL_FB_ADT_URI_BUILDER_FUGR (Class for URI Creation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-SRC (Application Component) ABAP Source Code editors in ABAP in Eclipse
     SFUNC_ADT (Package) ABAP Develeopment Tools integration for Function Builder
Properties
Class CL_FB_ADT_URI_BUILDER_FUGR  
Short Description Class for URI Creation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFUNC_ADT   ABAP Develeopment Tools integration for Function Builder 
Created 20100820   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FB_ADT_URI_BUILDER_FUGR has no forward declaration.
Interfaces
Class CL_FB_ADT_URI_BUILDER_FUGR has no interface implemented.
Friends
Class CL_FB_ADT_URI_BUILDER_FUGR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FUNCTIONS Constant Public Type reference (TYPE) STRING `fmodules` 20100823
2 CO_FUNCTION_GROUPS Constant Public Type reference (TYPE) STRING `groups` 20100823
3 CO_INCLUDES Constant Public Type reference (TYPE) STRING `includes` 20100823
4 CO_MAIN_SOURCE Constant Public Type reference (TYPE) STRING `source/main` 20100823
5 CO_NAMESPACE_FUNCTIONS Constant Public Type reference (TYPE) STRING 'functions' 20101008
6 CO_STATIC_PATH Static Attribute Private Type reference (TYPE) STRING 20100820
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Set name space for URI 20100820
2 CREATE_URI_FOR_FUNCTION Static method Public Method Create URI for function meta data 20100820
3 CREATE_URI_FOR_FUNCTION_INC Static method Public Method Create URI for function include 20100820
4 CREATE_URI_FOR_FUNC_GROUP Static method Public Method Create URI for function group meta data 20100820
5 CREATE_URI_FOR_FUNC_GROUP_INC Static method Public Method Create URI for function group include 20100820
6 CREATE_URI_FOR_FUNC_GROUP_INCM Static method Public Method Create URI for function group include meta data 20101014
7 CREATE_URI_FOR_FUNC_GROUP_SRC Static method Public Method Create URI for function group main program source 20101112
8 GET_STATIC_PATH Static method Public Method Return static path 20100820
9 SET_NAMESPACE Static method Public Method Simulate other namespace (for unit tests) 20100823
Events
Class CL_FB_ADT_URI_BUILDER_FUGR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_INCLUDE_TYPE Public Type reference (TYPE) STRING 20100820
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CREATE_URI_FOR_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FGROUP_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100820
2 Importing FMODULE_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100820
3 Importing QUERY_STRING Call by reference Type reference (TYPE) STRING 20101001
4 Returning RESULT Value transfer Type reference (TYPE) STRING 20100820

Method CREATE_URI_FOR_FUNCTION on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method CREATE_URI_FOR_FUNCTION_INC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FGROUP_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100820
2 Importing FMODULE_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100820
3 Importing FRAGMENT Call by reference Type reference (TYPE) CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL=>TY_FRAGMENT_PARSED 20100820
4 Importing QUERY_STRING Call by reference Type reference (TYPE) STRING 20101001
5 Returning RESULT Value transfer Type reference (TYPE) STRING 20100820

Method CREATE_URI_FOR_FUNCTION_INC on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method CREATE_URI_FOR_FUNC_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FGROUP_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100820
2 Importing QUERY_STRING Call by reference Type reference (TYPE) STRING 20101001
3 Returning RESULT Value transfer Type reference (TYPE) STRING 20100820

Method CREATE_URI_FOR_FUNC_GROUP on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method CREATE_URI_FOR_FUNC_GROUP_INC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FGROUP_NAME Call by reference Type reference (TYPE) CSEQUENCE 20100820
2 Importing FRAGMENT Call by reference Type reference (TYPE) CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL=>TY_FRAGMENT_PARSED 20100820
3 Importing INCLUDE Call by reference Type reference (TYPE) CSEQUENCE 20100820
4 Importing QUERY_STRING Call by reference Type reference (TYPE) STRING 20101001
5 Returning RESULT Value transfer Type reference (TYPE) STRING 20100820

Method CREATE_URI_FOR_FUNC_GROUP_INC on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method CREATE_URI_FOR_FUNC_GROUP_INCM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FGROUP_NAME Call by reference Type reference (TYPE) CSEQUENCE 20101014
2 Importing INCLUDE Call by reference Type reference (TYPE) CSEQUENCE 20101014
3 Importing QUERY_STRING Call by reference Type reference (TYPE) STRING 20101014
4 Returning RESULT Value transfer Type reference (TYPE) STRING 20101014

Method CREATE_URI_FOR_FUNC_GROUP_INCM on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method CREATE_URI_FOR_FUNC_GROUP_SRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FGROUP_NAME Call by reference Type reference (TYPE) CSEQUENCE ABAP Program Name 20101112
2 Importing FRAGMENT Call by reference Type reference (TYPE) CL_ADT_TEXT_PLAIN_FRAGMNT_HNDL=>TY_FRAGMENT_PARSED 20101112
3 Importing QUERY_STRING Call by reference Type reference (TYPE) STRING 20101112
4 Returning RESULT Value transfer Type reference (TYPE) STRING 20101112

Method CREATE_URI_FOR_FUNC_GROUP_SRC on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method GET_STATIC_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20100820

Method GET_STATIC_PATH on class CL_FB_ADT_URI_BUILDER_FUGR has no exception.

Method SET_NAMESPACE Signature

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

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