STRMPAR SAP (Entry/description/documentation of report parameters) Structure details

Dictionary Type: Structure
Description: Entry/description/documentation of report parameters




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




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

STRMPAR 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 "Entry/description/documentation of report parameters" 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_STRMPAR TYPE STRMPAR.

The STRMPAR table consists of various fields, each holding specific information or linking keys about Entry/description/documentation of report parameters data available in SAP. These include TRMDMODE (Display mode for table comparison), TRMGENKEY (Selection guide: generic key), SYSCOPY (Option: System copy per export/import (R3trans)), COMREPL (Option: Overwrite command file, if available).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP STRMPAR 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
TRMCMPMANDCompare client for table comparison TRMCMPMANDCLNT3Assigned to domainMANDT
TRMDMODEDisplay mode for table comparison TRMDMODECHAR1TRMDMODE
TRMGENKEYSelection guide: generic key TRMGENKEYCHAR50CHAR50
SYSCOPYOption: System copy per export/import (R3trans) TRMSYSCOPYCHAR1CHAR1
COMREPLOption: Overwrite command file, if available TRMCOMREPLCHAR1CHAR1
DEVCLASSOption: Selection by development class TRMDEVCSELCHAR1CHAR1
CCSELMODETable selection mode ('A' / 'T') CCSELMODECHAR1CHAR1
CCRESTARTClient Copy: Restart Mode CCRESTARTCHAR1CHAR1
CCAPPLDATASelect application data also ('X') CCAPPLDATACHAR1CHAR1
CCNOHRCopy without HR data (human resources) CCNOHRCHAR1CHAR1
CCTESTRUNTest run without database update CCTESTRUNCHAR1CHAR1
CCSUSRCopy User Masters ('X') CCSUSRCHAR1CHAR1
CCNKRESETClient copy: Prevent number range reset CCNKTRESETCHAR1CHAR1
MCINCLOption 'With matchcodes' (MC tables additional selection) CCMCINCLCHAR1CHAR1
CCPROFCopy Authorization Profiles und Roles CCPROF_DCHAR1CHAR1
TBSCDBDAStart Date TBSCDBDADATS8DATUM
TBSCDEDAEnd date TBSCDEDADATS8DATUM
TBSCDLDAEnd date TBSCDLDADATS8DATUM
TBSCCLIEComparison client TBSCCLIECLNT3Assigned to domainMANDT
TBSCDFNAName of archiving file TBSCDFNACHAR60FILENAME
TBSCDAPFFlag: Append data TBSCDAPFCHAR1XFELD
TBSONAMEObject name (table, view, logical object) TBSONAMECHAR30CHAR30ONM
CCUSRXExecute user exit CCUSRXCHAR1CHAR1
CCMODUSMode for client transport CCMODUSCHAR1CCMODUS
CCDEVCSELSelection of development class CCDEVCSELCHAR20CHAR20
CCCLIINDEPCross-Client Customizing CCCLIINDEPCHAR1CHAR1
CCSOURSYSSource system of client export CCSOURSYSCHAR3CHAR3
TBSCDFDAStart Date TBSCDFDADATS8DATUM
TBSCDTDAEnd date TBSCDTTADATS8DATUM
TBSCDFTIStart time TBSCDFTITIMS6UZEIT
TBSCDTTIEnd time TBSCDTTITIMS6UZEIT
TBSCDCDYCurrent day TBSCDCDYCHAR1XFELD
TBSSSMODSelection mode TBSSSMODCHAR1CHAR1
TBSSGARGSelect by argument (generic) TBSSGARGCHAR50CHAR50
TBSREMOTR/3 connection for Remote Function Call TBSREMOTCHAR32Assigned to domainRFCDESTTBR
TBSTTEXTTable text TBSTTEXTCHAR60DDTEXT
TBSCHKNOHexadecimal field 4 characters RAW4RAW4RAW4
TBHDATUMComparison date TBHDATUMDATS8DATUMHDT
TBHUZEITTime TBHUZEITTIMS6UZEITHUZ
INCL_TASKInclude unreleased request tasks INCL_TASKCHAR1X
READY_FLAGCompleted flag for RFC table retrieval function READY_FLAGCHAR1X

Key field Non-key field



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

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

How to access SAP table STRMPAR

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