ROIJ_NOM_PERSONALISATION SAP (Nomination personalisation settings) Structure details

Dictionary Type: Structure
Description: Nomination personalisation settings




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




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

ROIJ_NOM_PERSONALISATION 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 "Nomination personalisation settings" 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_ROIJ_NOM_PERSONALISATION TYPE ROIJ_NOM_PERSONALISATION.

The ROIJ_NOM_PERSONALISATION table consists of various fields, each holding specific information or linking keys about Nomination personalisation settings data available in SAP. These include QUICKSEARCH (Nomination Quicksearch Field), QUICKSEARCH01 (Nomination Quicksearch Field (1. Split Value - Table Name)), QUICKSEARCH02 (Nomination Quicksearch Field (2. Split Value - Field Name)), VARI (Default Nomiantion Query Variant).. 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 (character-type)


SAP ROIJ_NOM_PERSONALISATION 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
LOCKSTRATEGYNomination Lock Strategy OIJ_NOM_LOCKSTRATEGYCHAR1OIJ_NOM_LOCKSTRATEGYOIJ_NOM_LOCKSTRATEGY
QUICKSEARCHNomination Quicksearch Field OIJ_NOM_QUICKSEARCHCHAR61TOIJ_NOM_QSFOIJ_NOM_QUICKSEARCH
QUICKSEARCH01Nomination Quicksearch Field (1. Split Value - Table Name) OIJ_NOM_QUICKSEARCH01CHAR40OIJ_NOM_QUICKSEARCH01OIJ_NOM_QUICKSEARCH
QUICKSEARCH02Nomination Quicksearch Field (2. Split Value - Field Name) OIJ_NOM_QUICKSEARCH02CHAR40OIJ_NOM_QUICKSEARCH01OIJ_NOM_QUICKSEARCH2
VARIDefault Nomiantion Query Variant OIJ_NOM_QRY_VARIANTCHAR14RALDB_VARIOIJ_NOM_QRY_VARIANT
AUTOSTARTNomination Query Autostart Indicator OIJ_NOM_QRY_AUTOSTARTCHAR1XFELDOIJ_NOM_QRY_AUTOSTAR
AUTOEXPAND_QUERYAutoexpand query results OIJ_NOM_QRY_AUTOEXPANDCHAR1XFELDOIJ_NOM_QRY_AUTOEXP
NOM_VIEWTSW: Nomination View OIJ_NOM_VCHAR4TOIJ_NOM_VIEWCHAR4OIJ_NOM_VIEW
PEGTYPEPegging type OIJ_PEGTYPE_PERSCHAR2TOIJ_PEGTYPEOIJ_PEGTYPEOIJ_NOM_PEGTYPE_PERS
PEG_AUTOAuto-Pegging enabled OIJ_PEGAUTOCHAR1XFELDOIJ_NOM_PEGAUTO_PERS

Key field Non-key field



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

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

How to access SAP table ROIJ_NOM_PERSONALISATION

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