OIRA_CR_PARAMETERS is an SAP Structure so does not store data like a database table does but can be used to process "Clearing house reconciliation Parameter struc. (IS-OIL SSR)" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_OIRA_CR_PARAMETERS TYPE OIRA_CR_PARAMETERS .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CURR_CHOBJ | OIRE_CHOBJ | CHAR | 6 |
* | SSR PC: Clearing house | |
CURR_CCINS | OIRE_CCINS | CHAR | 4 |
* | SSR PC: Payment card type | |
CURR_PBLNR | OIF_PBLNR | CHAR | 10 |
* | Business location identifier (IS-Oil MRN) | ALPHA |
DET_AGG_IND | OIRE_DET_AGG_IND | CHAR | 1 | Detail/Aggregation indicator (values: D or A) | ||
EXIT_LOOP | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
SAVE_OK | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
INT_ERROR | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
COMP_ONLY | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
COMP_NO | OIRE_VAL10 | DEC | 10 | SSR PC: Value field 10, integer with sign | ||
P_UNREC | CHAR1 | CHAR | 1 | Single-Character Indicator |
Key field | |
Non-key field |
OIRA_CR_PARAMETERS - Clearing house reconciliation Parameter struc. (IS-OIL SSR) OIRA_CHOBJ_RANGE - Reference range table for clearing house object OIRA_CE_TABLE_STRUCTURE9 - Customer enhancement table structure (IS-OIL SSR) OIRA_CE_TABLE_STRUCTURE8 - Customer enhancement table structure (IS-OIL SSR) OIRA_CE_TABLE_STRUCTURE7 - Customer enhancement table structure (IS-OIL SSR) OIRA_CE_TABLE_STRUCTURE6 - Customer enhancement table structure (IS-OIL SSR)