RMXTT_TRIAL_AEGR SAP (Reasons for Change for Trial Results) Table details

Dictionary Type: Table
Description: Reasons for Change for Trial Results




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




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

RMXTT_TRIAL_AEGR is a standard SAP Table which is used to store Reasons for Change for Trial Results data and is available within R/3 SAP systems depending on the version and release level.

The RMXTT_TRIAL_AEGR table consists of various fields, each holding specific information or linking keys about Reasons for Change for Trial Results data available in SAP. These include TRIALID (Trial Number), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), AENDGR (Reason for Change for Trial Results), INITIATOR (Initiator of Change to Trial Results).. 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 RMXTT_TRIAL_AEGR 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 ID SYMANDTCLNT3Assigned to domainMANDT
TRIALIDTrial Number RMXTE_TRIALIDCHAR12ALPHARMXTD_TRIALIDRMXTE_TRIALID
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
AENDGRReason for Change for Trial Results RMXTE_AENDGRCHAR60RMXTD_CHAR60
INITIATORInitiator of Change to Trial Results RMXTE_RESPCHAR12USNAM
RES_CHG_BYChanged by RMXTE_CHG_BYCHAR12USNAMUSER_ADDR
RES_CHG_ATChanged on RMXTE_CHG_ATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMXTT_TRIAL_AEGR
INTO CORRESPONDING FIELDS OF WA_RMXTT_TRIAL_AEGR
WHERE...

How to access SAP table RMXTT_TRIAL_AEGR

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