SAP ABAP Class CL_UG_WB_URL (FIN Master Data: Semantic Keys for Customizing Objects)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UGWB (Package) FI General: Workbench

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20020305 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_WB_URL | FIN Master Data: Semantic Keys for Customizing Objects | 20020125 |
Properties
Class | CL_UG_WB_URL | |
Short Description | FIN Master Data: Semantic Keys for Customizing Objects | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UGWB | FI General: Workbench |
Created | 20020125 | SAP |
Last change | 20041006 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_UG_WB_COMMUNICATION | Workbench: Events and Methods for Communication with the WB | 20020305 | ||
2 | IF_UG_WB_URL | FIN Master Data: Semantic Keys for Customizing Objects | 20020125 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_UG_WB_URL_INT | 20030523 | FIN Master Data: Semantic Keys for Customizing Objects |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | UG_APPLICATION | 'UG' | FIN Master Data: Application | 20020218 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | UG_FIELDNAME | '-ACTION' | FIN Master Data: Field Name | 20020624 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | UG_FIELDNAME | '-APPLICATION' | FIN Master Data: Field Name | 20020624 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | UG_FIELDNAME | '-SUBTYPE' | FIN Master Data: Field Name | 20020624 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | UG_SEQNR2 | '01' | Sequence Number | 20030523 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | UG_FIELDNAME | '-TRANSACTION' | FIN Master Data: Field Name | 20020305 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | UG_FIELDNAME | '-VIEW' | FIN Master Data: Field Name | 20020305 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR8 | 'TRBWSYNC' | Character Field, 8 Characters Long | 20030523 | |
9 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_UG_WB_URL | FIN Master Data: Semantic Keys for Customizing Objects | 20020130 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_APPLICATION | 20020211 | |||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_RULE | 20020211 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20020307 | |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020211 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20020314 |
4 | ![]() |
Static method | Public | Method | 20030523 | |
5 | ![]() |
Static method | Public | Method | 20040212 | |
6 | ![]() |
Static method | Public | Method | 20020307 | |
7 | ![]() |
Static method | Public | Method | 20020716 | |
8 | ![]() |
Static method | Public | Method | 20020305 | |
9 | ![]() |
Static method | Public | Method | 20020429 | |
10 | ![]() |
Static method | Public | Method | 20020307 | |
11 | ![]() |
Static method | Public | Method | 20020307 | |
12 | ![]() |
Static method | Public | Method | 20030922 | |
13 | ![]() |
Static method | Public | Method | 20031210 | |
14 | ![]() |
Static method | Public | Method | 20020305 | |
15 | ![]() |
Static method | Public | Method | 20020305 |
Events
Class CL_UG_WB_URL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_APPLICATION | Private | See coding | 20020211 | begin of s_application,
application type ug_application,
f_supported type ug_flg,
classname type classname,
o_class type ref to if_ug_wb_url_int,
end of s_application
|
||
2 | S_RULE | Private | See coding | 20020211 | begin of s_rule,
rule type typename,
application type ug_application,
end of s_rule
|
||
3 | T_APPLICATION | Private | See coding | 20020211 | t_application type hashed table of s_application with unique
key application
|
||
4 | T_FTAB | Private | See coding | 20020305 | t_ftab TYPE STANDARD TABLE OF vimexclfun WITH NON-UNIQUE DEFAULT
KEY
|
||
5 | T_RULE | Private | See coding | 20020211 | t_rule type sorted table of s_rule with unique key table_line
|
||
6 | T_VIMDESC | Private | See coding | 20020305 | t_vimdesc TYPE STANDARD TABLE OF vimdesc WITH NON-UNIQUE
DEFAULT KEY
|
||
7 | T_VIMNAMTAB | Private | See coding | 20020305 | t_vimnamtab TYPE TABLE OF vimnamtab
|
||
8 | T_VIMSELLIST | Private | See coding | 20020305 | t_vimsellist TYPE STANDARD TABLE OF vimsellist WITH NON-UNIQUE
DEFAULT KEY
|
Method Signatures
Method ADD_APPLICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_SUPPORTED | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20020307 | ||
2 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | UG_APPLICATION | FI-Stammdaten: Anwendung | 20020307 |
Method ADD_APPLICATION on class CL_UG_WB_URL has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UG_WB_URL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UG_WB_URL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_UG_WB_URL has no parameter.
Method CONSTRUCTOR on class CL_UG_WB_URL has no exception.
Method GET_PREDEFINED_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20030523 | ||
2 | ![]() |
I_ENTITY | Call by reference | Type reference (TYPE) | UG_SEQNR2 | Laufende Nummer | 20030523 |
Method GET_PREDEFINED_URL on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_BADI_IMPLEMENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20040212 | ||
2 | ![]() |
I_BADI | Call by reference | Type reference (TYPE) | RSEXSCRN-EXIT_NAME | BAdI-Def. | 20040212 |
Method GET_URL_TO_BADI_IMPLEMENTATION on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_CHAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020307 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20020307 |
Method GET_URL_TO_CHAR on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_CHAR_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020716 | ||
2 | ![]() |
IT_NODE | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Paare Feldname / Wert | 20020716 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20020716 |
Method GET_URL_TO_CHAR_HIERARCHY on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_CHAR_NAV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020305 | ||
2 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Feldnamen | 20020305 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20020305 |
Method GET_URL_TO_CHAR_NAV on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_CHAR_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020429 | ||
2 | ![]() |
IF_AUTOMATIC_CREATE | Call by reference | Type reference (TYPE) | UG_FLG | SPACE | FI-Stammdaten: Allgemeines Kennzeichen | 20030905 | |
3 | ![]() |
IT_VALUE | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Paare Feldname / Wert | 20020429 | ||
4 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20020429 |
Method GET_URL_TO_CHAR_VALUE on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020307 | ||
2 | ![]() |
I_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | Referenztyp | 20020307 |
Method GET_URL_TO_CLASS on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_NAVCLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020307 | ||
2 | ![]() |
I_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | FI-Stammdaten: Feldname | 20020307 |
Method GET_URL_TO_NAVCLASS on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_NET_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20030922 | ||
2 | ![]() |
IT_FFIX | Call by reference | Type reference (TYPE) | UGMD_TS_FIELD_VAL | FI-Stammdaten: Feldnamen | 20030922 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20030922 |
Method GET_URL_TO_NET_ATTR on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_TEXTNODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20031210 | ||
2 | ![]() |
I_NODE | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | FI-Stammdaten: Feldname | 20031210 |
Method GET_URL_TO_TEXTNODE on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_TRANSACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020305 | ||
2 | ![]() |
I_TCODE | Call by reference | Type reference (TYPE) | TCODE | Transaktionscode | 20020305 |
Method GET_URL_TO_TRANSACTION on class CL_UG_WB_URL has no exception.
Method GET_URL_TO_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_URL | Call by reference | Type reference (TYPE) | UGWB_S_URL | FI-Stammdaten: URL | 20020305 | ||
2 | ![]() |
I_VIEW | Call by reference | Type reference (TYPE) | UG_FIELDNAME | FI-Stammdaten: Feldname | 20020305 |
Method GET_URL_TO_VIEW on class CL_UG_WB_URL has no exception.
History
Last changed by/on | SAP | 20041006 |
SAP Release Created in | 3.1B |