NWOINC SAP (IS-H: Work Incapacity Certificates) Table details

Dictionary Type: Table
Description: IS-H: Work Incapacity Certificates




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




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

NWOINC is a standard SAP Table which is used to store IS-H: Work Incapacity Certificates data and is available within R/3 SAP systems depending on the version and release level.

The NWOINC table consists of various fields, each holding specific information or linking keys about IS-H: Work Incapacity Certificates data available in SAP. These include PATNR (IS-H: Patient Number), DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version).. 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 NWOINC 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
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
LFDDOKSequence Number of Document LFDDOKINT410INT4_NOS
WORK_ACCRenewable Documents - Indicator for Accident at Work ISH_REDO_WORKACCCHAR1XFELD
OTHER_ACCRenewable Documents - Other Accident ISH_REDO_OTHERACCCHAR1XFELD
D_ARZTRenewable Docs - Indicator Accdnt Ins. Consultant Assigned ISH_REDO_DARZTCHAR1XFELD
WOINC_TYPERenewable Documents - Type of Work Incapacity ISH_REDO_WOINCTYPECHAR10ISH_REDO_WOINCTYPE
CARE_NECCRenewable Documents - Pension-Relevant Condition ISH_REDO_CARENECCCHAR1XFELD
ESREGSEGSocial Insurance Processing Type ISH_REDO_REGSEGCHAR2CHAR2
ESSITPACEmployment Indicator ISH_REDO_SITPACCHAR1ISH_EMPL_FLAG
ESTRAMEDPrescribed Medical Treatment ISH_REDO_TRAMEDCHAR60TEXT60
ESPRUDIADiagnostic Examinations ISH_REDO_PRUDIACHAR60TEXT60
ESDURPREPlanned Duration of Treatments and/or Examinations ISH_REDO_DURPRENUMC4NUMC4
ESDOLPADPains/Illness Sustained ISH_REDO_DOLPADCHAR60TEXT60
ESCURSEIRecovery in Six Months ISH_REDO_CURSEICHAR1ISH_ON_OFF
ESPARCONNumber of Confirmation Notification ISH_REDO_PARCONNUMC2NUMC2
ESCAUALTDischarge Reason ISH_REDO_CAUALTCHAR2CHAR2
ESFECFINEnd of Inspection Period ISH_REDO_FECFINDATS8RI_DATUM
ESPARMUTIndicator - Initiated by Insurance ISH_REDO_PARMUTCHAR1ISH_ON_OFF
ESJUSPROJustification for Proposal ISH_REDO_JUSPROCHAR60TEXT60
ESRAZDESReason for Family Physician's Objection ISH_REDO_RAZDESCHAR60TEXT60
ESULTPARLast Confirmation Notification Number ISH_REDO_ULTPARNUMC2NUMC2
ESDIAMEDDiagnosis and Medical Picture ISH_REDO_DIAMEDCHAR60TEXT60
ESTRAPOSPerformed Treatment / Therapeutic Options ISH_REDO_TRAPOSCHAR60TEXT60
ESFECCURWound Healing Date ISH_REDO_FECCURDATS8RI_DATUM
ESLESRESResidual Injuries ISH_REDO_LESRESCHAR60TEXT60
ESAGOREHIndicator - Possible Rehabilition Treatment Used ISH_REDO_AGOREHCHAR1ISH_ON_OFF
ESALTMEDMedically Discharged ISH_REDO_ALTMEDCHAR1ISH_ON_OFF
ESFECALTDischarge Date ISH_REDO_FECALTDATS8RI_DATUM
ESRESEXPResult of Application ISH_REDO_RESEXPCHAR2CHAR2
ESMOTCAMConfirmation of Reported Status / Change ISH_REDO_MOTCAMCHAR2CHAR2
ESEXPMOTReason for Change ISH_REDO_EXPMOTCHAR40TEXT40
ESEMPCAUResponsible Employer ISH_REDO_EMPCAUCHAR10CHAR10
ESMODENTIndicator - Form 3-AT-19-B Submitted ISH_REDO_MODENTCHAR1ISH_ON_OFF
ESPRORROIndicator - Postponed ISH_REDO_PRORROCHAR1ISH_ON_OFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWOINC
INTO CORRESPONDING FIELDS OF WA_NWOINC
WHERE...

How to access SAP table NWOINC

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