COFI_ICCF_ALV SAP (CO: Structure for Display of CO/FI Documents with AAA) Structure details

Dictionary Type: Structure
Description: CO: Structure for Display of CO/FI Documents with AAA




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




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

COFI_ICCF_ALV 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 "CO: Structure for Display of CO/FI Documents with AAA" 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_ICCF_ALV TYPE COFI_ICCF_ALV.

The COFI_ICCF_ALV table consists of various fields, each holding specific information or linking keys about CO: Structure for Display of CO/FI Documents with AAA data available in SAP. These include RBUKRS (Company Code), RBUSA (Business Area), RFAREA (Functional Area), RSCOPE (Object Class).. 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_ICCF_ALV 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
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
RBUKRSCompany Code BUKRS_ALVCHAR4Assigned to domainBUKRS
RBUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RFAREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
RSCOPEObject Class SCOPE_CVCHAR2SCOPESCOPE_CVPCO
RFUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RGRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
RACCTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
SBUKRSCompany code of partner PBUKRSCHAR4Assigned to domainBUKRSBUK
SBUSATrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
SFAREAPartner Functional Area SFKBERCHAR16Assigned to domainFKBER
SFUNDPartner Fund BP_P_GEBERCHAR10Assigned to domainBP_GEBERFIC
SGRANT_NBRPartner Grant GM_GRANT_PARTNERCHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
SACCTCost element of partner PKSTARCHAR10Assigned to domainALPHAKSTARKAT
VRGNGCO Business Transaction CO_VORGANGCHAR4Assigned to domainJ_VORGANG
RTCURCurrency Key for Amounts in Controlling Area Currency RACURCUKY5Assigned to domainWAERSFWS
HSL_CURRCompany Code Currency BWAERCUKY5Assigned to domainWAERS
MWAERCurrency key for the group currency LC_RKCURCUKY5Assigned to domainWAERS
ACCOUNTAdjustment Account for Reconciliation Posting RACCT_RCL_ALVCHAR10Assigned to domainALPHASAKNRSAK
TSLNNAmount in Controlling Area Currency TSLXX9_LGCURR17(2) WERTV9
HSLNNAmount in Company Code Currency HSLXX9_LGCURR17(2) WERTV9
KSLNNAmount in Group Currency KSLXX9_LGCURR17(2) WERTV9
TSLNN2Amount in CO Area Currency, Group Valuation TSLXX9_GRCURR17(2) WERTV9
HSLNN2Amount in Company Code Currency, Group Valuation HSLXX9_GRCURR17(2) WERTV9
KSLNN2Amount in Group Currency, Group Valuation KSLXX9_GRCURR17(2) WERTV9
TSLNN3Amount in CO Area Currency, Profit Center Valuation TSLXX9_PCCURR17(2) WERTV9
HSLNN3Amount in Company Code Currency, Profit Center Valuation HSLXX9_PCCURR17(2) WERTV9
KSLNN3Amount in Group Currency, Profit Center Valuation KSLXX9_PCCURR17(2) WERTV9
REC_OK'No errors occurred' REK_OKCHAR1CHAR1
MESG_POSItem Numbers for Messages MESG_NRCHAR22CHAR22

Key field Non-key field



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

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

How to access SAP table COFI_ICCF_ALV

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