RN1_S_CYCALC SAP (IS-H*MED: Structure for Cycle Definition Output (Master)) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Structure for Cycle Definition Output (Master)




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




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

RN1_S_CYCALC 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*MED: Structure for Cycle Definition Output (Master)" 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_RN1_S_CYCALC TYPE RN1_S_CYCALC.

The RN1_S_CYCALC table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure for Cycle Definition Output (Master) data available in SAP. These include EINRI (Institution), N1GENCYID (Generic Cycle Key), N1LFNR (Sequence Number), N1BEGDT (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 RN1_S_CYCALC 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
N1GENCYIDGeneric Cycle Key N1GENCYKEYNUMC10N1GENCYKEY
N1LFNRSequence Number N1LFNRNUMC4N1N004
N1BEGDTStart Date N1BEGDATDATS8RI_DATUM
N1ENDDTEnd Date N1ENDDATDATS8RI_DATUM
N1INTER_TInterval in days N1INT_TINT13N1I1
N1BEGZTFrom Time N1VONZEITHTIMS6N1_UHRZEIT
N1ENDZTTo Time N1BISZEITHTIMS6N1_UHRZEIT
N1INTER_HInterval in Hours N1INT_HDEC6(2) N1D006D2
N1ZNRCycle Key N1ZNRCHAR10N1C010
N1MOMonday N1MOCHAR1XFELD
N1DITuesday N1DICHAR1XFELD
N1MIWednesday N1MICHAR1XFELD
N1DOThursday N1DOCHAR1XFELD
N1FRFriday N1FRCHAR1XFELD
N1SASaturday N1SACHAR1XFELD
N1SOSunday N1SOCHAR1XFELD
N1FEIERTAGPublic Holiday N1FEICHAR1XFELD
N1MINDAU_TMin. Duration in Days N1MINDAUINT13N1I1
N1MAXDAU_TMaximum Duration in Days N1MAXDAUINT13N1I1
N1MENGEService Quantity I_MENG_LSNUMC4LEISMENGE
N1BEMComment N1BEMCHAR40N1C040
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LODATDate of Deletion RI_LODATDATS8RI_DATUM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
KZCheckbox XFELDCHAR1XFELD
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
MEVOIDPrescription for Medication N1MEVOIDCHAR10N1MEVOID

Key field Non-key field



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

As RN1_S_CYCALC 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 RN1_S_CYCALC as there is no data to select.

How to access SAP table RN1_S_CYCALC

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