SAP ABAP Interface IF_GRRM_OB_ORX_DWNL_DATA (Interface for BAdI: GRRM_OB_ORX_DWNL_DATA)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_OB_REPORTING (Package) Operational Risk Management for Banks: Reporting
⤷
⤷
Properties
| Interface | IF_GRRM_OB_ORX_DWNL_DATA | |
| Short Description | Interface for BAdI: GRRM_OB_ORX_DWNL_DATA |
General Data
| Package | GRRM_OB_REPORTING | Operational Risk Management for Banks: Reporting |
| Created | 20110517 | SAP |
| Last changed | 20141106 | |
| Unicode checks active |
Forward declarations
Interface IF_GRRM_OB_ORX_DWNL_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20110517 |
Friends
Interface IF_GRRM_OB_ORX_DWNL_DATA has no friend.
Attributes
Interface IF_GRRM_OB_ORX_DWNL_DATA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Collect data relevant for download to ORX Format | 20110517 | |
| 2 | Instance method | Public | Method | Get column names for ORX Report | 20110520 |
Events
Interface IF_GRRM_OB_ORX_DWNL_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_ORX_DATA | Public | See coding | 20110517 | BEGIN OF ys_orx_data,
loss_evt_id TYPE grrm_ob_loss_evt_id,
org_unit_txt TYPE grfn_title,
risk_cat_txt TYPE grfn_title,
country TYPE land1,
credit_related(1),
ref_id TYPE grrm_ob_loss_evt_id,"unclear
occurence_date TYPE grrm_ob_losevt_occ_date,
discovery_date TYPE grrm_ob_losevt_discov_date,
recognition_date TYPE dats,
gross_loss_amt_txt(40),
direct_recov_txt(40),
indirect_recov_txt(40),
gross_income_txt(40),
END OF ys_orx_data
|
||
| 2 | YT_ORX_DATA | Public | See coding | 20110517 | yt_orx_data TYPE STANDARD TABLE OF ys_orx_data
|
Method Signatures
Method COLLECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_ORX_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Date table for ORX Report | 20110520 | |||
| 2 | IT_LOSS_EVENT_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table of Loss Event IDs | 20110517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110518 |
Method GET_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ORX_HEADER | Value transfer | Type reference (TYPE) | GRFN_T_FIELDNAME | Table of FIELDNAME - List of column names for ORX report | 20110520 |
Method GET_HEADER on Interface IF_GRRM_OB_ORX_DWNL_DATA has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |