SAP ABAP Class CL_WD_CMP_ASSIST_TRANSFORMER (Assistance Class for MDG_TRANSFORMER_CMP)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-MDG-ML (Application Component) Mass Load
⤷
MDG_BS_FILE_UPLOAD (Package) Master Data Processes Service Based File Upload
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20091028 |
Properties
| Class | CL_WD_CMP_ASSIST_TRANSFORMER | |
| Short Description | Assistance Class for MDG_TRANSFORMER_CMP | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_BS_FILE_UPLOAD | Master Data Processes Service Based File Upload |
| Created | 20091028 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WD_CMP_ASSIST_TRANSFORMER has no forward declaration.
Interfaces
Class CL_WD_CMP_ASSIST_TRANSFORMER has no interface implemented.
Friends
Class CL_WD_CMP_ASSIST_TRANSFORMER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_MDG_TRANS_UI_ASSIST | File transformation user interface assist | 20091028 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | file idoc transformation. | 20091101 | |
| 2 | Instance method | Public | Method | Getting the logs. | 20091101 | |
| 3 | Instance method | Public | Method | Call function module 'FILE_GET_NAME'. | 20091101 | |
| 4 | Instance method | Public | Constructor | 20091028 | ||
| 5 | Instance method | Public | Method | To display the messages. | 20091104 | |
| 6 | Instance method | Public | Method | Fill the gv_xml_port. | 20091101 | |
| 7 | Instance method | Public | Method | Process event transformation | 20091103 | |
| 8 | Instance method | Public | Method | Getting files from server. | 20091101 | |
| 9 | Instance method | Public | Method | Saving transformed files. | 20091101 |
Events
Class CL_WD_CMP_ASSIST_TRANSFORMER has no event.
Types
Class CL_WD_CMP_ASSIST_TRANSFORMER has no local type.
Method Signatures
Method CALL_FILE_IDOC_TRANSFORM Signature
Method CALL_FILE_IDOC_TRANSFORM on class CL_WD_CMP_ASSIST_TRANSFORMER has no parameter.
Method CALL_FILE_IDOC_TRANSFORM on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method CALL_GET_LOG_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOGHANDLE | Call by reference | Type reference (TYPE) | BAL_T_LOGH | Application Log: Log Handle Table | 20091101 | |||
| 2 | IS_DATE | Call by reference | Type reference (TYPE) | BAL_S_DTTM | Application Log: Date and time interval | 20091101 | |||
| 3 | IS_MDP_HISTORY_LOG | Call by reference | Type reference (TYPE) | MDP_HISTORY_LOG | History log selection | 20091101 |
Method CALL_GET_LOG_HANDLE on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method COLLECT_FILE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FILE_NAME | Call by reference | Type reference (TYPE) | RSMRGSTR-PATH | Character field of length 40 | 20091101 | |||
| 2 | IV_DIR_FILE_SRC | Call by reference | Type reference (TYPE) | PATHINTERN | Logical path name | 20091101 |
Method COLLECT_FILE_NAME on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WD_CMP_ASSIST_TRANSFORMER has no parameter.
Method CONSTRUCTOR on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method DISPLAY_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_API_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Component | 20091104 | |||
| 2 | IV_MSG_NO | Call by reference | Type reference (TYPE) | SYST-MSGNO | To get the message number. | 20091104 | |||
| 3 | IV_MSG_TYPE | Call by reference | Type reference (TYPE) | SYST-MSGTY | To get the message type. | 20091104 |
Method DISPLAY_MESSAGE on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method FILL_XML_PORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_XML_PORT | Call by reference | Type reference (TYPE) | EDI_PVRCVP | Port | 20091101 |
Method FILL_XML_PORT on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method PROCESS_EVENT_TRANSFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_API_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller Interface | 20091103 | |||
| 2 | IR_EL_FILE_SETTING | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20091103 |
Method PROCESS_EVENT_TRANSFORMATION on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method REUSE_FOR_SERVER_FILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FILE_TABLE | Call by reference | Type reference (TYPE) | FILETABLE | File name table | 20091101 | |||
| 2 | IV_DIR_FILE_SOURCE | Call by reference | Type reference (TYPE) | PATHINTERN | Logical path name | 20091101 |
Method REUSE_FOR_SERVER_FILES on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
Method SAVE_TRANSFORMED_FILES Signature
Method SAVE_TRANSFORMED_FILES on class CL_WD_CMP_ASSIST_TRANSFORMER has no parameter.
Method SAVE_TRANSFORMED_FILES on class CL_WD_CMP_ASSIST_TRANSFORMER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |