NCSSN SAP (Communication Table (Item) to SSN) Table details

Dictionary Type: Table
Description: Communication Table (Item) to SSN




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




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

NCSSN is a standard SAP Table which is used to store Communication Table (Item) to SSN data and is available within R/3 SAP systems depending on the version and release level.

The NCSSN table consists of various fields, each holding specific information or linking keys about Communication Table (Item) to SSN data available in SAP. These include FALNR (IS-H: Case Number), EINRI (Institution), SEQID (Sequence Number of SSNID per Case), SEQMR (Sequence Number of SSN Records per Case).. 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 (Deep)


SAP NCSSN 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
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
SEQIDSequence Number of SSNID per Case ISH_IT_LFDSSNIDNUMC5ISH_IT_LFDSSNID
SEQMRSequence Number of SSN Records per Case ISH_IT_LFDNTNRNUMC5ISH_IT_LFDNTNR
STANDIS-HCM: Communications Standard CMSTDCHAR8Assigned to domainNTSTD
STVERIS-HCM: Version of Communication Standard STDVERCHAR3Assigned to domainNTVER
NTOWNERCODEIS-HCM: Message Type Owner Code NTOWNERCDECHAR2NTOWNERCDE
NTNRIS-HCM: Message Type Number NTNRCHAR3Assigned to domainNTNR
SGOWNERCODEIS-HCM: Message Segment Owner Code SGOWNERCDECHAR2SGOWNERCDE
SGNRIS-HCM: Message Segment Number SGNRCHAR3Assigned to domainNSGNR
DCSTATIIS-H: Detailed Internal Communication Status N_DCSTATICHAR1N_DCSTATI
RECDESCSDO Record (Inpatient) and AMB Record (Outpatient) ISH_IT_RECDESCSTRG0ISH_IT_RECDESC
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
AMBTEMPIndicator for Temporary AMB Record (ON-Temporary, OFF-Final) ISH_IT_AMBTEMPCHAR1ISH_ON_OFF
PCNTRProgressive Counter for AMB Record ISH_IT_PCNTRNUMC2ISH_IT_PCNTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM NCSSN
INTO CORRESPONDING FIELDS OF WA_NCSSN
WHERE...

How to access SAP table NCSSN

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