UAINV_CTRLCOGSC SAP (Control Revaluation Cost of Sales) Table details

Dictionary Type: Table
Description: Control Revaluation Cost of Sales




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




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

UAINV_CTRLCOGSC is a standard SAP Table which is used to store Control Revaluation Cost of Sales data and is available within R/3 SAP systems depending on the version and release level.

The UAINV_CTRLCOGSC table consists of various fields, each holding specific information or linking keys about Control Revaluation Cost of Sales data available in SAP. These include UAINV_CTRLCOGS (Control Revaluation Cost of Sales), FIN_PRICELABEL (Price Type), FIN_PRCVARIANT (Price 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP UAINV_CTRLCOGSC table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
UAINV_CTRLCOGSControl Revaluation Cost of Sales UAINV_CTRLCOGSCHAR3ALPHAUAINV_CTRLCOGS
FIN_PRICELABELPrice Type FIN_PRICELABELCHAR3Assigned to domainFIN_PRICELABELFIN_PRICELABEL
FIN_PRCVARIANTPrice Variant FIN_PRCVARIANTCHAR4FIN_PRCVARIANT

Key field Non-key field



How do I retrieve data from SAP table UAINV_CTRLCOGSC using ABAP code

The following ABAP code Example will allow you to do a basic selection on UAINV_CTRLCOGSC to SELECT all data from the table
DATA: WA_UAINV_CTRLCOGSC TYPE UAINV_CTRLCOGSC.

SELECT SINGLE *
FROM UAINV_CTRLCOGSC
INTO CORRESPONDING FIELDS OF WA_UAINV_CTRLCOGSC
WHERE...

How to access SAP table UAINV_CTRLCOGSC

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