TOIJNOMTYP SAP (Nomination Type) Table details

Dictionary Type: Table
Description: Nomination Type




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




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

TOIJNOMTYP is a standard SAP Table which is used to store Nomination Type data and is available within R/3 SAP systems depending on the version and release level.

The TOIJNOMTYP table consists of various fields, each holding specific information or linking keys about Nomination Type data available in SAP. These include NOMTYP (Nomination type), NOMCL (Nomination Class), BUSTYP (Business type), NUMRI (Internal number range).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TOIJNOMTYPT


SAP TOIJNOMTYP 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
MANDTClient MANDTCLNT3T000MANDT
NOMTYPNomination type OIJ_NOMTYPCHAR4OIJ_NOMTYPOIJ_NOM_TYPE
NOMCLNomination Class OIJ_NOMCLCHAR2OIJ_NOMCL
BUSTYPBusiness type OIRA_RNBTCHAR4OIRARNBTOIRA_RNBTOIRA_0
NUMRIInternal number range OIJ_NUMRICHAR2CHAR2
NUMREExternal number range OIJ_NUMRECHAR2CHAR2
PROF_HEADNomination Header Status Profile OIJ_NOMSTPROFHCHAR4TOIJNOM_ST03OIJ_NOMSTPROF
PROF_ITEMNomination Item Status Profile OIJ_NOMSTPROFICHAR4TOIJNOM_ST03OIJ_NOMSTPROF
VAL_GROUPOil TSW: Nomination validation group OIJ_NOM_CHK_GRPCHAR2OIJ_NOM_CHK_GOIJ_NOM_CHK_GRP
KALSM_HEADNomination header output det. procedure OIJ_KALSMHCHAR6T683KALSM
KALSM_ITEMNomination item output det. procedure OIJ_KALSMICHAR6T683KALSM
VAL_GROUP_TKTOil TSW: Nomination validation group for ticketing OIJ_NOMTK_CHK_GRPCHAR2OIJ_NOM_CHK_GOIJ_NOM_CHK_GRP
EV_PROFILENomination Event Profile OIJ_NOMEVPROFCHAR4TOIJNOM_EV02OIJ_NOMEVPROF
FREIGHT_RELFreight Offer Relevance OIJ_FREIGHT_RELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOIJNOMTYP
INTO CORRESPONDING FIELDS OF WA_TOIJNOMTYP
WHERE...

How to access SAP table TOIJNOMTYP

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