OIRA_CHOBJ_RANGE is an SAP Structure so does not store data like a database table does but can be used to process "Reference range table for clearing house object" 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_CHOBJ_RANGE TYPE OIRA_CHOBJ_RANGE .
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 |
SIGN | DDSIGN | CHAR | 1 | Type of SIGN component in row type of a Ranges type | ||
OPTION | DDOPTION | CHAR | 2 | Type of OPTION component in row type of a Ranges type | ||
LOW | OIRE_CHOBJ | CHAR | 6 |
* | SSR PC: Clearing house | |
HIGH | OIRE_CHOBJ | CHAR | 6 |
* | SSR PC: Clearing house |
Key field | |
Non-key field |
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) OIRA_CE_TABLE_STRUCTURE5 - Customer enhancement table structure (IS-OIL SSR)