UAINVDEBCRH SAP (Document for Revaluation Through Material Debit/Credit) Table details

Dictionary Type: Table
Description: Document for Revaluation Through Material Debit/Credit




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




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

UAINVDEBCRH is a standard SAP Table which is used to store Document for Revaluation Through Material Debit/Credit data and is available within R/3 SAP systems depending on the version and release level.

The UAINVDEBCRH table consists of various fields, each holding specific information or linking keys about Document for Revaluation Through Material Debit/Credit data available in SAP. These include DOC_NO (Document Number for Material Debit/Credit), FIN_DOCDAT (Document Date), DATUM (Date), UZEIT (Time).. 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: Can be enhanced (character-type or numeric)


SAP UAINVDEBCRH 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
DOC_NODocument Number for Material Debit/Credit UAINV_DEBCRE_DOC_NONUMC15NUMC15
FIN_DOCDATDocument Date FIN_DOCDATDATS8DATUMFIN_DOCDAT
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
CPROGCalling Program SYCPROGCHAR40Assigned to domainPROGRAMM
BATCHBackground Processing Active SYBATCHCHAR1SYCHAR01
BINPTBatch Input Processing Active SYBINPTCHAR1SYCHAR01
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
DATABASISData Basis ACC_DATABASISCHAR5Assigned to domainACC_DATABASISACC_DATABASIS
ACC_SYSTEMAccounting System ACC_SYSTEMCHAR8Assigned to domainACC_SYSTEMACC_SYSTEM
WF_WITEMTransfer of a workflow ID WF_WITEMCHAR12WF_WITEM
WF_WSTEPNumber of the Flow Step in the Multilevel Worklist KPEP_WL_STEPNUMC3
FIN_HDRTEXTDocument Header Text FIN_HDRTEXTCHAR40TEXT40
FIN_REFDOCNOReference Document Number FIN_REFDOCNOCHAR35FIN_REFDOCNO
REVAL_REASONReason for Revaluation UAINV_REVAL_REASONCHAR3UAINV_REVAL_REASON

Key field Non-key field



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

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

SELECT SINGLE *
FROM UAINVDEBCRH
INTO CORRESPONDING FIELDS OF WA_UAINVDEBCRH
WHERE...

How to access SAP table UAINVDEBCRH

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