WCAT_S_CTRL_RFC SAP (RFC transfer structure for cost allocation control) Structure details

Dictionary Type: Structure
Description: RFC transfer structure for cost allocation control




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




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

WCAT_S_CTRL_RFC 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 "RFC transfer structure for cost allocation control" 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_WCAT_S_CTRL_RFC TYPE WCAT_S_CTRL_RFC.

The WCAT_S_CTRL_RFC table consists of various fields, each holding specific information or linking keys about RFC transfer structure for cost allocation control data available in SAP. These include REF_CHANM (Account characteristic of cost allocation reference data), REF_CHAVAL (Account value of cost allocation reference data), REF_KYFNM1 (Key figure), REF_KYFNM2 (Second key figure).. 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)


SAP WCAT_S_CTRL_RFC 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
REF_CUBEInfoCube RSINFOCUBECHAR30RSINFOCUBERSI
REF_CHANMAccount characteristic of cost allocation reference data WCAT_ACCNMCHAR30RSIOBJNM
REF_CHAVALAccount value of cost allocation reference data WCAT_ACCVLCHAR21CHAR21
REF_KYFNM1Key figure RSKYFNMCHAR30RSIOBJNMRSK
REF_KYFNM2Second key figure WCAT_KYFNMCHAR30RSIOBJNM
REF_UNINMUnit InfoObject (currency/unit) RSUNINMCHAR30RSIOBJNM
SEL_AGGRPreaggregate Selection WCAT_SEL_AGGRCHAR1WCAT_SEL_AGGR
SEL_PERPeriod for selection of cumulative reference data WCAT_SEL_PERCHAR1WCAT_SEL_PER
PURORGTake purchasing organization into account WCAT_PURORGCHAR1WCAT_TARGET
VENDORTake vendor into account WCAT_VENDORCHAR1WCAT_TARGET
VENDSUBTake vendor sub-range into account WCAT_VENDSUBCHAR1WCAT_TARGET
PURGRPTake purchasing group into account WCAT_PURGRPCHAR1WCAT_TARGET
SITEDo not take site into account WCAT_SEL_SITECHAR1XFELD
OBJECTDo not take object into account WCAT_SEL_OBJECTCHAR1XFELD
USE_NEG_BAL_CHKFlag: Use reference data cube for negative balance check WCAT_USE_CUBE_FOR_NEG_BAL_CHKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WCAT_S_CTRL_RFC

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