UISS_S_COAREA_DETAIL SAP (Transfer Structure Object 0004: Get Controlling Area Detail) Structure details

Dictionary Type: Structure
Description: Transfer Structure Object 0004: Get Controlling Area Detail




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




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

UISS_S_COAREA_DETAIL 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 "Transfer Structure Object 0004: Get Controlling Area Detail" 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_UISS_S_COAREA_DETAIL TYPE UISS_S_COAREA_DETAIL.

The UISS_S_COAREA_DETAIL table consists of various fields, each holding specific information or linking keys about Transfer Structure Object 0004: Get Controlling Area Detail data available in SAP. These include NAME (Name of the controlling area), CURRENCY (Currency Key), CHRT_ACTTS (Chart of Accounts), FY_VARIANT (Fiscal Year Variant).. 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 (Deep)


SAP UISS_S_COAREA_DETAIL 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
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
NAMEName of the controlling area BEZEICHAR25TEXT25
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CHRT_ACTTSChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
FY_VARIANTFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
CC_HIER_GRPStandard Hierarchy for Cost Centers KSTHICHAR12SETNR
PRCTR_HIER_GRPProfit center area PHINRCHAR12SETNR
BPROC_HIER_GRPStandard Hierarchy Area CO_BPHINRCHAR12SETNRKWH
ASSIGNMENT_INDICATORAllocation Indicator KOKFICHAR1KOKFI
CO_AREA_LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
CCA_MASTERDATA_LOGSYSTEMLogical system for master data maintenance MASTERDATA_LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
CCA_ALE_METHODCost center distribution method via ALE CO_ALEMTCHAR2ALPHACO_ALEMT
PRCTR_ALE_METHODMethod for Distributing Profit Centers Using ALE PCA_ALEMTCHAR2ALPHAPCA_ALEMT
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
OPERATING_CONCERNOperating concern ERKRSCHAR4Assigned to domainERKRSERB
DUMMY_PROFIT_CENTERDummy Profit Center DPRCTCHAR10Assigned to domainALPHAPRCTR
PROFIT_CENTER_LEDGERProfit center ledger PCLDGCHAR2Assigned to domainALPHARLDNR
PRCTR_REPORT_CURRENCYLocal Currency for Profit Center Accounting PCACURCUKY5Assigned to domainWAERS
PRCTR_CURRENCY_TYPECurrency type of the profit center report currency CURTPPCCHAR2CURTP
CO_AREA_CURRENCY_TYPECurrency Type for Controlling Area CO_CTYPCHAR2CURTP
VALUATION_VIEWValuation View VALUTYPNUMC1VALUTYPVTP
VALUATION_PROFILECurrency and Valuation Profile CVPROFCHAR4Assigned to domainCVPROF
VALUATION_ACTIVEInd.: Currency and Valuation Profile Active CVACTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table UISS_S_COAREA_DETAIL

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