UACRCRUN SAP (Costing Run: Costing Run) Table details

Dictionary Type: Table
Description: Costing Run: Costing Run




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




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

UACRCRUN is a standard SAP Table which is used to store Costing Run: Costing Run data and is available within R/3 SAP systems depending on the version and release level.

The UACRCRUN table consists of various fields, each holding specific information or linking keys about Costing Run: Costing Run data available in SAP. These include CRUN (Costing Run: Technical Name of Costing Run), DBASI (Data Basis), WORKLIST (Description of a Worklist in the Schedule Manager), CVAR (Costing Run: Costing 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = UACRCRUNT


SAP UACRCRUN 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
CRUNCosting Run: Technical Name of Costing Run UAB_CR_CRIDCHAR12ALPHAUAB_CR_CRIDUAB_CR_CRID
DBASIData Basis ACC_DATABASISCHAR5Assigned to domainACC_DATABASISACC_DATABASIS
WORKLISTDescription of a Worklist in the Schedule Manager KPEP_WL_WORKLISTIDCHAR12Assigned to domainKPEP_WL_WORKLISTID
CVARCosting Run: Costing Variant UAB_CR_CVARCHAR4UAB_CR_CVAR
RVNRCosting Run: Report Variant UAB_CR_RVNRNUMC10NUMC10
SELIDCosting Run: Selection ID UAB_CR_SLIDCHAR64
LCONIDCosting Run: Condition ID UAB_CR_CONDIDNUMC10NUMC10
NKEYIDCosting Run: Condition ID UAB_CR_CONDIDNUMC10NUMC10
WORKSETIDWorking Environment UAB_WORKSETIDCHAR20UXB_ID_SHORTUA_WORKSETID

Key field Non-key field



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

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

SELECT SINGLE *
FROM UACRCRUN
INTO CORRESPONDING FIELDS OF WA_UACRCRUN
WHERE...

How to access SAP table UACRCRUN

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