Hierarchy
⤷
⤷
Properties
| Class | CL_SEA_SEW_HELPER | |
| Short Description | Helper Class for BAdI operations | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SEA_SEW_CORE | Core component of SEW |
| Created | 20100127 | SAP |
| Last change | 20110908 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SEA_SEW_HELPER has no interface implemented.
Friends
Class CL_SEA_SEW_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'Generated by SEW' | 20100209 | |||
| 2 | Constant | Private | Type reference (TYPE) | BAPIRETURN-TYPE | 'I' | 20100429 | |||
| 3 | Constant | Private | Type reference (TYPE) | SY-MSGID | 'CL_SEA_MESSAGES' | 20100429 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20100519 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | SYSYSID | Name of the SAP System | 20110304 |
Methods
Events
Class CL_SEA_SEW_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BITS_RESULT | Public | See coding | 20100608 | BEGIN OF ts_bits_result,
badi_def TYPE enhbadiid,
badi_info TYPE c LENGTH 286,
class_name TYPE classname,
description TYPE seodescr,
END OF ts_bits_result
|
||
| 2 | TS_DTE_ELEMENT | Public | See coding | 20100609 | BEGIN OF ts_dte_element,
esr_name TYPE prx_ifrnam,
abap_name TYPE prx_r3name,
END OF ts_dte_element
|
||
| 3 | TS_PRX_WHEREUSED | Public | See coding | 20100608 | BEGIN OF ts_prx_whereused,
object TYPE prx_r3obj,
obj_name TYPE prx_r3name,
inactive TYPE prx_inact,
description TYPE prx_ifrtxt,
devclass TYPE devclass,
wb_type TYPE seu_objtyp,
sub_id TYPE prx_id,
END OF ts_prx_whereused
|
||
| 4 | TS_REPORT_STRUCT | Public | See coding | 20100609 | BEGIN OF ts_report_struct,
incname TYPE programm,
tokens TYPE stokes_tab,
END OF ts_report_struct
|
||
| 5 | TS_SCAN_RESULT | Public | See coding | 20100609 | BEGIN OF ts_scan_result,
service TYPE prx_ifrnam,
class_name TYPE classname,
method TYPE seocpdname,
line TYPE int4,
scanned_line TYPE string,"prx_r3name,
scanned_esr_elem TYPE prx_ifrnam,
scanned_r3_elem TYPE prx_r3name,
END OF ts_scan_result
|
||
| 6 | TS_WUL_RESULT | Public | See coding | 20100608 | BEGIN OF ts_wul_result,
service_name TYPE prx_ifrnam,"string,
message_type TYPE prx_ifrnam,"string,
namespace TYPE prx_nspce,
END OF ts_wul_result
|
||
| 7 | TT_BITS_RESULT | Public | See coding | 20100608 | tt_bits_result TYPE STANDARD TABLE OF ts_bits_result
|
||
| 8 | TT_DTE_ELEMENT | Public | See coding | 20100609 | tt_dte_element TYPE STANDARD TABLE OF ts_dte_element
|
||
| 9 | TT_PRX_R3NAME | Public | See coding | 20100609 | tt_prx_r3name TYPE STANDARD TABLE OF prx_r3name
|
||
| 10 | TT_REPORT_TABLE | Public | See coding | 20100609 | tt_report_table TYPE STANDARD TABLE OF ts_report_struct
|
||
| 11 | TT_SCAN_RESULT | Public | See coding | 20100609 | tt_scan_result TYPE STANDARD TABLE OF ts_scan_result
|
||
| 12 | TT_WHERE_USED | Public | See coding | 20100608 | tt_where_used TYPE STANDARD TABLE OF ts_prx_whereused
|
||
| 13 | TT_WUL_RESULT | Public | See coding | 20100608 | tt_wul_result TYPE STANDARD TABLE OF ts_wul_result
|
||
| 14 | TY_REPORT_STRUCT | Public | See coding | 20100127 | BEGIN OF ty_report_struct,
incname TYPE programm,
tokens TYPE stokes_tab,
END OF ty_report_struct
|
||
| 15 | TY_REPORT_TABLE | Public | See coding | 20100127 | ty_report_table TYPE STANDARD TABLE OF ty_report_struct
|
Method Signatures
Method BIMPL_TO_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | TT_BITS_RESULT | Classes with description | 20100608 | |||
| 2 | IV_NS | Call by reference | Type reference (TYPE) | PRX_NSPCE | Proxy Generation: Namespace in the Integration Builder | 20100608 | |||
| 3 | IV_SERVICE | Call by reference | Type reference (TYPE) | PRX_IFRNAM | Proxy Generation: Object Name in Enterprise Services Builder | 20100608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100608 |
Method CHECK_DTE_SUBELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ELEM_AFT | Call by reference | Type reference (TYPE) | SEA_DTE_ELEMENT_T | Table of DTE elements | 20100611 | |||
| 2 | EV_USED_OBJECTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' if at least one subelement is already used | 20100611 | |||
| 3 | IT_ELEM_BEF | Call by reference | Type reference (TYPE) | SEA_DTE_ELEMENT_T | Table of DTE elements | 20100611 | |||
| 4 | IV_DTE_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 'IDT_Details_enh' | ESR Name of DTE | 20100611 | ||
| 5 | IV_DTE_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | 'http://xiTest.com/xi/SOA_Architecture' | ESR Namespace of DTE | 20100611 | ||
| 6 | IV_DTE_SWCV | Call by reference | Type reference (TYPE) | STRING | 'XI_TEST 7.10_V1' | Software component version of DTE | 20100611 | ||
| 7 | IV_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 'IDT_Details' | ESR Name of the enhanced object | 20100611 | ||
| 8 | IV_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | 'http://xiTest.com/xi/SOA_Architecture' | ESR Namespace of the enhanced object | 20100611 | ||
| 9 | IV_SWCV | Call by reference | Type reference (TYPE) | STRING | 'XI_TEST 7.10_V1' | Software component version | 20100611 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100611 |
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 | 20100127 | |||
| 2 | R_OK | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20100127 |
Method CHECK_PACKAGE on class CL_SEA_SEW_HELPER has no exception.
Method CHECK_PROXY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXISTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Returns TRUE if objects exist, otherwise FALSE | 20100127 | |||
| 2 | EV_PROXY_INFO | Call by reference | Type reference (TYPE) | STRING | Info in case of missing proxy | 20100429 | |||
| 3 | IV_CHECK_ESR_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Specifies whether to check against ESR (TRUE) or SPROXY | 20100127 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | Object Name in Enterprise Services Builder | 20100127 | |||
| 5 | IV_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | Namespace in the Integration Builder | 20100127 | |||
| 6 | IV_TYPE | Call by reference | Type reference (TYPE) | PRX_TYPE | Object Type in Enterprise Services Builder | 20100127 |
Method CHECK_PROXY_DATA on class CL_SEA_SEW_HELPER has no exception.
Method CHOOSE_CORRECT_BADI_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_BADI_NAME | Call by reference | Type reference (TYPE) | ENHBADIID | 20100127 | ||||
| 2 | IT_BADI_NAMES | Call by reference | Type reference (TYPE) | IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SEA_SEW_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SEA_SEW_HELPER has no exception.
Method DELETE_CLASS_BADI_IMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | BADI Implementation Class | 20100608 | |||
| 2 | IV_LOGGING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | If true the logging is on. | 20100720 | ||
| 3 | IV_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20100608 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100608 |
Method DTE_SCAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CLASSES_RESULT | Call by reference | Type reference (TYPE) | TT_SCAN_RESULT | Result table | 20100609 | |||
| 2 | IT_PRX_R3NAME | Call by reference | Type reference (TYPE) | TT_PRX_R3NAME | DTE Element table | 20100609 | |||
| 3 | IV_DTE_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 'IDT_Details_enh' | ESR Name of DTE | 20100609 | ||
| 4 | IV_DTE_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | 'http://xiTest.com/xi/SOA_Architecture' | ESR Namespace of DTE | 20100609 | ||
| 5 | IV_DTE_SWCV | Call by reference | Type reference (TYPE) | STRING | 'XI_TEST 7.10_V1' | Software component version of DTE | 20100609 | ||
| 6 | IV_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 'IDT_Details' | ESR Name of the enhanced object | 20100609 | ||
| 7 | IV_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | 'http://xiTest.com/xi/SOA_Architecture' | ESR Namespace of the enhanced object | 20100609 | ||
| 8 | IV_SWCV | Call by reference | Type reference (TYPE) | STRING | 'XI_TEST 7.10_V1' | Software component version | 20100609 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100609 |
Method DTE_SCAN2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CLASSES_RESULT | Call by reference | Type reference (TYPE) | TT_SCAN_RESULT | Result table | 20100615 | |||
| 2 | IT_PRX_R3NAME | Call by reference | Type reference (TYPE) | TT_PRX_R3NAME | DTE Element table | 20100615 | |||
| 3 | IV_DTE_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 'IDT_Details_enh' | ESR Name of DTE | 20100615 | ||
| 4 | IV_DTE_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | 'http://xiTest.com/xi/SOA_Architecture' | ESR Namespace of DTE | 20100615 | ||
| 5 | IV_DTE_SWCV | Call by reference | Type reference (TYPE) | STRING | 'XI_TEST 7.10_V1' | Software component version of DTE | 20100615 | ||
| 6 | IV_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 'IDT_Details' | ESR Name of the enhanced object | 20100615 | ||
| 7 | IV_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | 'http://xiTest.com/xi/SOA_Architecture' | ESR Namespace of the enhanced object | 20100615 | ||
| 8 | IV_SWCV | Call by reference | Type reference (TYPE) | STRING | 'XI_TEST 7.10_V1' | Software component version | 20100615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100615 |
Method FIND_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVICE_NAME | Call by reference | Type reference (TYPE) | STRING | 20100419 | ||||
| 2 | IV_SERVICE_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20100429 | ||||
| 3 | RT_SERVICES | Value transfer | Type reference (TYPE) | SEA_ESR_OBJECT_INFO_T | ESR object infos | 20100419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100419 |
Method GENERATE_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CODE | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | 20100127 | ||||
| 2 | IT_DTES | Call by reference | Type reference (TYPE) | SEA_DTE_OBJECT_INFO_T | Table with DTE information (name, namespace, ...) | 20100225 | |||
| 3 | IV_BADI_INTERFACE | Call by reference | Type reference (TYPE) | CLASSNAME | 20100127 | ||||
| 4 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100127 |
Method GET_BADI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BADI_NAME | Call by reference | Type reference (TYPE) | IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME | 20100127 | ||||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100608 |
Method GET_BADI_UNSAFE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BADI_NAME | Call by reference | Type reference (TYPE) | IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME | 20100127 | ||||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100608 |
Method GET_CUST_BADI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BADI_DEF | Call by reference | Type reference (TYPE) | ENH_BADI_DATA_IT | Table for ENH_BADI_DATA: ENH | 20101119 | |||
| 2 | ET_BADI_NAME | Call by reference | Type reference (TYPE) | IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME | 20100930 | ||||
| 3 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | 20100930 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100930 |
Method GET_IMPL_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAMES | 20100127 | ||||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100608 |
Method GET_INFO_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20100429 | |||
| 2 | LV_PROXY_OBJECT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100429 | ||||
| 3 | RV_MESSAGE | Value transfer | Type reference (TYPE) | STRING | 20100429 |
Method GET_INFO_MESSAGE on class CL_SEA_SEW_HELPER has no exception.
Method GET_PROXY_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_KEYS | Value transfer | Type reference (TYPE) | CL_PROXY_PUBLIC_UTILS=>T_PROXY_KEYS | Corresponding proxy keys | 20100426 | |||
| 2 | IV_GET_PACKAGE | Call by reference | Type reference (TYPE) | PRX_BOOLEAN | SPACE | get package also | 20100531 | ||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | Proxy Generation: Object Name in Enterprise Services Builder | 20100426 | |||
| 4 | IV_NSPACE | Call by reference | Type reference (TYPE) | PRX_NSPCE | Proxy Generation: Namespace in the Integration Builder | 20100426 | |||
| 5 | IV_TYPE | Call by reference | Type reference (TYPE) | PRX_TYPE | Proxy Generation: Object Type in Enterprise Services Builder | 20100426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100429 |
Method GET_SOURCE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_REPORT_BUF | Call by reference | Type reference (TYPE) | TY_REPORT_TABLE | 20100127 | ||||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | Proxy Generation: Name of an Object in R/3 | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100603 |
Method GET_STRUCTURE_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PATH | Call by reference | Type reference (TYPE) | IF_SEA_SERVICE_EXTENSION=>TT_PATH | 20100202 | ||||
| 2 | ET_PATH_ENDING | Call by reference | Type reference (TYPE) | IF_SEA_SERVICE_EXTENSION=>TT_PATH | 20100202 | ||||
| 3 | EV_DATA_TYPE | Call by reference | Type reference (TYPE) | C | 20100204 | ||||
| 4 | EV_ENHD_DATA | Call by reference | Type reference (TYPE) | STRING | 20100202 | ||||
| 5 | EV_PATH_BEG | Call by reference | Type reference (TYPE) | STRING | 20100202 | ||||
| 6 | EV_PATH_MID | Call by reference | Type reference (TYPE) | STRING | 20100202 | ||||
| 7 | IV_BADI_INTF_NAME | Call by reference | Type reference (TYPE) | CLASSNAME | 20100202 | ||||
| 8 | IV_CMP_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | 20100202 | ||||
| 9 | IV_ENH_ESR_NAME | Call by reference | Type reference (TYPE) | PRX_IFRNAM | 20100202 |
Method GET_STRUCTURE_PATH on class CL_SEA_SEW_HELPER has no exception.
Method IS_LOCAL_SWCV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SWCV_NAME | Call by reference | Type reference (TYPE) | STRING | 20100903 | ||||
| 2 | RV_IS_LOCAL | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100903 |
Method IS_LOCAL_SWCV on class CL_SEA_SEW_HELPER has no exception.
Method IS_SEW_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_ACTIVE | Value transfer | Type reference (TYPE) | XFELD | Checkbox | 20110304 |
Method IS_SEW_ACTIVE on class CL_SEA_SEW_HELPER has no exception.
Method IS_XSD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATATYPE | Call by reference | Type reference (TYPE) | STRING | 20100811 | ||||
| 2 | RV_IS_XSD | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100811 |
Method IS_XSD on class CL_SEA_SEW_HELPER has no exception.
Method MSG_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | SY-MSGID | Message Class | 20100127 | ||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | SY-MSGNO | Message Number | 20100127 | ||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | SY-MSGTY | Message Type | 20100127 | ||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV1 | Message Variable | 20100127 | ||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV2 | Message Variable | 20100127 | ||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV3 | Message Variable | 20100127 | ||
| 7 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | SY-MSGV4 | Message Variable | 20100127 | ||
| 8 | R_STRING | Value transfer | Type reference (TYPE) | STRING | 20100127 |
Method MSG_TO_STRING on class CL_SEA_SEW_HELPER has no exception.
Method SPLIT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STRING1 | Call by reference | Type reference (TYPE) | STRING | 20101014 | ||||
| 2 | EV_STRING2 | Call by reference | Type reference (TYPE) | STRING | 20101014 | ||||
| 3 | EV_STRING3 | Call by reference | Type reference (TYPE) | STRING | 20101014 | ||||
| 4 | EV_STRING4 | Call by reference | Type reference (TYPE) | STRING | 20101014 | ||||
| 5 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20101014 |
Method SPLIT_TEXT on class CL_SEA_SEW_HELPER has no exception.
Method WRITE_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CODE | Call by reference | Type reference (TYPE) | CL_CMP_COMPOSER=>TAB_CODE | 20100127 | ||||
| 2 | IV_CLASSNAME | Call by reference | Type reference (TYPE) | PRX_R3NAME | 20100127 | ||||
| 3 | IV_PACKAGE | Call by reference | Type reference (TYPE) | DEVCLASS | '$TMP' | The package where the generated code should go | 20100127 | ||
| 4 | IV_TRANSPORT_NUMBER | Call by reference | Type reference (TYPE) | KORRNUM | '0' | The transport request to be used | 20100127 | ||
| 5 | I_LANGU | Value transfer | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100127 |
Method WRITE_TADIR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STR_TADIR | Value transfer | Type reference (TYPE) | TADIR | Directory of Repository Objects | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Base exception thrown during ES enhancement process | 20100127 |
Method WUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Call by reference | Type reference (TYPE) | TT_WUL_RESULT | Service messages | 20100608 | |||
| 2 | ET_WHERE_USED_TAB | Call by reference | Type reference (TYPE) | TT_WHERE_USED | Everything | 20100608 | |||
| 3 | IV_OBJ_NAME | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20100608 | |||
| 4 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Object Type | 20100608 |
Method WUL on class CL_SEA_SEW_HELPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |