N1CYDEF SAP (ISHMED: Cycle Definition) Table details

Dictionary Type: Table
Description: ISHMED: Cycle Definition




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




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

N1CYDEF is a standard SAP Table which is used to store ISHMED: Cycle Definition data and is available within R/3 SAP systems depending on the version and release level.

The N1CYDEF table consists of various fields, each holding specific information or linking keys about ISHMED: Cycle Definition data available in SAP. These include CYDEFID (Unique ID of Cycle Definition), GENCYID (Generic Cycle Key), BEGDT (Start Date), ENDDT (End 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: 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 N1CYDEF 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
CYDEFIDUnique ID of Cycle Definition N1CYDEFIDNUMC10N1CYDEFID
GENCYIDGeneric Cycle Key N1GENCYKEYNUMC10N1GENCYKEY
BEGDTStart Date N1BEGDATDATS8RI_DATUM
ENDDTEnd Date N1ENDDATDATS8RI_DATUM
INTER_TInterval in days N1INT_TINT13N1I1
INTER_HInterval in Hours N1INT_HDEC6(2) N1D006D2
BEGZTFrom Time N1VONZEITHTIMS6N1_UHRZEIT
ENDZTTo Time N1BISZEITHTIMS6N1_UHRZEIT
MONMonday N1MOCHAR1XFELD
DIETuesday N1DICHAR1XFELD
MITWednesday N1MICHAR1XFELD
DONThursday N1DOCHAR1XFELD
FREFriday N1FRCHAR1XFELD
SAMSaturday N1SACHAR1XFELD
SONSunday N1SOCHAR1XFELD
FEIERTAGPublic Holiday N1FEICHAR1XFELD
MENGEQuantity N1QUANTNUMC4N2_MENGEML
BEMComment N1BEMCHAR40N1C040
PERIODDefined Period N1PERIODDEC4(2) N1PERIOD
ZNRCycle Key N1ZNRCHAR10N1C010
MANUCycle Manually Changed N1MANUCHAR1XFELD
N1CWFTCycle with Multiple Day Fixed Interval N1CWFTCHAR1XFELD
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
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
N1EXTi.s.hmed: Individual Time Definition for Cycle Exists N1EXTCHAR1XFELD
N1TIMSPi.s.h.med: Time Span (in Hours) N1TIMSPNUMC3N1TIMSP
N1INTER_MInterval in Minutes N1INT_MNUMC4NUMC4
ZNR_ORIGINCycle Key N1ZNRCHAR10N1C010
RETROMedication: Minutes for Retroactive Event Generation N1ME_RETRONUMC4N1ME_RETRO
FORWARDMedication: Minutes for Future Event Generation N1ME_FORWARDNUMC4N1ME_FORWARD
SETTIMEMedication: Determine Start Time of Cycle Definition N1ME_SETTIMECHAR1N1ME_SETTIME
DAYCYCLEMedication: Day Cycle Indicator N1ME_DAYCYCLECHAR1N1ME_DAYCYCLE
DOSEDECMedication: Dosage in Day Cycle N1ME_DOSEDECQUAN24(12) ME12DN1ME_QUANTITY_2412
SLDOSEIDMedication: Sliding Dosage ID N1ME_SLDOSEIDCHAR32SYSUUID_C
LFNRSequence Number N1LFNRNUMC4N1N004

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1CYDEF
INTO CORRESPONDING FIELDS OF WA_N1CYDEF
WHERE...

How to access SAP table N1CYDEF

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