RSDASSERVPAR SAP (Service Parameter of the Data Access Service) Table details

Dictionary Type: Table
Description: Service Parameter of the Data Access Service




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




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

RSDASSERVPAR is a standard SAP Table which is used to store Service Parameter of the Data Access Service data and is available within R/3 SAP systems depending on the version and release level.

The RSDASSERVPAR table consists of various fields, each holding specific information or linking keys about Service Parameter of the Data Access Service data available in SAP. These include OBJVERS (Object version), ORIG_PAR_ID (Original ID of a Parameter of a D.A.S.), PARAMETER_TYPE (Type of Parameter of a Data Access Service), PARAMETER_ID (ID of a Parameter of a Data Access Service).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = RSDASSERVPART


SAP RSDASSERVPAR 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
SERVICE_IDID of a Data Access Service RSDAS_SERVICE_IDCHAR40RSDASCHAR40
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
ORIG_PAR_IDOriginal ID of a Parameter of a D.A.S. RSDAS_ORIG_PARAMETER_IDCHAR40CHAR40
PARAMETER_TYPEType of Parameter of a Data Access Service RSDAS_PARAMETER_TYPECHAR1RSDAS_PARAMETER_TYPE
PARAMETER_IDID of a Parameter of a Data Access Service RSDAS_PARAMETER_IDCHAR40CHAR40
DATA_TYPEData Type of a Parameter for a Data Access Service RSDAS_DATA_TYPECHAR10RSDAS_DATA_TYPE
DATA_LENGTHLength of a Parameter (for CHARACTER data type) RSDAS_DATA_LENGTHINT410INT4
MANDATORYParameter is Mandatory RSDAS_MANDATORYCHAR1RS_BOOL
SUPP_MULT_VALIndicator: Multiple Values RSDAS_SUPPORTS_MULT_VALUESCHAR1RS_BOOL
SUPP_INTERVALIndicator: Supports Single Interval RSDAS_SUPPORTS_INTERVALCHAR1RS_BOOL
SUPP_MULT_IVIndicator: Supports Multiple Intervals RSDAS_SUPPORTS_MULT_INTERVALSCHAR1RS_BOOL
USE_DEF_DESCRIndicator: Use Default Description RSDAS_USE_DEF_DESCRCHAR1XFELD
USE_DEF_LENGTHUse Default Length RSDAS_USE_DEF_LENGTHCHAR1XFELD
USE_DEF_PARIDUse Default Parameter ID RSDAS_USE_DEF_PARIDCHAR1XFELD
HAS_CURRENCYParameter Linked with Currency (only Output Parameter) RSDAS_HAS_CURRENCYCHAR1RSDAS_OUTPUT_CAPABILITY
HAS_UNITParameter Lined with Unit (Only Output Parameter) RSDAS_HAS_UNITCHAR1RSDAS_OUTPUT_CAPABILITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDASSERVPAR
INTO CORRESPONDING FIELDS OF WA_RSDASSERVPAR
WHERE...

How to access SAP table RSDASSERVPAR

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