SAP ABAP Class CL_WD_CMP_ASSIST_FILE_UPLOAD (Assistance Class for MDG_FILE_UPLOAD_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 | 20091001 |
Properties
| Class | CL_WD_CMP_ASSIST_FILE_UPLOAD | |
| Short Description | Assistance Class for MDG_FILE_UPLOAD_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 | 20091001 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WD_CMP_ASSIST_FILE_UPLOAD has no interface implemented.
Friends
Class CL_WD_CMP_ASSIST_FILE_UPLOAD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | BADI_MDG_FILECONVERTER | 20091001 | ||||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_MDG_UPLOAD_APPL | Upload Application class | 20091001 | |||
| 3 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_MDG_UPLOAD_UI_ASSIST | UI Assistance class File Upload | 20091009 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | DISVARIANT | Layout (External Use) | 20091001 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | GTYT_DUPLICATE_TAB | 20091001 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | GTYT_RANGE | 20091001 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | MDG_FILECONTENT_T | File Content | 20091001 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | FILETABLE | File name table | 20091001 | |||
| 9 | Static Attribute | Public | Type reference (TYPE) | STRING | 20100928 | ||||
| 10 | Static Attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100928 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | MDGD_FILE_CONV-CONVERTER_TYP | File Converter Type | 20091001 | |||
| 12 | Static Attribute | Private | Type reference (TYPE) | MDP_FILE_SYSTEM | File system | 20091001 | |||
| 13 | Static Attribute | Public | Type reference (TYPE) | BOOLEAN | ABAP_TRUE | To check whether the select option screen has been made once | 20101122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Calling backend class method. | 20091102 | |
| 2 | Instance method | Public | Method | Calling the log handle method of the backend class. | 20091102 | |
| 3 | Instance method | Public | Method | Call Set parameters | 20091104 | |
| 4 | Instance method | Public | Method | Check convertor file name. | 20091109 | |
| 5 | Instance method | Public | Method | get folder name from application server | 20091105 | |
| 6 | Instance method | Public | Constructor | 20091012 | ||
| 7 | Static method | Public | Method | Create element for converter type | 20091001 | |
| 8 | Instance method | Public | Method | Create user fields | 20091023 | |
| 9 | Instance method | Public | Method | To display the messages. | 20091104 | |
| 10 | Static method | Public | Method | Get the description for a converter type | 20110824 | |
| 11 | Static method | Private | Method | Move to structure | 20091001 | |
| 12 | Instance method | Public | Method | Read converter element value | 20091023 | |
| 13 | Instance method | Public | Method | Receive user input and compile for application use | 20091012 | |
| 14 | Static method | Private | Method | 20091001 |
Events
Class CL_WD_CMP_ASSIST_FILE_UPLOAD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYS_DUPLICATE_ROW | Private | See coding | 20091001 | BEGIN OF gtys_duplicate_row,
feh_guid TYPE feh_guid,
duplicate_data TYPE bst_dupl_search_result ,
END OF gtys_duplicate_row
|
||
| 2 | GTYS_RANGE_ROW | Private | See coding | 20091001 | BEGIN OF gtys_range_row,
id TYPE string,
tablename TYPE tabname,
fieldname TYPE fieldname,
description TYPE string,
range TYPE REF TO data,
END OF gtys_range_row
|
||
| 3 | GTYT_DUPLICATE_TAB | Private | See coding | 20091001 | gtyt_duplicate_tab TYPE STANDARD TABLE OF gtys_duplicate_row
|
||
| 4 | GTYT_RANGE | Private | See coding | 20091001 | gtyt_range TYPE STANDARD TABLE OF gtys_range_row
|
Method Signatures
Method CALL_GET_FILES_FROM_SERVER 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 | 20091102 | |||
| 2 | IV_DIR_FILES_SRC | Call by reference | Type reference (TYPE) | PATHINTERN | Logical path name | 20091102 |
Method CALL_GET_FILES_FROM_SERVER on class CL_WD_CMP_ASSIST_FILE_UPLOAD 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 | 20091102 | |||
| 2 | IS_DATE | Call by reference | Type reference (TYPE) | BAL_S_DTTM | Application Log: Date and time interval | 20091102 | |||
| 3 | IS_MDP_HISTORY_LOG | Call by reference | Type reference (TYPE) | MDP_HISTORY_LOG | History log selection | 20091102 |
Method CALL_GET_LOG_HANDLE on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method CALL_SET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20091104 | |||
| 2 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091104 | |||
| 3 | IR_CONTEXT_DYN_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20091104 | |||
| 4 | IR_CROSS_VIEW_DATA_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20091104 | |||
| 5 | IR_FILE_SETTILG_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20091104 | |||
| 6 | IR_FILE_TABLE_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Node Element | 20091104 |
Method CALL_SET_PARAMETERS on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method CHECK_CONV_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ABAP_VAR | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091109 | |||
| 2 | IV_FILE_CONVERTOR | Call by reference | Type reference (TYPE) | MDG_FILECONVERTER_TYP | File Converter Type | 20091109 |
Method CHECK_CONV_FILE on class CL_WD_CMP_ASSIST_FILE_UPLOAD 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 | 20091105 | |||
| 2 | IV_DIR_FILE_SRC | Call by reference | Type reference (TYPE) | PATHINTERN | Logical path name | 20091105 |
Method COLLECT_FILE_NAME on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no parameter.
Method CONSTRUCTOR on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method CREATE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20051117-125541 | 20091001 | |||
| 2 | IR_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Public Interface for Select Options | 20091001 | |||
| 3 | IV_FILECONVERTER_TYP | Call by reference | Type reference (TYPE) | MDGD_FILE_CONV-CONVERTER_TYP | File Converter Type | 20091001 |
Method CREATE_ELEMENTS on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method CREATE_USER_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20051117-125541 | 20091023 | |||
| 2 | IR_DYNAMIC_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091023 | |||
| 3 | IR_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Public Interface for Select Options | 20091023 | |||
| 4 | IV_DISPLAY_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110823 |
Method CREATE_USER_FIELDS on class CL_WD_CMP_ASSIST_FILE_UPLOAD 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: Controller Interface | 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_FILE_UPLOAD has no exception.
Method GET_CONV_TYPE_DESC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONV_TYPE | Call by reference | Type reference (TYPE) | MDG_FILECONVERTER_TYP | File Converter Type | 20110824 | |||
| 2 | RV_CONV_TYPE_DESC | Value transfer | Type reference (TYPE) | MDG_FILECONVERTER_TYP_TEXT | File converter type description | 20110824 |
Method GET_CONV_TYPE_DESC on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method MOVE_TO_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_STRUCTURE | Call by reference | Type reference (TYPE) | ANY | 20091001 | ||||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20091001 | ||||
| 3 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20091001 |
Method MOVE_TO_STRUCTURE on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method READ_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20051117-125541 | 20091023 | |||
| 2 | IR_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Public Interface for Select Options | 20091023 | |||
| 3 | IV_FILECONVERTER_TYP | Call by reference | Type reference (TYPE) | MDGD_FILE_CONV-CONVERTER_TYP | File Converter Type | 20091023 |
Method READ_ELEMENTS on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method RECEIVE_USER_SETTING_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20091012 | |||
| 2 | IR_CONTEXT_DYN_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20091012 | |||
| 3 | IR_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091012 |
Method RECEIVE_USER_SETTING_INPUT on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
Method SET_RESTRICTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_RESTRICTIONS | Call by reference | Type reference (TYPE) | SSCR_RESTRICT_DS | 20091001 | ||||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20091001 | |||
| 3 | IV_TABLENAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20091001 | |||
| 4 | RS_WD_RESTRICTIONS | Value transfer | Type reference (TYPE) | IF_WD_SELECT_OPTIONS=>T_COMPLEX_RESTRICTIONS | 20091001 |
Method SET_RESTRICTIONS on class CL_WD_CMP_ASSIST_FILE_UPLOAD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |