Hierarchy
⤷
⤷
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 | 20110610 |
Properties
| Class | CL_GRRM_WD_MASSDATA_ASSIST | |
| Short Description | Assistance class for mass data maintenance | |
| 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 | GRRM_WD_MASS_DATA_MAINTENANCE | Mass Data Maintenance |
| Created | 20110610 | SAP |
| Last change | 20141106 | |
| 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) |
Interfaces
Class CL_GRRM_WD_MASSDATA_ASSIST has no interface implemented.
Friends
Class CL_GRRM_WD_MASSDATA_ASSIST 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 | 'DOWNLOAD' | 20110912 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'UPLOAD' | 20110912 | |||
| 3 | Constant | Private | Type reference (TYPE) | D | '18000101' | 20111024 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'CSV' | 20110908 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'XLSX' | 20110908 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'ACTION' | 20110912 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'ENTITY' | 20110912 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRRM_APPLOG_MASS_UPLOAD | Application Log for Mass Upload | 20140625 | |||
| 9 | Instance attribute | Private | See coding | 20111024 |
Methods
Events
Class CL_GRRM_WD_MASSDATA_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_S_DOWNLOAD_SPECS | Public | See coding | 20110720 | BEGIN OF lty_s_download_specs,
filety TYPE char5,
END OF lty_s_download_specs
|
||
| 2 | LTY_S_EXPORT_COMPONENTS | Public | See coding | 20110720 | BEGIN OF lty_s_export_components,
name TYPE string,
type TYPE c LENGTH 8,
rtti TYPE REF TO cl_abap_elemdescr,
skip TYPE i,
depth TYPE i,
ref_name TYPE string,
tabix type sytabix,
END OF lty_s_export_components
|
||
| 3 | LTY_S_XLSX_META | Public | See coding | 20110627 | BEGIN OF lty_s_xlsx_meta,
worksheets TYPE STANDARD TABLE OF string WITH NON-UNIQUE DEFAULT KEY,
END OF lty_s_xlsx_meta
|
||
| 4 | LTY_S_XLSX_SPEC | Public | See coding | 20110627 | BEGIN OF lty_s_xlsx_spec,
worksheet TYPE i,
END OF lty_s_xlsx_spec
|
||
| 5 | LTY_T_DELTA | Public | See coding | 20110802 | LTY_t_DELTA type table of sytabix
|
||
| 6 | LTY_T_EXPORT_COMPONENTS | Public | See coding | 20110720 | lty_t_export_components TYPE STANDARD TABLE OF lty_s_export_components
|
Method Signatures
Method APPEND_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110630 | |||
| 2 | IV_MSGKEY | Call by reference | Type reference (TYPE) | WDR_TEXT_KEY | Web Dynpro: Text Key | 20110630 | |||
| 3 | IV_MSGTY | Call by reference | Type reference (TYPE) | BAPIRET2-TYPE | 'E' | Message Type | 20110630 | ||
| 4 | IV_PARA1 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110630 | ||||
| 5 | IV_PARA2 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110630 | ||||
| 6 | IV_PARA3 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110630 | ||||
| 7 | IV_PARA4 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110630 |
Method APPEND_MESSAGE on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method CHECK_ACTIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ACTIVITY | Call by reference | Type reference (TYPE) | GRRM_S_ACTIVITY_UPLOAD | Activity, as represented in CSV file. Addl fields at end. | 20110701 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110701 | |||
| 3 | IV_PREPARE | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111007 |
Method CHECK_CSV_SPECS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CSV_SPECS | Call by reference | Type reference (TYPE) | GRRM_S_CSV_FILE_SPEC | User-provided file specs for an uploaded CSV file. | 20110627 | |||
| 2 | ET_ERRORS | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110627 | |||
| 3 | IS_FILE | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110627 |
Method CHECK_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DATE | Call by reference | Type reference (TYPE) | D | 20110630 | ||||
| 2 | RV_VALID | Value transfer | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110630 |
Method CHECK_DATE on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method CHECK_GRFN_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110630 | |||
| 2 | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20110630 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110630 | |||
| 4 | RV_EXISTS | Value transfer | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110630 |
Method CHECK_GRFN_OBJECT on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method CHECK_IMPACT_DRIVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CATID | Call by reference | Type reference (TYPE) | GRRM_CAT_ID | Category ID | 20110630 | |||
| 2 | IV_ENTITY | Call by reference | Type reference (TYPE) | CHAR1 | 'I' for impact category, 'D' for driver category | 20110630 | |||
| 3 | RV_EXISTS | Value transfer | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110630 |
Method CHECK_IMPACT_DRIVER on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method CHECK_INCIDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_INCIDENT | Call by reference | Type reference (TYPE) | GRRM_S_INCIDENT_UPLOAD | 20110804 | ||||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110701 | |||
| 3 | IV_PREPARE | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110701 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111007 |
Method CHECK_KRIHISTORY_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ACTIVITY | Call by reference | Type reference (TYPE) | GRRM_S_ACTIVITY_UPLOAD | Activity, as represented in CSV file. Addl fields at end. | 20110704 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110704 | |||
| 3 | IV_PREPARE | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110704 |
Method CHECK_KRIHISTORY_VALUE on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method CHECK_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_RESPONSE | Call by reference | Type reference (TYPE) | GRRM_S_RESPONSE_UPLOAD | Response to be checked | 20130712 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20130712 | |||
| 3 | IV_PREPARE | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20130712 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20130712 |
Method CHECK_RISK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_RISK | Call by reference | Type reference (TYPE) | GRRM_S_RISK_UPLOAD | Risk to be checked | 20110630 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110630 | |||
| 3 | IV_PREPARE | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111007 |
Method CHECK_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20110628 | ||||
| 2 | ET_ERRORS | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110628 | |||
| 3 | EV_CHECKCOUNT | Call by reference | Type reference (TYPE) | I | Number of items that were actually checked (delta active?) | 20110711 | |||
| 4 | EV_MSGTY | Call by reference | Type reference (TYPE) | BAPI_MTYPE | Highest message level that occured. | 20110708 | |||
| 5 | IT_DELTA | Call by reference | Type reference (TYPE) | TABLE | Only check these sy-index'es | 20110711 | |||
| 6 | IV_DELTA | Call by reference | Type reference (TYPE) | GRFN_XFLAG | ABAP_FALSE | Check only for delta? | 20110711 | ||
| 7 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Object type that is to be checked. | 20110628 | |||
| 8 | IV_PREPARE | Call by reference | Type reference (TYPE) | GRFN_XFLAG | Is this the final check? | 20110628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111013 |
Method CHECK_XLSX_SPECS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_XLSX_SPECS | Call by reference | Type reference (TYPE) | GRRM_S_XLSX_FILE_SPEC | User-provided file specs for an uploaded XLSX file. | 20110627 | |||
| 2 | ET_ERRORS | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110627 | |||
| 3 | IS_FILE | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110627 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRRM_WD_MASSDATA_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method CSV_TO_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20110629 | ||||
| 2 | IS_CSV_SPECS | Call by reference | Type reference (TYPE) | GRRM_S_CSV_FILE_SPEC | User-provided file specs for an uploaded XLSX file. | 20110628 | |||
| 3 | IS_FILE | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110628 |
Method EXPORT_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FLATITAB | Call by reference | Type reference (TYPE) | TABLE | 20110720 | ||||
| 2 | IT_ITAB | Call by reference | Type reference (TYPE) | TABLE | 20110720 | ||||
| 3 | IT_ITABSTRUCT | Call by reference | Type reference (TYPE) | CL_GRRM_WD_MASSDATA_ASSIST=>LTY_T_EXPORT_COMPONENTS | 20110720 |
Method EXPORT_ITAB on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method FILE_TO_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ITAB | Call by reference | Type reference (TYPE) | TABLE | 20110722 | ||||
| 2 | IS_FILE_SPEC | Call by reference | Type reference (TYPE) | ANY | 20110722 | ||||
| 3 | IS_UPLOAD_SPEC | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110722 | |||
| 4 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | 20110722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111013 |
Method GET_ACTIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110721 | |||
| 2 | IV_ACTIVITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110721 | |||
| 3 | RS_ACTIVITY | Value transfer | Type reference (TYPE) | GRRM_S_ACTIVITY_UPLOAD | Activity, as represented in CSV file. Addl fields at end. | 20110721 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110721 |
Method GET_FILE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FILE | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110628 |
Method GET_HEADER_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COLUMN | Call by reference | Type reference (TYPE) | STRING | 20130923 | ||||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20130923 |
Method GET_HEADER_TEXT on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method GET_INCIDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_INCIDENT | Call by reference | Type reference (TYPE) | GRRM_S_INCIDENT_UPLOAD | Activity, as represented in CSV file. Addl fields at end. | 20111013 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110803 | |||
| 3 | IV_INCIDENT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110803 |
Method GET_OBJECT_VALIDITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATEFROM | Call by reference | Type reference (TYPE) | D | 20111024 | ||||
| 2 | EV_DATETO | Call by reference | Type reference (TYPE) | D | 20111024 | ||||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20111024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111024 |
Method GET_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_RESPONSE | Call by reference | Type reference (TYPE) | GRRM_S_RESPONSE_UPLOAD | Structure for CSV upload of responses | 20130715 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130715 | |||
| 3 | IV_RESPONSE_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20130715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20130715 |
Method GET_RISK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_RISK | Call by reference | Type reference (TYPE) | GRRM_S_RISK_UPLOAD | 20111013 | ||||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110722 | |||
| 3 | IV_RISK_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110722 |
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | STRING | 20110915 | ||||
| 2 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20110915 | |||
| 3 | RV_TITLE | Value transfer | Type reference (TYPE) | STRING | 20110915 |
Method GET_TITLE on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method GET_USER_DEFAULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_USERDEF | Value transfer | Type reference (TYPE) | USR01 | User master record (runtime data) | 20111004 | |||
| 2 | IV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20111004 |
Method GET_USER_DEFAULTS on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method GET_XLSX_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FILE_INFO | Value transfer | Type reference (TYPE) | LTY_S_XLSX_META | 20110627 | ||||
| 2 | IS_FILE | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110627 |
Method IMPORT_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITAB | Call by reference | Type reference (TYPE) | ANY | 20110722 | ||||
| 2 | IT_FLATTAB | Call by reference | Type reference (TYPE) | TABLE | 20110722 | ||||
| 3 | IV_PREFIX | Call by reference | Type reference (TYPE) | STRING | '' | 20110803 |
Method IMPORT_ITAB on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method ITAB_TO_CSV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FILE_CONTENTS | Call by reference | Type reference (TYPE) | XSTRING | 20110721 | ||||
| 2 | IS_FILE_SPEC | Call by reference | Type reference (TYPE) | GRRM_S_CSV_FILE_SPEC | User-provided file specs for an uploaded XLSX file. | 20110721 | |||
| 3 | IT_ITAB | Call by reference | Type reference (TYPE) | TABLE | 20110721 | ||||
| 4 | IV_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110721 |
Method ITAB_TO_CSV on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method ITAB_TO_XLSX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FILE_CONTENTS | Call by reference | Type reference (TYPE) | XSTRING | 20110720 | ||||
| 2 | IS_FILE_SPEC | Call by reference | Type reference (TYPE) | GRRM_S_XLSX_FILE_SPEC | User-provided file specs for an uploaded XLSX file. | 20110721 | |||
| 3 | IT_ITAB | Call by reference | Type reference (TYPE) | TABLE | 20110720 | ||||
| 4 | IV_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110720 |
Method ITAB_TO_XLSX on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method MERGE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_LEFT | Call by reference | Type reference (TYPE) | ANY | 20110718 | ||||
| 2 | EV_UNCHANGED | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110718 | |||
| 3 | IS_RIGHT | Call by reference | Type reference (TYPE) | ANY | 20110718 |
Method MERGE_DATA on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method MERGE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ORIGINAL | Call by reference | Type reference (TYPE) | TABLE | 20110713 | ||||
| 2 | IT_NEW | Call by reference | Type reference (TYPE) | TABLE | 20110713 | ||||
| 3 | IV_ACTION_ | Call by reference | Type reference (TYPE) | STRING | 20110713 |
Method MERGE_TABLE on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method OBJ_TO_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FILE_CONTENTS | Call by reference | Type reference (TYPE) | XSTRING | 20110720 | ||||
| 2 | EV_FILE_MIME | Call by reference | Type reference (TYPE) | STRING | 20110720 | ||||
| 3 | EV_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110720 | ||||
| 4 | IS_DOWNLOAD_SPEC | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110720 | |||
| 5 | IS_FILE_SPEC | Call by reference | Type reference (TYPE) | ANY | 20110721 | ||||
| 6 | IT_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20111011 | |||
| 7 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | 20110720 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111013 |
Method RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PREVIOUS | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20110629 | |||
| 2 | IV_MSGNO | Call by reference | Type reference (TYPE) | WDR_TEXT_KEY | Message Number | 20110629 | |||
| 3 | IV_MSGTY | Call by reference | Type reference (TYPE) | SY-MSGTY | Message Type | 20110629 | |||
| 4 | IV_PARA1 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110719 | ||||
| 5 | IV_PARA2 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110719 | ||||
| 6 | IV_PARA3 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110719 | ||||
| 7 | IV_PARA4 | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110719 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110629 |
Method REPORT_ERRORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IC_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20110628 | |||
| 2 | IT_ERRORS | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110628 |
Method REPORT_ERRORS on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method REPORT_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE_TAB | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110719 | |||
| 2 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20110629 | |||
| 3 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_GRFN_EXCEPTION | Generic GRC API exception | 20110627 |
Method REPORT_EXCEPTION on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method REPORT_GENERIC_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE_TAB | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110719 | |||
| 2 | IO_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20110630 | |||
| 3 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20110630 |
Method REPORT_GENERIC_EXCEPTION on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method RETRIEVE_ACTIVITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTIVITIES | Call by reference | Type reference (TYPE) | GRRM_T_ACTIVITY_UPLOAD | Table of activities, as represented in a CSV file | 20110713 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110713 | |||
| 3 | IT_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20110908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110713 |
Method RETRIEVE_INCIDENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INCIDENTS | Call by reference | Type reference (TYPE) | GRRM_T_INCIDENT_UPLOAD | Table of activities, as represented in a CSV file | 20110803 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110803 | |||
| 3 | IT_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20110908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110803 |
Method RETRIEVE_RESPONSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESPONSES | Call by reference | Type reference (TYPE) | GRRM_T_RESPONSE_UPLOAD | Table type for the corresponding structure. | 20130715 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20130715 | |||
| 3 | IT_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20130715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20130715 |
Method RETRIEVE_RISKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RISKS | Call by reference | Type reference (TYPE) | GRRM_T_RISK_UPLOAD | Table type for the corresponding structure. | 20110722 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110722 | |||
| 3 | IT_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20110908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110722 |
Method RETRIEVE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20110713 | ||||
| 2 | IT_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20111011 | |||
| 3 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | 20110713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20111013 |
Method SAVE_ACTIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ACTIVITY | Call by reference | Type reference (TYPE) | GRRM_S_ACTIVITY_UPLOAD | Activity, as represented in CSV file. Addl fields at end. | 20110712 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110712 | |||
| 3 | IR_SPEC | Call by reference | Type reference (TYPE) | ANY | 20110719 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110719 |
Method SAVE_INCIDENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_INCIDENT | Call by reference | Type reference (TYPE) | GRRM_S_INCIDENT_UPLOAD | structure for csv upload of incidents | 20110815 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110804 |
Method SAVE_LOG Signature
Method SAVE_LOG on class CL_GRRM_WD_MASSDATA_ASSIST has no parameter.
Method SAVE_LOG on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method SAVE_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_RESPONSE | Call by reference | Type reference (TYPE) | GRRM_S_RESPONSE_UPLOAD | Structure for CSV upload of responses | 20130715 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20130715 | |||
| 3 | IR_SPEC | Call by reference | Type reference (TYPE) | ANY | 20130715 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20130715 |
Method SAVE_RISK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_RISK | Call by reference | Type reference (TYPE) | GRRM_S_RISK_UPLOAD | 20110803 | ||||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20110803 | |||
| 3 | IR_SPEC | Call by reference | Type reference (TYPE) | ANY | 20110803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110803 |
Method SAVE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20110711 | ||||
| 2 | EV_CREATECOUNT | Call by reference | Type reference (TYPE) | I | 20110712 | ||||
| 3 | EV_DELETECOUNT | Call by reference | Type reference (TYPE) | I | 20110712 | ||||
| 4 | EV_MSGTY | Call by reference | Type reference (TYPE) | BAPI_MTYPE | The worst message that was encountered. | 20110712 | |||
| 5 | EV_UPDATECOUNT | Call by reference | Type reference (TYPE) | I | 20110712 | ||||
| 6 | IR_SPEC | Call by reference | Type reference (TYPE) | ANY | Editor settings | 20110719 | |||
| 7 | IV_DEL_SUCCESS | Call by reference | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110712 | |||
| 8 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | 20110712 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110712 |
Method XLSX_TO_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20110629 | ||||
| 2 | IS_FILE | Call by reference | Type reference (TYPE) | GRRM_S_UPLOAD_FILE | An uploaded file. Used in mass data maintenance. | 20110628 | |||
| 3 | IS_XLSX_SPECS | Call by reference | Type reference (TYPE) | GRRM_S_XLSX_FILE_SPEC | User-provided file specs for an uploaded XLSX file. | 20110628 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110628 |
Method _BUILD_EXPORT_ITABSTRUCT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITABSTRUCT | Call by reference | Type reference (TYPE) | CL_GRRM_WD_MASSDATA_ASSIST=>LTY_T_EXPORT_COMPONENTS | 20110720 | ||||
| 2 | IR_DATA | Call by reference | Type reference (TYPE) | ANY | 20110720 | ||||
| 3 | IV_DEPTH | Call by reference | Type reference (TYPE) | I | '0' | 20110720 | |||
| 4 | IV_INHERITED_TYPE | Call by reference | Type reference (TYPE) | CHAR8 | 'NORMAL' | Character field, 8 characters long | 20110720 | ||
| 5 | IV_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20110720 |
Method _BUILD_EXPORT_ITABSTRUCT on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method _COMPARE_OBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ONE | Call by reference | Type reference (TYPE) | ANY | 20110721 | ||||
| 2 | IS_TWO | Call by reference | Type reference (TYPE) | ANY | 20110721 | ||||
| 3 | RV_EQUAL | Value transfer | Type reference (TYPE) | GRFN_XFLAG | New Input Values | 20110721 |
Method _COMPARE_OBJ on class CL_GRRM_WD_MASSDATA_ASSIST has no exception.
Method _XSTRING_TO_ITAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_STRINGS | Value transfer | Type reference (TYPE) | GRFN_T_STRING | String table | 20110630 | |||
| 2 | IV_FILE_CONTENTS | Call by reference | Type reference (TYPE) | XSTRING | 20110630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110630 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |