/AIN/UI_PARAM SAP (Default user settings) Table details

Dictionary Type: Table
Description: Default user settings




ABAP Code to SELECT data from /AIN/UI_PARAM
Related tables to /AIN/UI_PARAM
Access table /AIN/UI_PARAM




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

/AIN/UI_PARAM is a standard SAP Table which is used to store Default user settings data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/UI_PARAM table consists of various fields, each holding specific information or linking keys about Default user settings data available in SAP. These include USERID (User Name), TCODE (Transaction Code), PARAMID (Name of ABAP Dictionary Object), PARAMVAL (Parameter value for default user settings).. 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)


SAP /AIN/UI_PARAM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
USERIDUser Name SYUNAMECHAR12SYCHAR12
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
PARAMIDName of ABAP Dictionary Object DDOBJNAMECHAR30DDOBJNAMEDOB
PARAMVALParameter value for default user settings /AIN/UI_PARAMVALCHAR40/AIN/UI_PARAMVAL

Key field Non-key field



How do I retrieve data from SAP table /AIN/UI_PARAM using ABAP code

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

SELECT SINGLE *
FROM /AIN/UI_PARAM
INTO CORRESPONDING FIELDS OF WA_/AIN/UI_PARAM
WHERE...

How to access SAP table /AIN/UI_PARAM

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