COFI_F_CUR SAP (Inter-Company Allocation Message: Currency Information) Structure details

Dictionary Type: Structure
Description: Inter-Company Allocation Message: Currency Information




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




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

COFI_F_CUR 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 "Inter-Company Allocation Message: Currency Information" 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_COFI_F_CUR TYPE COFI_F_CUR.

The COFI_F_CUR table consists of various fields, each holding specific information or linking keys about Inter-Company Allocation Message: Currency Information data available in SAP. These include CTYPH (Currency Type of Company Code), CTYPK (Currency Type for Corporation), CTYPC2 (Currency Type for Controlling Area, Group Valuation), CTYPH2 (Company Code Currency: Group Valuation).. 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: Not classified


SAP COFI_F_CUR 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
CTYPCCurrency Type for Controlling Area CO_TYP_CALGCHAR2CURTP
CTYPHCurrency Type of Company Code CO_TYP_CCLGCHAR2CURTP
CTYPKCurrency Type for Corporation CO_TYP_GRLGCHAR2CURTP
CTYPC2Currency Type for Controlling Area, Group Valuation CO_TYP_CAGRCHAR2CURTP
CTYPH2Company Code Currency: Group Valuation CO_TYP_CCGRCHAR2CURTP
CTYPK2Currency Type for Corporation, Group Valuation CO_TYP_GRGRCHAR2CURTP
CTYPC3Currency Type for Controlling Area, Profit Center Valuation CO_TYP_CAPCCHAR2CURTP
CTYPH3Currency Type for The Company Code, Profit Center Valuation CO_TYP_CCPCCHAR2CURTP
CTYPK3Currency Type of Corporation, Profit Center Valuation CO_TYP_GRPCCHAR2CURTP

Key field Non-key field



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

As COFI_F_CUR 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 COFI_F_CUR as there is no data to select.

How to access SAP table COFI_F_CUR

Within an ECC or HANA version of SAP you can also view further information about COFI_F_CUR 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!