OICER_RATES SAP (Fields to save differing rate within rate based calculation) Structure details

Dictionary Type: Structure
Description: Fields to save differing rate within rate based calculation




ABAP Code to SELECT data from OICER_RATES
Related tables to OICER_RATES
Access table OICER_RATES




Structure field list including key, data, relationships and ABAP select examples

OICER_RATES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Fields to save differing rate within rate based calculation" 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_OICER_RATES TYPE OICER_RATES.

The OICER_RATES table consists of various fields, each holding specific information or linking keys about Fields to save differing rate within rate based calculation data available in SAP. These include RATE_RND_OLD (Stores intermediate rate where difference occurred), CUKY_OLD (Reference currency for a rate), PRUN_OLD (Reference pricing unit for a rate), UOM_OLD (Reference unit of measure for a rate).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OICER_RATES structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
RATE_RAW_OLDStores intermediate rate where difference occurred OIC_RATE_RAWDEC31(14) OIC_P16D14
RATE_RND_OLDStores intermediate rate where difference occurred OIC_RATE_RAWDEC31(14) OIC_P16D14
CUKY_OLDReference currency for a rate OIC_REFCUKYCUKY5Assigned to domainWAERS
PRUN_OLDReference pricing unit for a rate OIC_REFPRUNDEC5KPEIN
UOM_OLDReference unit of measure for a rate OIC_REFUOMUNIT3Assigned to domainCUNITMEINS
RATE_RAW_NEWStores intermediate rate where difference occurred OIC_RATE_RAWDEC31(14) OIC_P16D14
RATE_RND_NEWStores intermediate rate where difference occurred OIC_RATE_RAWDEC31(14) OIC_P16D14
CUKY_NEWReference currency for a rate OIC_REFCUKYCUKY5Assigned to domainWAERS
PRUN_NEWReference pricing unit for a rate OIC_REFPRUNDEC5KPEIN
UOM_NEWReference unit of measure for a rate OIC_REFUOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



How do I retrieve data from SAP structure OICER_RATES using ABAP code?

As OICER_RATES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on OICER_RATES as there is no data to select.

How to access SAP table OICER_RATES

Within an ECC or HANA version of SAP you can also view further information about OICER_RATES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!