RMXTS_TRIAL_RCP SAP (TMS-TLS: Structure for Assignment of Trial to Recipe) Structure details

Dictionary Type: Structure
Description: TMS-TLS: Structure for Assignment of Trial to Recipe




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




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

RMXTS_TRIAL_RCP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TMS-TLS: Structure for Assignment of Trial to Recipe" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RMXTS_TRIAL_RCP TYPE RMXTS_TRIAL_RCP.

The RMXTS_TRIAL_RCP table consists of various fields, each holding specific information or linking keys about TMS-TLS: Structure for Assignment of Trial to Recipe data available in SAP. These include TRIALNAME (Trial Name), RCP_GUID (Globally Unique Identifier), RCP_ID (Object Name), RCP_DESCR (Recipe Description).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RMXTS_TRIAL_RCP structure 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
TRIAL_IDTrial Number RMXTE_TRIAL_IDCHAR12ALPHARMXTD_TRIAL_ID
TRIALNAMETrial Name RMXTE_TRIALNAMECHAR60TEXT60
RCP_GUIDGlobally Unique Identifier RMXTE_GUIDRAW16
RCP_IDObject Name RCPE_PNODECHAR40CHAR40
RCP_DESCRRecipe Description RCPE_PNODETX_RCPCHAR60TEXT60
RCP_AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
RCP_FRML_DEPType of Dependency Between Recipe and Formula RCPE_REMTCTRL_FORMCHAR1RCPD_REMCTRL_FORM
RCP_REFQUANTReference Quantity RCPE_REFQUANTQUAN13(3) RCPD_REFQUANT
RCP_REFUNITUnit UNITUNIT3CUNITEINHEIT
DISPLAY_MODEGeneral Flag FLAGCHAR1FLAG
DATA_CHANGEDGeneral Flag FLAGCHAR1FLAG
SOURCE_TRIALTrial Number RMXTE_TRIALIDCHAR12ALPHARMXTD_TRIALIDRMXTE_TRIALID
SOURCE_GUIDGlobally Unique Identifier RMXTE_GUIDRAW16
O_TRIAL 0
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FLG_AGGRGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP structure RMXTS_TRIAL_RCP using ABAP code?

As RMXTS_TRIAL_RCP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RMXTS_TRIAL_RCP as there is no data to select.

How to access SAP table RMXTS_TRIAL_RCP

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