ROIJ_SPWUSERDEF SAP (OIL TSW: SPW personal settings) Structure details

Dictionary Type: Structure
Description: OIL TSW: SPW personal settings




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




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

ROIJ_SPWUSERDEF 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 "OIL TSW: SPW personal 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_SPWUSERDEF TYPE ROIJ_SPWUSERDEF.

The ROIJ_SPWUSERDEF table consists of various fields, each holding specific information or linking keys about OIL TSW: SPW personal settings data available in SAP. These include DOCK (OIL TSW: Default selection container size), SPLIT1 (Selection Container Size), SPLIT2 (Constraints Container Size), SPLIT3 (Extra Container Size).. 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_SPWUSERDEF 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
SPTYPEStock Projection type OIJ_DEFSPTYPECHAR5OIJ_SPTYPESOIJ_SPTYPEOIJ_DEFSPTYPE
DOCKOIL TSW: Default selection container size OIJ_DOCKSIZECHAR10CHAR10OIJ_DOCKSIZE
SPLIT1Selection Container Size OIJ_SPLIT1CHAR10CHAR10OIJ_SPLIT1
SPLIT2Constraints Container Size OIJ_SPLIT2CHAR10CHAR10OIJ_SPLIT2
SPLIT3Extra Container Size OIJ_SPLIT3CHAR10CHAR10OIJ_SPLIT3
VARNAMEOIL TSW: Default variant name for SPW OIJ_DEFVARCHAR14RALDB_VARIOIJ_DEFVAR
TREE_EXPOIL TSW: Expand tree OIJ_EXPTREECHAR1FLAGOIJ_EXPTREE
POPMSOIL TSW: Multiple selection on entry OIJ_POPMSCHAR1FLAGOIJ_POPMS
MSLOCTSOIL TSW : Location/Transport System Indicator OIJ_MSLOCTSCHAR1OIJ_LOCTSOIJ_MSLOCTS
LOCTSOIL TSW : Location/Transport System Indicator OIJ_LOCTSCHAR1OIJ_LOCTSOIJ_LOCTS
LOCIDLocation ID OIJ_DEFLOCIDCHAR10OIJLOCOIJ_LOCIDOIJ_DEFLOCID
TSYSTTransport system OIJ_DEFTSYSTCHAR10OIJTSOIJ_TSYSTOIJ_DEFTSYST
MATNRLoaded/Discharged Material OIJ_DEFMATNRCHAR18MARAMATN1MATNROIJ_DEFMATNR
MULTNOMAll 'Multiple' items in the SPW drilled down/up OIJ_RDMULTCHAR1OIJ_RDMULTOIJ_RDMULT
SPWMODEStock Projection mode (Display/Change) OIJ_SPWMODECHAR1OIJ_SPWMODEOIJ_SPWMODE
HEELBUTSubtract Heel from Inventory OIJ_HEELBUTCHAR1FLAGOIJ_HEELBUT
ACCNEGAccumulate/Undo Accumulate negatives OIJ_ACCNEGCHAR1OIJ_ACCNEGOIJ_ACCNEG
OPTCOLDo not Optimise ALV Column width OIJ_OPTCOLCHAR1FLAGOIJ_OPTCOL

Key field Non-key field



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

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

How to access SAP table ROIJ_SPWUSERDEF

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