STRPRUEF SAP (DMC Structure: Check Routine) Structure details

Dictionary Type: Structure
Description: DMC Structure: Check Routine




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




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

STRPRUEF 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 "DMC Structure: Check Routine" 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_STRPRUEF TYPE STRPRUEF.

The STRPRUEF table consists of various fields, each holding specific information or linking keys about DMC Structure: Check Routine data available in SAP. These include PARAMNO (DMC: Output/Input Parameters), ID_PARAM (DMC: General ID), CHECKTAB (DMC: Check Table for a Translation Parameter), CHECKTAB1 (DMC: Check Table for a Translation Parameter).. 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: Not classified


SAP STRPRUEF 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
GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
PARAMNODMC: Output/Input Parameters DMC_PARANUMC2DMC_INT
ID_PARAMDMC: General ID DMC_IDENTCHAR20DMC_IDENT
CHECKTABDMC: Check Table for a Translation Parameter DMC_TRCTABCHAR16DBOBJ_NAME
CHECKTAB1DMC: Check Table for a Translation Parameter DMC_TRCTABCHAR16DBOBJ_NAME
CHECKTAB2DMC: Check Table for a Translation Parameter DMC_TRCTABCHAR16DBOBJ_NAME
CHECKTAB_TXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
CHECKTAB1_TXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
CHECKTAB2_TXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
PRFELD1DMC: General ID DMC_IDENTCHAR20DMC_IDENT
PRFELD2DMC: General ID DMC_IDENTCHAR20DMC_IDENT
PRFELD3DMC: General ID DMC_IDENTCHAR20DMC_IDENT
PRFELD4DMC: General ID DMC_IDENTCHAR20DMC_IDENT
PRFELD5DMC: General ID DMC_IDENTCHAR20DMC_IDENT
PRFELD6DMC: General ID DMC_IDENTCHAR20DMC_IDENT
CHEFELD1DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
CHEFELD2DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
CHEFELD3DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
CHEFELD4DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
CHEFELD5DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
CHEFELD6DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
PARAMETER1DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
PARAMETER2DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME
PARAMETER3DMC: Check Field for a Translation Parameter DMC_TRCFLDCHAR30DDFLDNAME

Key field Non-key field



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

As STRPRUEF 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 STRPRUEF as there is no data to select.

How to access SAP table STRPRUEF

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