MYSTA SAP (Balance Sheet Valuation: Procedure Statistics Table) Table details

Dictionary Type: Table
Description: Balance Sheet Valuation: Procedure Statistics Table




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




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

MYSTA is a standard SAP Table which is used to store Balance Sheet Valuation: Procedure Statistics Table data and is available within R/3 SAP systems depending on the version and release level.

The MYSTA table consists of various fields, each holding specific information or linking keys about Balance Sheet Valuation: Procedure Statistics Table data available in SAP. These include PRGID (Balance Sheet Valuation Program ID), TIMEL (Time Stamp - Long Format), REPID (ABAP Program Name), SLSET (Used Selection Screen 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MYSTA 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
PRGIDBalance Sheet Valuation Program ID MY_PROGIDCHAR2MY_PROGID
TIMELTime Stamp - Long Format TZNTSTMPLLNUMC21TZNTSTMPLL
REPIDABAP Program Name REPIDCHAR40PROGNAME
SLSETUsed Selection Screen Variant SYSLSETCHAR14SYCHAR14
BEGTLUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
ENDTLUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SELCTCounter: read accesses to the database MY_SELCTINT410INT4_NOS
DTBCTCounter: Commit-relevant database accesses MY_DTBCTINT410INT4_NOS
COMCTCounter: database commits MY_COMCTINT410INT4_NOS
UPDCTCounter: database updates MY_UPDCTINT410INT4_NOS
INSCTCounter: database inserts MY_INSCTINT410INT4_NOS
DELCTCounter: database deletions MY_DELCTINT410INT4_NOS
BTCCTCounter: batch input entries MY_BTCCTINT410INT4_NOS
BTC22Counter: batch input entries MY_BTCCTINT410INT4_NOS
BTSCTCounter: batch input sessions MY_BTSCTINT410INT4_NOS
PRCCTCounter: price changes MY_PRCCTINT410INT4_NOS
PRC22Counter: price changes MY_PRCCTINT410INT4_NOS
MLUCTCounter: material ledger table updates MY_MLUCTINT410INT4_NOS
MBWCTCounter: material master updates MY_MBWCTINT410INT4_NOS
ERRCTCounter: incorrect entries MY_ERRCTINT410INT4_NOS
VAUCTCounter: Updates for Valuation Alternatives MY_VAUCTINT410INT4_NOS
VARCTCounter: Reader Accesses to Valuation Alternatives MY_VARCTINT410INT4_NOS

Key field Non-key field



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

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

SELECT SINGLE *
FROM MYSTA
INTO CORRESPONDING FIELDS OF WA_MYSTA
WHERE...

How to access SAP table MYSTA

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