SAP ABAP Class CL_SIW_RESOURCE_ACCESS (Local Access to resources)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-SIW (Application Component) Service Implementation Workbench
⤷
S_SIW_ADAPTER (Package) SIW: Adapter
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_REPOSITORY_READER | Read Access to ABAP Repository | 20070306 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_REPOSITORY_WRITER | Access ABAP repository to write | 20070306 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SIW_RESOURCE_ACCESS | Allg. Interface für den Zugriff auf Ressourcen | 20070306 |
Properties
| Class | CL_SIW_RESOURCE_ACCESS | |
| Short Description | Local Access to resources | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | SIW | |
| Program status | ||
| Category | 0 | |
| Package | S_SIW_ADAPTER | SIW: Adapter |
| Created | 20070306 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 7 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 8 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 9 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 10 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 11 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 12 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SIW_REPOSITORY_READER | Read Access to ABAP Repository | 20070306 | ||
| 2 | IF_SIW_REPOSITORY_WRITER | Access ABAP repository to write | 20070306 | ||
| 3 | IF_SIW_RESOURCE_ACCESS | Allg. Interface für den Zugriff auf Ressourcen | 20070306 |
Friends
Class CL_SIW_RESOURCE_ACCESS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SIW_DTE_ADAPTER_VERSION | '5.0' | Version of SIW Adapter Package | 20070313 | ||
| 2 | Constant | Public | Type reference (TYPE) | TRBOOLEAN | 'X' | Indicator: 'X' | 20101117 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SIW_AUNIT_INFO | Information about an ABAP Unit run | 20110324 | |||
| 4 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SIW_RESOURCE_ACCESS | Local Access to resources | 20070307 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TY_TAB_GOOD_PACKAGES | 20070910 |
Methods
Events
Class CL_SIW_RESOURCE_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TTY_GENERATION | Private | See coding | 20100908 | tty_generation TYPE STANDARD TABLE OF dcgentb WITH DEFAULT KEY
|
||
| 2 | TTY_KO200 | Private | See coding | 20110221 | tty_ko200 TYPE STANDARD TABLE OF ko200 WITH DEFAULT KEY
|
||
| 3 | TYP_STRN_CLASS_BACKUP | Public | See coding | 20080624 | BEGIN OF typ_strn_class_backup,
c TYPE c LENGTH 1,
END OF typ_strn_class_backup
|
||
| 4 | TYP_STR_KO200X | Private | See coding | 20110221 | BEGIN OF typ_str_ko200x,
devclass TYPE devclass,
tab_ko200 TYPE tty_ko200,
tab_e071k TYPE STANDARD TABLE OF e071k WITH DEFAULT KEY,
END OF typ_str_ko200x
|
||
| 5 | TY_TAB_GOOD_PACKAGES | Public | See coding | 20070910 | ty_tab_good_packages TYPE SORTED TABLE OF devclass WITH UNIQUE DEFAULT KEY
|
Method Signatures
Method CHECK_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20070907 | |||
| 2 | R_OK | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20070907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20100924 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SIW_RESOURCE_ACCESS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SIW_RESOURCE_ACCESS has no exception.
Method ENSURE_TADIR_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CORRECTION | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110616 | |||
| 2 | IV_OBJECT | Call by reference | Type reference (TYPE) | CSEQUENCE | Object Type | 20110616 | |||
| 3 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Object Name | 20110616 | |||
| 4 | IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | Package | 20110616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20110616 |
Method EXTRACT_MSG_LOG_FROM_GENTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_GENERATION | Call by reference | Type reference (TYPE) | TTY_GENERATION | 20100908 | ||||
| 2 | R_TAB_MSG | Value transfer | Type reference (TYPE) | SIW_TAB_MSG | 20100908 |
Method EXTRACT_MSG_LOG_FROM_GENTAB on class CL_SIW_RESOURCE_ACCESS has no exception.
Method FILL_COMPTYPE_FOR_MASS_ACTIV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TAB_OBJECT | Call by reference | Type reference (TYPE) | SIW_TAB_OBJECT_ID | 20100805 |
Method FILL_COMPTYPE_FOR_MASS_ACTIV on class CL_SIW_RESOURCE_ACCESS has no exception.
Method FILL_PARAMETER_TABLE_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ETAB | Call by reference | Type reference (TYPE) | ABAP_EXCPBIND_TAB | 20090826 | ||||
| 2 | ET_PTAB | Call by reference | Type reference (TYPE) | ABAP_PARMBIND_TAB | 20090826 | ||||
| 3 | IT_EXPERT_MAPPING | Call by reference | Type reference (TYPE) | CL_WS_EXPERT_MAPPING=>T_EXP_MAPPING | Expert Mapping | 20090826 | |||
| 4 | IV_AUTO_GENERATED | Call by reference | Type reference (TYPE) | AUTO_GENERATED | Endpoint was generated automatically | 20090826 | |||
| 5 | IV_CORR_INSERT | Call by reference | Type reference (TYPE) | VICORRINSERT | Delegate Data to RS_CORR_INSERT | 20090826 | |||
| 6 | IV_DEFAULT_MAPPING | Call by reference | Type reference (TYPE) | VI_DEFAULT_MAPPING | Virtual Interface: Flag for Mapping Names | 20090826 | |||
| 7 | IV_DEFINITION_START_POINT | Call by reference | Type reference (TYPE) | DEF_START_PT | Starting Point for Service Def. (Inside-Out or Outside-In) | 20090826 | |||
| 8 | IV_ENDPOINT | Call by reference | Type reference (TYPE) | VEPREFTO | Reference to Development Object (End Point) | 20090826 | |||
| 9 | IV_ENDPOINT_TYPE | Call by reference | Type reference (TYPE) | VEPREFTYPE | Object Type of Reference Object (Function, BAPI, IDOC) | 20090826 | |||
| 10 | IV_NAME | Call by reference | Type reference (TYPE) | VEPNAME | Name of a Service Definition | 20090826 | |||
| 11 | IV_NO_TRANSPORT | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090826 | |||
| 12 | IV_SHORT_TEXT | Call by reference | Type reference (TYPE) | VEPTEXT | Short Description | 20090826 | |||
| 13 | IV_WSD_DEPLOY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090826 | |||
| 14 | IV_WSD_NAME | Call by reference | Type reference (TYPE) | WEBSNAME | Configuration Name | 20090826 | |||
| 15 | IV_WSD_PROFILE | Call by reference | Type reference (TYPE) | STRING | Web Service Definition Profile | 20090826 |
Method FILL_PARAMETER_TABLE_CREATE on class CL_SIW_RESOURCE_ACCESS has no exception.
Method GET_LANGUAGE_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TAB_LANGUAGE_KEYS | Call by reference | Type reference (TYPE) | SIW_TAB_T002 | Table of all language keys | 20090915 |
Method GET_LANGUAGE_KEYS on class CL_SIW_RESOURCE_ACCESS has no exception.
Method GET_TRDIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070423 | ||||
| 2 | R_STR_TRDIR | Value transfer | Type reference (TYPE) | TRDIR | Generated Table for View TRDIR | 20070423 |
Method GET_TRDIR on class CL_SIW_RESOURCE_ACCESS has no exception.
Method INSERT_CCAU_INCL_TO_CP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLASS | Call by reference | Type reference (TYPE) | CSEQUENCE | 20070316 |
Method INSERT_CCAU_INCL_TO_CP on class CL_SIW_RESOURCE_ACCESS has no exception.
Method INSERT_FUNC_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TAB_CODE | Call by reference | Type reference (TYPE) | SIW_TAB_CODE | Table of Code Lines | 20081104 | |||
| 2 | I_FLG_GLOBAL | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20081104 | |||
| 3 | I_NAME | Call by reference | Type reference (TYPE) | FUNCNAME | Function name | 20081104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20090831 |
Method PREPARE_TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_KO200 | Call by reference | Type reference (TYPE) | SIW_TAB_KO200_EXT | Transport Structure for Object | 20101130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20101130 |
Method READ_TADIR Signature
Method READ_TADIR on class CL_SIW_RESOURCE_ACCESS has no parameter.
Method READ_TADIR on class CL_SIW_RESOURCE_ACCESS has no exception.
Method SETTLE_FUNC_NAMESPACE_STUFF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_FUGR_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20081023 | ||||
| 2 | C_FUNCNAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20081023 | ||||
| 3 | C_NAMESPACE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20081023 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20081023 |
Method SYNTAX_CHECK_FOR_PROG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Call by reference | Type reference (TYPE) | CSEQUENCE | External Object (Type) | 20110421 | |||
| 2 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | External Object Name | 20110421 | |||
| 3 | IV_PROG | Call by reference | Type reference (TYPE) | SY-REPID | Program to check | 20110421 | |||
| 4 | RV_SYNTAXERROR | Value transfer | Type reference (TYPE) | STRING | Message String of Syntax Error | 20110421 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20110421 |
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACCESS | Value transfer | Object reference (TYPE REF TO) | CL_SIW_RESOURCE_ACCESS | Lokaler Zugriff auf Ressourcen | 20070307 |
Method S_GET_INSTANCE on class CL_SIW_RESOURCE_ACCESS has no exception.
Method TRANSP_ADAPT_C_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_E071K | Call by reference | Type reference (TYPE) | SIW_TAB_E071K | E071K tabletype | 20110221 | |||
| 2 | CT_KO200 | Call by reference | Type reference (TYPE) | SIW_TAB_KO200_EXT | SIW: Extended List of Transport Information | 20110221 | |||
| 3 | IS_KO200X | Call by reference | Type reference (TYPE) | TYP_STR_KO200X | General Flag | 20110221 | |||
| 4 | IV_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110221 |
Method TRANSP_ADAPT_C_TABLES on class CL_SIW_RESOURCE_ACCESS has no exception.
Method TR_ERROR_HANDLING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RESULT | Call by reference | Type reference (TYPE) | SCTSA_S_RESULT | 20111122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during access of ressources | 20111122 |
Method WRITE_TADIR Signature
Method WRITE_TADIR on class CL_SIW_RESOURCE_ACCESS has no parameter.
Method WRITE_TADIR on class CL_SIW_RESOURCE_ACCESS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |