SAP ABAP Class CL_SEA_SEW_HELPER (Helper Class for BAdI operations)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SEW (Application Component) Service Extension Workbench
     SEA_SEW_CORE (Package) Core component of SEW
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_PROXY_PUBLIC_UTILS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SEA_SERVICE_EXTENSION 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 GC_DESCR Constant Public Type reference (TYPE) STRING 'Generated by SEW' 20100209
2 GC_INFO Constant Private Type reference (TYPE) BAPIRETURN-TYPE 'I' 20100429
3 GC_SEA_MSGCLASS Constant Private Type reference (TYPE) SY-MSGID 'CL_SEA_MESSAGES' 20100429
4 GV_HANDLE Static Attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100519
5 G_SYS_TYPE Static Attribute Public Type reference (TYPE) SYSYSID Name of the SAP System 20110304
Methods
# Method Level Visibility Method type Description Created on
1 BIMPL_TO_SERVICE Static method Public Method Get BADI implementation classes for a service 20100608
2 CHECK_DTE_SUBELEMENTS Static method Public Method Checks whether the subelements of a DTE can be changed 20100611
3 CHECK_PACKAGE Static method Public Method 20100127
4 CHECK_PROXY_DATA Static method Public Method Checks for ESR/SPROXY objects for the provided input data 20100127
5 CHOOSE_CORRECT_BADI_NAME Static method Public Method 20100127
6 CLASS_CONSTRUCTOR Static method Public Constructor Constructor 20100519
7 DELETE_CLASS_BADI_IMPL Static method Public Method Delete the Badi implemenation (Enhancement, class) 20100608
8 DTE_SCAN Static method Public Method Scan code for DTE mapping 20100609
9 DTE_SCAN2 Static method Public Method Scan code for DTE mapping 20100615
10 FIND_SERVICE Static method Public Method Finds all the services with given service name 20100419
11 GENERATE_CLASS Static method Public Method 20100127
12 GET_BADI Static method Public Method 20100127
13 GET_BADI_UNSAFE Static method Public Method 20100127
14 GET_CUST_BADI Static method Public Method Get the non-internal use BADIs 20100930
15 GET_IMPL_CLASS Static method Public Method 20100127
16 GET_INFO_MESSAGE Static method Private Method 20100429
17 GET_PROXY_KEYS Static method Public Method 20100426
18 GET_SOURCE_CODE Static method Public Method 20100127
19 GET_STRUCTURE_PATH Static method Public Method 20100202
20 IS_LOCAL_SWCV Static method Public Method Checks if the SWC name starts with LOCAL or not 20100903
21 IS_SEW_ACTIVE Static method Public Method Check if SEW shall be active 20110304
22 IS_XSD Static method Public Method Checks if the data element is an XSD type or not 20100811
23 MSG_TO_STRING Static method Public Method 20100127
24 SPLIT_TEXT Static method Public Method Splits up a String 20101014
25 WRITE_CLASS Static method Public Method 20100127
26 WRITE_TADIR Static method Public Method 20100127
27 WUL Static method Public Method Where used list 20100608
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 Exporting ET_RESULT Call by reference Type reference (TYPE) TT_BITS_RESULT Classes with description 20100608
2 Importing IV_NS Call by reference Type reference (TYPE) PRX_NSPCE Proxy Generation: Namespace in the Integration Builder 20100608
3 Importing 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 CX_SEA_ESEXTENDER_EXCEPTION 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 Changing CT_ELEM_AFT Call by reference Type reference (TYPE) SEA_DTE_ELEMENT_T Table of DTE elements 20100611
2 Exporting EV_USED_OBJECTS Call by reference Type reference (TYPE) ABAP_BOOL 'X' if at least one subelement is already used 20100611
3 Importing IT_ELEM_BEF Call by reference Type reference (TYPE) SEA_DTE_ELEMENT_T Table of DTE elements 20100611
4 Importing IV_DTE_NAME Call by reference Type reference (TYPE) PRX_IFRNAM 'IDT_Details_enh' ESR Name of DTE 20100611
5 Importing IV_DTE_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE 'http://xiTest.com/xi/SOA_Architecture' ESR Namespace of DTE 20100611
6 Importing IV_DTE_SWCV Call by reference Type reference (TYPE) STRING 'XI_TEST 7.10_V1' Software component version of DTE 20100611
7 Importing IV_NAME Call by reference Type reference (TYPE) PRX_IFRNAM 'IDT_Details' ESR Name of the enhanced object 20100611
8 Importing IV_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE 'http://xiTest.com/xi/SOA_Architecture' ESR Namespace of the enhanced object 20100611
9 Importing IV_SWCV Call by reference Type reference (TYPE) STRING 'XI_TEST 7.10_V1' Software component version 20100611
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Importing I_DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Package 20100127
2 Returning 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 Exporting EV_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL Returns TRUE if objects exist, otherwise FALSE 20100127
2 Exporting EV_PROXY_INFO Call by reference Type reference (TYPE) STRING Info in case of missing proxy 20100429
3 Importing IV_CHECK_ESR_KEY Call by reference Type reference (TYPE) ABAP_BOOL Specifies whether to check against ESR (TRUE) or SPROXY 20100127
4 Importing IV_NAME Call by reference Type reference (TYPE) PRX_IFRNAM Object Name in Enterprise Services Builder 20100127
5 Importing IV_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE Namespace in the Integration Builder 20100127
6 Importing 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 Exporting EV_BADI_NAME Call by reference Type reference (TYPE) ENHBADIID 20100127
2 Importing IT_BADI_NAMES Call by reference Type reference (TYPE) IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME 20100127
# Exception Resumable Description Created on
1 BADI_NAME_CANNOT_BE_CHOSEN 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 Importing IV_CLASSNAME Call by reference Type reference (TYPE) CLASSNAME BADI Implementation Class 20100608
2 Importing IV_LOGGING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE If true the logging is on. 20100720
3 Importing IV_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20100608
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_CLASSES_RESULT Call by reference Type reference (TYPE) TT_SCAN_RESULT Result table 20100609
2 Importing IT_PRX_R3NAME Call by reference Type reference (TYPE) TT_PRX_R3NAME DTE Element table 20100609
3 Importing IV_DTE_NAME Call by reference Type reference (TYPE) PRX_IFRNAM 'IDT_Details_enh' ESR Name of DTE 20100609
4 Importing IV_DTE_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE 'http://xiTest.com/xi/SOA_Architecture' ESR Namespace of DTE 20100609
5 Importing IV_DTE_SWCV Call by reference Type reference (TYPE) STRING 'XI_TEST 7.10_V1' Software component version of DTE 20100609
6 Importing IV_NAME Call by reference Type reference (TYPE) PRX_IFRNAM 'IDT_Details' ESR Name of the enhanced object 20100609
7 Importing IV_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE 'http://xiTest.com/xi/SOA_Architecture' ESR Namespace of the enhanced object 20100609
8 Importing IV_SWCV Call by reference Type reference (TYPE) STRING 'XI_TEST 7.10_V1' Software component version 20100609
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_CLASSES_RESULT Call by reference Type reference (TYPE) TT_SCAN_RESULT Result table 20100615
2 Importing IT_PRX_R3NAME Call by reference Type reference (TYPE) TT_PRX_R3NAME DTE Element table 20100615
3 Importing IV_DTE_NAME Call by reference Type reference (TYPE) PRX_IFRNAM 'IDT_Details_enh' ESR Name of DTE 20100615
4 Importing IV_DTE_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE 'http://xiTest.com/xi/SOA_Architecture' ESR Namespace of DTE 20100615
5 Importing IV_DTE_SWCV Call by reference Type reference (TYPE) STRING 'XI_TEST 7.10_V1' Software component version of DTE 20100615
6 Importing IV_NAME Call by reference Type reference (TYPE) PRX_IFRNAM 'IDT_Details' ESR Name of the enhanced object 20100615
7 Importing IV_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE 'http://xiTest.com/xi/SOA_Architecture' ESR Namespace of the enhanced object 20100615
8 Importing IV_SWCV Call by reference Type reference (TYPE) STRING 'XI_TEST 7.10_V1' Software component version 20100615
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Importing IV_SERVICE_NAME Call by reference Type reference (TYPE) STRING 20100419
2 Importing IV_SERVICE_NAMESPACE Call by reference Type reference (TYPE) STRING 20100429
3 Returning RT_SERVICES Value transfer Type reference (TYPE) SEA_ESR_OBJECT_INFO_T ESR object infos 20100419
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_CODE Call by reference Type reference (TYPE) CL_CMP_COMPOSER=>TAB_CODE 20100127
2 Importing IT_DTES Call by reference Type reference (TYPE) SEA_DTE_OBJECT_INFO_T Table with DTE information (name, namespace, ...) 20100225
3 Importing IV_BADI_INTERFACE Call by reference Type reference (TYPE) CLASSNAME 20100127
4 Importing IV_CLASSNAME Call by reference Type reference (TYPE) CLASSNAME 20100127
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_BADI_NAME Call by reference Type reference (TYPE) IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME 20100127
2 Importing IV_CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAME 20100127
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_BADI_NAME Call by reference Type reference (TYPE) IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME 20100127
2 Importing IV_CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAME 20100127
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_BADI_DEF Call by reference Type reference (TYPE) ENH_BADI_DATA_IT Table for ENH_BADI_DATA: ENH 20101119
2 Exporting ET_BADI_NAME Call by reference Type reference (TYPE) IF_SEA_SERVICE_EXTENSION=>TT_BADI_NAME 20100930
3 Importing IV_CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAME 20100930
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAMES 20100127
2 Importing IV_CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAME 20100127
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Importing LO_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20100429
2 Importing LV_PROXY_OBJECT Call by reference Type reference (TYPE) ABAP_BOOL 20100429
3 Returning 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 Exporting ET_KEYS Value transfer Type reference (TYPE) CL_PROXY_PUBLIC_UTILS=>T_PROXY_KEYS Corresponding proxy keys 20100426
2 Importing IV_GET_PACKAGE Call by reference Type reference (TYPE) PRX_BOOLEAN SPACE get package also 20100531
3 Importing IV_NAME Call by reference Type reference (TYPE) PRX_IFRNAM Proxy Generation: Object Name in Enterprise Services Builder 20100426
4 Importing IV_NSPACE Call by reference Type reference (TYPE) PRX_NSPCE Proxy Generation: Namespace in the Integration Builder 20100426
5 Importing 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 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_REPORT_BUF Call by reference Type reference (TYPE) TY_REPORT_TABLE 20100127
2 Importing 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 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_PATH Call by reference Type reference (TYPE) IF_SEA_SERVICE_EXTENSION=>TT_PATH 20100202
2 Exporting ET_PATH_ENDING Call by reference Type reference (TYPE) IF_SEA_SERVICE_EXTENSION=>TT_PATH 20100202
3 Exporting EV_DATA_TYPE Call by reference Type reference (TYPE) C 20100204
4 Exporting EV_ENHD_DATA Call by reference Type reference (TYPE) STRING 20100202
5 Exporting EV_PATH_BEG Call by reference Type reference (TYPE) STRING 20100202
6 Exporting EV_PATH_MID Call by reference Type reference (TYPE) STRING 20100202
7 Importing IV_BADI_INTF_NAME Call by reference Type reference (TYPE) CLASSNAME 20100202
8 Importing IV_CMP_NAME Call by reference Type reference (TYPE) SEOCMPNAME 20100202
9 Importing 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 Importing IV_SWCV_NAME Call by reference Type reference (TYPE) STRING 20100903
2 Returning 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 Returning 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 Importing IV_DATATYPE Call by reference Type reference (TYPE) STRING 20100811
2 Returning 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 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID SY-MSGID Message Class 20100127
2 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO SY-MSGNO Message Number 20100127
3 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY SY-MSGTY Message Type 20100127
4 Importing I_MSGV1 Call by reference Type reference (TYPE) SYMSGV SY-MSGV1 Message Variable 20100127
5 Importing I_MSGV2 Call by reference Type reference (TYPE) SYMSGV SY-MSGV2 Message Variable 20100127
6 Importing I_MSGV3 Call by reference Type reference (TYPE) SYMSGV SY-MSGV3 Message Variable 20100127
7 Importing I_MSGV4 Call by reference Type reference (TYPE) SYMSGV SY-MSGV4 Message Variable 20100127
8 Returning 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 Exporting EV_STRING1 Call by reference Type reference (TYPE) STRING 20101014
2 Exporting EV_STRING2 Call by reference Type reference (TYPE) STRING 20101014
3 Exporting EV_STRING3 Call by reference Type reference (TYPE) STRING 20101014
4 Exporting EV_STRING4 Call by reference Type reference (TYPE) STRING 20101014
5 Importing 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 Importing IT_CODE Call by reference Type reference (TYPE) CL_CMP_COMPOSER=>TAB_CODE 20100127
2 Importing IV_CLASSNAME Call by reference Type reference (TYPE) PRX_R3NAME 20100127
3 Importing IV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS '$TMP' The package where the generated code should go 20100127
4 Importing IV_TRANSPORT_NUMBER Call by reference Type reference (TYPE) KORRNUM '0' The transport request to be used 20100127
5 Importing I_LANGU Value transfer Type reference (TYPE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20100127
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Importing I_STR_TADIR Value transfer Type reference (TYPE) TADIR Directory of Repository Objects 20100127
# Exception Resumable Description Created on
1 CX_SEA_ESEXTENDER_EXCEPTION 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 Exporting ET_RESULT Call by reference Type reference (TYPE) TT_WUL_RESULT Service messages 20100608
2 Exporting ET_WHERE_USED_TAB Call by reference Type reference (TYPE) TT_WHERE_USED Everything 20100608
3 Importing IV_OBJ_NAME Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20100608
4 Importing 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