PCA_HDB_KEYFIG SAP (PCA: Value Fields) Structure details

Dictionary Type: Structure
Description: PCA: Value Fields




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




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

PCA_HDB_KEYFIG 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 "PCA: Value Fields" 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_PCA_HDB_KEYFIG TYPE PCA_HDB_KEYFIG.

The PCA_HDB_KEYFIG table consists of various fields, each holding specific information or linking keys about PCA: Value Fields data available in SAP. These include CREDIT (Total Credit Postings), TURNOVER (Balance), COUNTER (Processed Database Table Rows), CURTP (Currency Type and Valuation View).. 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 PCA_HDB_KEYFIG 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
DEBITTotal Debit Postings FAGL_UMSOLCURR23(2) WERTV12
CREDITTotal Credit Postings FAGL_UMHABCURR23(2) WERTV12
TURNOVERBalance FAGL_SALESCURR23(2) WERTV12
COUNTERProcessed Database Table Rows SYDBCNTINT410SYST_LONG
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
CURRUNITCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
QUANTITYQuantity QUAN1_12QUAN23(3) MENGV12
QUANUNITUnit of Measure ROUNITUNIT3Assigned to domainCUNITMEINS
CURRKEY_00Document Currency Key FAGL_CURRKEY_00CUKY5Assigned to domainWAERS
CURRVAL_00Document Currency Value FAGL_CURRVAL_00CURR23(2) WERTV12
CURRKEY_10Company Code Currency Key FAGL_CURRKEY_10CUKY5Assigned to domainWAERS
CURRVAL_10Company Code Currency Value FAGL_CURRVAL_10CURR23(2) WERTV12
CURRKEY_11Company Code Currency Key, Group Valuation FAGL_CURRKEY_11CUKY5Assigned to domainWAERS
CURRVAL_11Company Code Currency Value, Group Valuation FAGL_CURRVAL_11CURR23(2) WERTV12
CURRKEY_12Company Code Currency Key, Profit Center Valuation FAGL_CURRKEY_12CUKY5Assigned to domainWAERS
CURRVAL_12Company Code Currency Value, Profit Center Valuation FAGL_CURRVAL_12CURR23(2) WERTV12
CURRKEY_20Controlling Area Currency Key FAGL_CURRKEY_20CUKY5Assigned to domainWAERS
CURRVAL_20Controlling Area Currency Value FAGL_CURRVAL_20CURR23(2) WERTV12
CURRKEY_21Controlling Area Currency Key, Group Valuation FAGL_CURRKEY_21CUKY5Assigned to domainWAERS
CURRVAL_21Controlling Area Currency Value, Group Valuation FAGL_CURRVAL_21CURR23(2) WERTV12
CURRKEY_22Controlling Area Currency Key, Profit Center Valuation FAGL_CURRKEY_22CUKY5Assigned to domainWAERS
CURRVAL_22Controlling Area Currency Value, Profit Center Valuation FAGL_CURRVAL_22CURR23(2) WERTV12
CURRKEY_30Group Currency Key FAGL_CURRKEY_30CUKY5Assigned to domainWAERS
CURRVAL_30Group Currency Value FAGL_CURRVAL_30CURR23(2) WERTV12
CURRKEY_31Group Currency Key, Group Valuation FAGL_CURRKEY_31CUKY5Assigned to domainWAERS
CURRVAL_31Group Currency Value, Group Valuation FAGL_CURRVAL_31CURR23(2) WERTV12
CURRKEY_32Group Currency Key, Profit Center Valuation FAGL_CURRKEY_32CUKY5Assigned to domainWAERS
CURRVAL_32Group Currency Value, Profit Center Valuation FAGL_CURRVAL_32CURR23(2) WERTV12
CURRKEY_90Profit Center Currency Key FAGL_CURRKEY_90CUKY5Assigned to domainWAERS
CURRVAL_90Profit Center Currency Value FAGL_CURRVAL_90CURR23(2) WERTV12
CURRKEY_91Profit Center Currency Key, Group Valuation FAGL_CURRKEY_91CUKY5Assigned to domainWAERS
CURRVAL_91Profit Center Currency Value, Group Valuation FAGL_CURRVAL_91CURR23(2) WERTV12
CURRKEY_92Profit Center Currency Key, Profit Center Valuation FAGL_CURRKEY_92CUKY5Assigned to domainWAERS
CURRVAL_92Profit Center Currency Value, Profit Center Valuation FAGL_CURRVAL_92CURR23(2) WERTV12

Key field Non-key field



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

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

How to access SAP table PCA_HDB_KEYFIG

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