DBESTA_UISPROT SAP (Log Record for UIS Sales Statistics Update) Table details

Dictionary Type: Table
Description: Log Record for UIS Sales Statistics Update




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




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

DBESTA_UISPROT is a standard SAP Table which is used to store Log Record for UIS Sales Statistics Update data and is available within R/3 SAP systems depending on the version and release level.

The DBESTA_UISPROT table consists of various fields, each holding specific information or linking keys about Log Record for UIS Sales Statistics Update data available in SAP. These include FIKEY (Reconciliation Key for General Ledger), BUDAT (Posting Date in the Document), CPUDT (Day On Which Accounting Document Was Entered), STATUS (Update Status for Sales Statistics in UIS).. 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: Not classified


SAP DBESTA_UISPROT 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
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
STATUSUpdate Status for Sales Statistics in UIS UIS_STATUSCHAR1BWUC_STATUS
OPBELLast Print Document Copied to UIS UIS_OPBELCHAR12Assigned to domainALPHAOPBEL_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBESTA_UISPROT
INTO CORRESPONDING FIELDS OF WA_DBESTA_UISPROT
WHERE...

How to access SAP table DBESTA_UISPROT

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