OIJNOMCOMM SAP (Nomination Partner Communication) Table details

Dictionary Type: Table
Description: Nomination Partner Communication




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




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

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

The OIJNOMCOMM table consists of various fields, each holding specific information or linking keys about Nomination Partner Communication data available in SAP. These include NOMTK (Nomination (technical) Key), NOMIT (Nomination Key Item), RTYPE (OIL-TSW: Role type), SEQUENCE (Communication Sequence Number).. 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 or numeric)


SAP OIJNOMCOMM 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 MANDTCLNT3Assigned to domainMANDT
NOMTKNomination (technical) Key OIJ_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NOMITNomination Key Item OIJ_ITEMNUMC10Assigned to domainOIJ_ITEM
RTYPEOIL-TSW: Role type OIJ_RTYPECHAR6Assigned to domainOIJ_RTYPE
SEQUENCECommunication Sequence Number OIJ_SEQNUMC10NUMC10
PART_NOCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
COMMID_INTNomination Communication Internal ID OIJ_NOMCOMMID_INTNUMC20OIJ_NOMCOMMID
COMMID_EXTNomination Communication External ID OIJ_NOMCOMMID_EXTNUMC20OIJ_NOMCOMMID
VERS_IDNomination Version ID OIJ_NOMVERSCHAR20ALPHAOIJ_NOMVERS
SIM_VERSIONTSW: Simulation Version OIJ_SIMVERSNUMC3OIJ_SIMVERS
SIM_SCHED_IDTSW: Nomination Simulation ID OIJ_SIMIDCHAR20Assigned to domainALPHAOIJ_NOMTK
SIM_SCHED_LNTSW: Nomination Simulation Line item OIJ_SIMLNNUMC10OIJ_ITEMNO
CORSTSNomination Communication Send/Receive Status OIJ_NOMCORSTSNUMC2OIJ_NOMCORSTS
CORSDTNomination Communication Send/Receive Date OIJ_NOMCORSDTDEC15TZNTSTMPS
COMMTYPNomination Communication Send/Receive Type OIJ_NOMCOMMTYPCHAR1OIJ_NOMCOMMTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJNOMCOMM
INTO CORRESPONDING FIELDS OF WA_OIJNOMCOMM
WHERE...

How to access SAP table OIJNOMCOMM

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