RNREDOMA SAP (IS-H: Renewable Docs - Structure for NV2000 Detail Subscreen) Structure details

Dictionary Type: Structure
Description: IS-H: Renewable Docs - Structure for NV2000 Detail Subscreen




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




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

RNREDOMA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H: Renewable Docs - Structure for NV2000 Detail Subscreen" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RNREDOMA TYPE RNREDOMA.

The RNREDOMA table consists of various fields, each holding specific information or linking keys about IS-H: Renewable Docs - Structure for NV2000 Detail Subscreen data available in SAP. These include RENEWED_DOC (Renewable Document - Indicator for Renewed Document), END_DOC (Renewable Document - Indicator for Final Document), RESP_PERS (Renewable Document - Person Responsible), START_DATE (Renewable Document - Start Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RNREDOMA structure 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
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
RESP_PERSRenewable Document - Person Responsible ISH_REDOMA_PERSCHAR10Assigned to domainALPHARI_KUNNR
START_DATERenewable Document - Start Date ISH_REDO_START_DATEDATS8RI_DATUM
END_DATERenewable Document - End Date ISH_REDO_END_DATEDATS8RI_DATUM
PLAN_DURATRenewable Document - Planned End ISH_REDO_PLANDURDATS8RI_DATUM
STATUSDocument Status DOKSTCHAR2Assigned to domainDOKST

Key field Non-key field



How do I retrieve data from SAP structure RNREDOMA using ABAP code?

As RNREDOMA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RNREDOMA as there is no data to select.

How to access SAP table RNREDOMA

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