NREDOMA SAP (IS-H: Table Renewable Documents - Header Data) Table details

Dictionary Type: Table
Description: IS-H: Table Renewable Documents - Header Data




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




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

NREDOMA is a standard SAP Table which is used to store IS-H: Table Renewable Documents - Header Data data and is available within R/3 SAP systems depending on the version and release level.

The NREDOMA table consists of various fields, each holding specific information or linking keys about IS-H: Table Renewable Documents - Header Data 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 NREDOMA 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 PATNRCHAR10NPATALPHAPATNRPAT
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25DRAWALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
LFDDOKSequence Number of Document LFDDOKINT410INT4_NOS
PLAN_DURATRenewable Document - Planned End ISH_REDO_PLANDURDATS8RI_DATUM
PLAN_DAYSRenewable Document - Planned Duration (Days) ISH_REDO_PLDAYSINT410INT4
PLAN_MONTHSRenewable Document - Planned Duration (Months) ISH_REDO_PLMONTHSINT410INT4
START_DATERenewable Document - Start Date ISH_REDO_START_DATEDATS8RI_DATUM
END_DATERenewable Document - End Date ISH_REDO_END_DATEDATS8RI_DATUM
CREA_DATERenewable Document - Determination Date ISH_REDO_CREA_DATEDATS8RI_DATUM
RESP_PERSRenewable Document - Person Responsible ISH_REDOMA_PERSCHAR10NGPAALPHARI_KUNNR
INITIAL_DOCRenewable Document - Indicator for Initial Document ISH_REDO_INITDOCCHAR1XFELD
RENEWED_DOCRenewable Document - Indicator for Renewed Document ISH_REDO_RENEWDOCCHAR1XFELD
END_DOCRenewable Document - Indicator for Final Document ISH_REDO_ENDDOCCHAR1XFELD
INDEPEND_DOCRenewable Document - Indicator for Independent Document ISH_REDO_INDEPENDDOCCHAR1XFELD
KZTXTRenewable Document - Short Text ISH_REDO_KZTXTCHAR40ISH_REDO_KZTXT
LGTXTLanguage Key LANGULANG1Assigned to domainISOLASPRAS
DIAG_EXISTRenewable Document - Diagnoses Exist for Work Incapacity ISH_REDO_DIAGEXISTCHAR1XFELD
PLAN_KZRenewable Document - Planned Indicator ISH_REDO_PLANKZCHAR1CHAR1
ESMESITRenewable Document - Planned Duration (Months) ISH_REDO_PLMONTHSINT410INT4
ESDIASITRenewable Document - Planned Duration (Days) ISH_REDO_PLDAYSINT410INT4
ESFECH_ENVIOSend Date ISH_REDO_ASFENVIODATS8RI_DATUM
ESFBAJARenewable Document - Start Date ISH_REDO_START_DATEDATS8RI_DATUM
ESFAGOTARenewable Document - Start Date ISH_REDO_START_DATEDATS8RI_DATUM
ESPLANSPosition/Workplace Code N1PLANSNUMC8Assigned to domainN1PLANS
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
ADRNRIS-H: Address Number ISH_ADRNRCHAR10Assigned to domainALPHAISH_ADRNR
ADROBIS-H: Address Object ISH_ADROBJCHAR4ISH_ADROBJ
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
PATKZIS-H: Indicator for Self-Payer Insurance Relationship ISH_PATKZCHAR1XFELD
VERABIS-H: Valid-From Date of Insurance Relationship BEGDTVVPDATS8RI_DATUM
VERNRIS-H: Patient Health Insurance Number VERSNRCHAR20CHAR20
VKNUMHealthcare Smart Card - Health Insurer Number ISH_VK_KNRCHAR7TEXT7
VKNRAIS-H: Healthcare Smart Card - Directory of Health Ins. No's ISH_VK_VKNCHAR5TEXT5
VKVSTHealthcare Smart Card - Status of Insured Person ISH_VK_VSTCHAR4TEXT4
VKVSEIS-H: Healthcare Smart Card - Health Ins. Status Supplement ISH_VK_VSECHAR3TEXT3
VCENDIS-H: Healthcare Smart Card - Validity ISH_VK_ENDDATS8RI_DATUM
VERSVSocial Insurance Number of Insured Person VERSVCHAR20ISH_SVNUM
VERBIIS-H: Valid-to Date of Insurance Relationship ENDDTVVPDATS8RI_DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM NREDOMA
INTO CORRESPONDING FIELDS OF WA_NREDOMA
WHERE...

How to access SAP table NREDOMA

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