SAP ABAP Interface IF_SIW_REPOSITORY_READER (Read Access to ABAP Repository)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_TYPES (Package) SIW: Global Type definitions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SIW_REPOSITORY_WRITER Access ABAP repository to write 20070319
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIW_RESOURCE_ACCESS Local Access to resources 20070306
Properties
Interface IF_SIW_REPOSITORY_READER  
Short Description Read Access to ABAP Repository    
General Data
Package S_SIW_TYPES   SIW: Global Type definitions 
Created 20070305   SAP 
Last changed 20110908   SAP 
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)
2 CL_WS_EXPERT_MAPPING Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_AUNIT_TASK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SIW_RESOURCE_ACCESS Allg. Interface für den Zugriff auf Ressourcen 20070306
Friends
Interface IF_SIW_REPOSITORY_READER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_OBJECT_DOMA Constant Public Type reference (TYPE) SIW_STR_OBJECT_ID-OBJECT_TYPE 'DOMA' 20100604
2 CON_OBJECT_DTEL Constant Public Type reference (TYPE) SIW_STR_OBJECT_ID-OBJECT_TYPE 'DTEL' Object Type: Data Element 20100514
3 CON_OBJECT_STRU Constant Public Type reference (TYPE) SIW_STR_OBJECT_ID-OBJECT_TYPE 'TABL' Object Type: Structure 20100514
4 CON_OBJECT_TTYP Constant Public Type reference (TYPE) SIW_STR_OBJECT_ID-OBJECT_TYPE 'TTYP' Object Type: Table Type 20100514
5 MR_AUNIT_LISTENER Instance attribute Public Object reference (TYPE REF TO) OBJECT Local ABAP Unit listener 20110324
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DDIC_TYPE Instance method Public Method Checks if DDIC definition is consistent 20100326
2 DISPLAY_CODE_IN_TEMP_PROG Instance method Public Method Opens generated code in temporary report 20070508
3 GET_RFCDEST Instance method Public Method 20070319
4 GET_SYSID Instance method Public Method 20070315
5 GET_UNITTEST_INFO Instance method Public Method Get the results of the last unit test run 20110324
6 GET_WSN_URL Instance method Public Method Retrieve WSN URL 20101201
7 IS_REMOTE Instance method Public Method 20070315
8 JUMP_ESR Instance method Public Method Open the ES Repository 20080123
9 JUMP_SPROXY Instance method Public Method Start SPROXY 20090706
10 PREFILL_EXPERT_MAPPING Instance method Public Method Prefill expert mapping for generation of virtual interface 20090903
11 READ_API Instance method Public Method Provides Signature for an API 20070319
12 READ_BADI Instance method Public Method Retrieves the BADI definition 20071128
13 READ_BADI_SORTER Instance method Public Method Read BAdI sorter 20080606
14 READ_CLASS Instance method Public Method Provides class metadata 20070312
15 READ_CLIF_SOURCE Instance method Public Method Provides the contents of a Class/interface as coding 20070305
16 READ_DATATYPE Instance method Public Method Read a datatype in SXF 20081010
17 READ_DOMA Instance method Public Method Reads Domain 20100604
18 READ_DTEL Instance method Public Method Read dataelement 20100317
19 READ_FUNCINFO Instance method Public Method Read function information 20080327
20 READ_INTERFACE Instance method Public Method Provides Interface Metadata 20070312
21 READ_METHOD_SOURCE Instance method Public Method Provides the sourcecode of a method 20070312
22 READ_PACKAGE Instance method Public Method Reads Package 20100923
23 READ_REPORT Instance method Public Method Provides the source code of a report 20070307
24 READ_SERVICE_GROUP Instance method Public Method Read Service Group 20110302
25 READ_STRU Instance method Public Method Reads Structure 20100407
26 READ_TABU Instance method Public Method Reads a table entry 20071127
27 READ_TADIR Instance method Public Method Reads TADIR 20070312
28 READ_TEXTPOOL Instance method Public Method Reads text-pool 20081202
29 READ_TRDIR Instance method Public Method Reads TRDIR 20070731
30 READ_TRDIRT Instance method Public Method Reads TRDIR text 20070815
31 READ_TTYP Instance method Public Method Reads Table Type 20100409
32 RS_TOOL_ACCESS Instance method Public Method RS TOOL ACCESS 20070312
33 RUN_UNITTESTS Instance method Public Method Runs the Unit Tests of a Project 20110322
34 SYNTAX_CHECK Instance method Public Method Performs a syntax check 20070312
Events
Interface IF_SIW_REPOSITORY_READER has no event.
Types
Interface IF_SIW_REPOSITORY_READER has no local type.
Method Signatures

Method CHECK_DDIC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXISTS Call by reference Type reference (TYPE) SIW_DTE_FLG Exists DDIC type? 20100326
2 Exporting E_IS_ACTIVE Call by reference Type reference (TYPE) SIW_DTE_FLG Is DDIC type is active? 20100805
3 Exporting E_IS_CONSISTENT Call by reference Type reference (TYPE) SIW_DTE_FLG Is DDIC type is consistent? 20100326
4 Importing I_DDIC_NAME Call by reference Type reference (TYPE) CHAR30 Name of DDIC Object 20100326
5 Importing I_DDIC_TYPE Call by reference Type reference (TYPE) SIW_DTE_DDIC_TYPE DDIC Object Type 20100326
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20100429

Method DISPLAY_CODE_IN_TEMP_PROG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_NEW_WINDOW Value transfer Type reference (TYPE) XFELD 'X' Checkbox 20070508
2 Importing I_TAB_CODE Value transfer Type reference (TYPE) SIW_TAB_CODE Table of Code Lines 20070508
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090708

Method GET_RFCDEST Signature

Method GET_RFCDEST on Interface IF_SIW_REPOSITORY_READER has no parameter.
Method GET_RFCDEST on Interface IF_SIW_REPOSITORY_READER has no exception.

Method GET_SYSID Signature

Method GET_SYSID on Interface IF_SIW_REPOSITORY_READER has no parameter.
Method GET_SYSID on Interface IF_SIW_REPOSITORY_READER has no exception.

Method GET_UNITTEST_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20110324
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20110329

Method GET_WSN_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_URL Value transfer Type reference (TYPE) STRING 20101201
2 Importing I_ESR_NAMESPACE Call by reference Type reference (TYPE) STRING 20101209
3 Importing I_ESR_SERVICE Call by reference Type reference (TYPE) STRING 20101209
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Execution Error 20101202

Method IS_REMOTE Signature

Method IS_REMOTE on Interface IF_SIW_REPOSITORY_READER has no parameter.
Method IS_REMOTE on Interface IF_SIW_REPOSITORY_READER has no exception.

Method JUMP_ESR Signature

Method JUMP_ESR on Interface IF_SIW_REPOSITORY_READER has no parameter.
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090909

Method JUMP_SPROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ESR_KEY Call by reference Type reference (TYPE) SIW_STR_ESR_KEYS ES Repository key information 20090706
2 Importing I_PROXY_INTERFACE Call by reference Type reference (TYPE) SIW_DTE_PROXY_INTERFACE Service Interface Name (Proxy) 20091210
3 Importing I_SERVICE_LEVEL Call by reference Type reference (TYPE) SIW_DTE_SERVICE_LEVEL Level of service 20090917
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090909

Method PREFILL_EXPERT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_EXPERT_MAPPING Call by reference Type reference (TYPE) SIW_TAB_EXP_MAPPING Table of expert mapping 20090903
2 Importing I_FUNCTION_NAME Call by reference Type reference (TYPE) RS38L_FNAM Name of Function Module 20090903
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090909

Method READ_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_API_HEAD Call by reference Type reference (TYPE) SIW_STR_API_HEAD Head for API component 20070319
2 Importing I_CLASS_READER Call by reference Type reference (TYPE) SIW_DTE_READER_CLASSNAME SAP object name 20090824
3 Returning R_SIGNATURE Value transfer Object reference (TYPE REF TO) IF_SXF_SIGNATURE 20070319
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20070402

Method READ_BADI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BADINAME Call by reference Type reference (TYPE) CSEQUENCE 20071128
2 Importing I_SPOTNAME Call by reference Type reference (TYPE) CSEQUENCE 20071128
3 Returning R_STR_BADI Value transfer Type reference (TYPE) ENH_BADI_DATA Enhancement View of BAdI Data 20071128
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE 20071128

Method READ_BADI_SORTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BADI_SORTER Call by reference Type reference (TYPE) SIW_STR_BADI_SORTER Data for creating a badi sorter implementation 20080606
2 Returning R_BADI_SORTER Value transfer Type reference (TYPE) SIW_STR_BADI_SORTER ID of an Enhancement 20080619
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20080606

Method READ_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STRN_CLASS Call by reference Type reference (TYPE) SIW_STRN_CLASS Klassendefniition 20090722
2 Importing I_CLSNAME Call by reference Type reference (TYPE) CSEQUENCE 20070312
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20071012
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20070312

Method READ_CLIF_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_SOURCE Call by reference Type reference (TYPE) SIW_TAB_CLASS_SOURCE Methodenimplementation 20090722
2 Importing I_CLIF Call by reference Type reference (TYPE) CSEQUENCE 20070306
3 Importing I_STATE Value transfer Type reference (TYPE) CHAR1 'A' State of the code 20070305
4 Importing I_TAB_EXTENSIONS_NO Call by reference Type reference (TYPE) SIW_TAB_CLIF_INCL_EXTENSION Includes to be excluded 20070305
5 Importing I_TAB_EXTENSIONS_YES Call by reference Type reference (TYPE) SIW_TAB_CLIF_INCL_EXTENSION Includes to be included 20070305
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE 20070307

Method READ_DATATYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATATYPE Call by reference Object reference (TYPE REF TO) IF_SXF_TYPE 20081010
2 Exporting E_SIGNATURE Call by reference Object reference (TYPE REF TO) IF_SXF_SIGNATURE 20081010
3 Importing I_FLG_RESTRICT_DEPTH Call by reference Type reference (TYPE) XFELD Checkbox 20081029
4 Importing I_MAX_DEPTH Call by reference Type reference (TYPE) INT4 Max recursion depth 20081029
5 Importing I_TYPENAME Call by reference Type reference (TYPE) RS38L_TYP Object Name for Download 20081010
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20081010

Method READ_DOMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STR_DOMA Call by reference Type reference (TYPE) SIW_STR_DOMA Object Description of a Domain 20100604
2 Exporting E_TAB_DOMA_VALUE Call by reference Type reference (TYPE) SIW_TAB_DOMA_VALUE Object Descrption of Domain Fixed Values (DD07V) - typed 20100604
3 Importing I_LANGU Call by reference Type reference (TYPE) DDLANGUAGE SY-LANGU Language key 20100604
4 Importing I_NAME Call by reference Type reference (TYPE) DOMNAME Name of the Domain 20100604
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE 20100604

Method READ_DTEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) DDLANGUAGE SY-LANGU Language in which texts should be read 20100326
2 Importing I_NAME Call by reference Type reference (TYPE) ROLLNAME Name of the data element 20100317
3 Returning R_STR_DTEL Value transfer Type reference (TYPE) SIW_STR_DTEL SIW Definition of a Dataelement (DD04V) 20100317
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20100323

Method READ_FUNCINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCNAME Call by reference Type reference (TYPE) CSEQUENCE 20080327
2 Returning R_STR_FUNCINFO Value transfer Type reference (TYPE) SIW_STR_FUNCINFO Information about a function module 20080327
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20080327

Method READ_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IFNAME Value transfer Type reference (TYPE) CSEQUENCE Name of Interface 20070312
2 Importing I_LANGU Value transfer Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20071012
3 Returning R_STRN_INTERFACE Value transfer Type reference (TYPE) SIW_STRN_INTERFACE Interface (nested) 20070312
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20070312

Method READ_METHOD_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INCNAME Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20070312
2 Exporting E_TAB_CODE Call by reference Type reference (TYPE) SIW_TAB_CODE Table of Code Lines 20070312
3 Importing I_CLSNAME Value transfer Type reference (TYPE) CSEQUENCE 20070312
4 Importing I_METHODNAME Value transfer Type reference (TYPE) CSEQUENCE 20070312
5 Importing I_STATE Value transfer Type reference (TYPE) R3STATE 'A' ABAP: Program Status (Active, Saved, Transported...) 20070312
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20070312

Method READ_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Name of the Package 20100923
2 Returning R_ATTRIBUTES Value transfer Type reference (TYPE) SIW_STR_PACKAGE_ATTRIBUTES Package Attributes when Package exists 20100923
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20100924

Method READ_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CSEQUENCE 20070307
2 Importing I_STATE Value transfer Type reference (TYPE) CHAR1 'A' Single-Character Flag 20070307
3 Returning R_TAB_CODE Value transfer Type reference (TYPE) SIW_TAB_CODE Table of Code Lines 20070307
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE 20070307

Method READ_SERVICE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_STR_SG Value transfer Type reference (TYPE) SIW_STR_SG_DATA sg data 20110303
2 Importing I_METADATA Call by reference Type reference (TYPE) SIW_DTE_PIECE_METADATA Meta Information of a Generated Object 20110303
3 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Object Name 20110303
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20110304

Method READ_STRU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STR_STRU Call by reference Type reference (TYPE) SIW_STR_STRU SIW Definition of Structure Header (DD02V) - name and langu 20100407
2 Exporting E_TAB_STRU_FIELD Call by reference Type reference (TYPE) SIW_TAB_STRU_FIELD SIW Definition of Structure Field (DD03P) 20100407
3 Importing I_LANGU Call by reference Type reference (TYPE) DDLANGUAGE SY-LANGU Language in which texts should be read 20100407
4 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Name of the Structure to read 20100407
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20100407

Method READ_TABU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_GET_FIELDS_ONLY Call by reference Type reference (TYPE) XFELD Read only the Field List 20071127
2 Importing I_TABLE_NAME Call by reference Type reference (TYPE) CHAR255 Table Name 20100422
3 Importing I_TAB_PROPERTIES Call by reference Type reference (TYPE) SIW_TAB_TABU_PROPERTY Table Key Fields at least 20100422
4 Importing I_WHERE Call by reference Type reference (TYPE) CHAR255 Where Clause 20071129
5 Returning R_TAB_TABU_PROPERTY Value transfer Type reference (TYPE) SIW_TAB_TABU_PROPERTY Table Content 20071127
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20071127

Method READ_TADIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Value transfer Type reference (TYPE) CSEQUENCE Object Type 20070312
2 Importing I_OBJNAME Value transfer Type reference (TYPE) CSEQUENCE Object Name in Object Directory 20070312
3 Returning R_STR_TADIR Value transfer Type reference (TYPE) TADIR Directory of Repository Objects 20070312
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20080725

Method READ_TEXTPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROG Value transfer Type reference (TYPE) CSEQUENCE 20081202
2 Importing I_TAB_LANGU Call by reference Type reference (TYPE) SIW_TAB_T002 Language Key of Current Text Environment 20090915
3 Returning R_TAB_TEXTPOOL Value transfer Type reference (TYPE) SIW_TAB_TEXTPOOL Information on Program Text Elements 20081202
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090909

Method READ_TRDIR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20070731
2 Returning R_STR_TRDIR Value transfer Type reference (TYPE) TRDIR Generated Table for View TRDIR 20070731
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090909

Method READ_TRDIRT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CSEQUENCE 20070815
2 Returning R_STR_TRDIRT Value transfer Type reference (TYPE) TRDIRT Title texts for programs in TRDIR 20070815
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20090909

Method READ_TTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STR_TTYP Call by reference Type reference (TYPE) SIW_STR_TTYP SIW Definition of a Table Type (DD40V) - name and language 20100419
2 Exporting E_TAB_TTYP_KEYFIELD Call by reference Type reference (TYPE) SIW_TAB_TTYP_KEYFIELD SIW Definition of a Table Type Key Fields 20100419
3 Importing I_LANGU Call by reference Type reference (TYPE) DDLANGUAGE SY-LANGU Language in which texts should be read 20100409
4 Importing I_NAME Call by reference Type reference (TYPE) TABNAME Name of the Table Type to read 20100409
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20100419

Method RS_TOOL_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_WINDOW Value transfer Type reference (TYPE) XFELD Checkbox 20070312
2 Importing I_OBJECT Value transfer Type reference (TYPE) CSEQUENCE 20070312
3 Importing I_OBJNAME Value transfer Type reference (TYPE) CSEQUENCE 20070312
4 Importing I_POSITION Value transfer Type reference (TYPE) I 20070314
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20070312

Method RUN_UNITTESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TADIR_KEYS Call by reference Type reference (TYPE) SIW_TAB_TADIR_KEYS TADIR Keys 20110322
2 Importing I_RUNMODE Call by reference Type reference (TYPE) IF_AUNIT_TASK=>TY_D_RUN_MODE 'S' Run mode 20110322
3 Returning R_STATUS Value transfer Type reference (TYPE) I Check results 20110322
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20110322

Method SYNTAX_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_METHODNAME Value transfer Type reference (TYPE) CSEQUENCE 20070312
2 Importing I_OBJECT Value transfer Type reference (TYPE) CSEQUENCE 20070312
3 Importing I_OBJNAME Value transfer Type reference (TYPE) CSEQUENCE 20070312
4 Returning R_SYNTAXERROR Value transfer Type reference (TYPE) STRING 20070312
# Exception Resumable Description Created on
1 CX_SIW_RESOURCE_FAILURE Error during access of ressources 20070312
History
Last changed by/on SAP  20110908 
SAP Release Created in