RN2CLIO_DOCUMENT SAP (Clinical Overview: Document) Structure details

Dictionary Type: Structure
Description: Clinical Overview: Document




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




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

RN2CLIO_DOCUMENT 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 "Clinical Overview: Document" 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_RN2CLIO_DOCUMENT TYPE RN2CLIO_DOCUMENT.

The RN2CLIO_DOCUMENT table consists of various fields, each holding specific information or linking keys about Clinical Overview: Document data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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: Cannot Be Enhanced


SAP RN2CLIO_DOCUMENT 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
DOKARDocument Type N2_DOKARTCHAR3Assigned to domainDOKARCV2N2DOC_DOKAR
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
LFDDOKSequence Number of Document LFDDOKINT410INT4_NOS
DODATDocument Date N2_DODATDATS8RI_DATUM
DOTIMDocument Time N2_DOTIMTIMS6UHRZT
DKTXTDescription of Document N2_DKTXTCHAR40TEXT40
DTKBDocument Category Identifier N2_DTKBCHAR15TEXT15
ORGDOKBShort Name of the Documenting Organizational Unit ORGDOKBCHAR12TEXT12
VMAKZShort Name of the Employee Responsible N2_VMAKZCHAR12ISH_C12
STABKStatus of a document (language-dependent) STABKCHAR2CHAR2
DOSTXDescription of document status DOSTXCHAR16TEXT16
FRKNZIndicator: released FRKNZCHAR1XFELD
FRMTFormat N2DT_FORMATCHAR15Assigned to domainN2DT_FORMAT
MIMETYPEMIME Type N2MIMECHAR50Assigned to domainN2MIME
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
EINKBIS-H: Short Text for Institution EINKBCHAR15TEXT15
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
DTBEZName of Document Category N2_DTBEZCHAR60AS4TEXT
VMALTIS-H: Compound Patient Name ISH_PNAMECCHAR50TEXT50
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2_VERS
MITARBEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
ORGDODocumenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
DOKSTDocument Status DOKSTCHAR2Assigned to domainDOKST
DARTXTDescription of Document Type DARTXTCHAR20TEXT20
NUMVERSNumber of Old Versions of a Document N2DOC_NUMVERSINT410INT4_NOS
NUMPARTNumber of Partial Documents N2DOC_NUMPARTINT410INT4_NOS
NUMSERVNumber of Assigned Services of a Document N2DOC_NUMSERVINT410INT4_NOS
NUMMOVENumber of Assigned Movements of a Document N2DOC_NUMMOVEINT410INT4_NOS
DOSARDocument status type DOSARCHAR1DOSAR
ORGFAIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
ORGFAKBShort Name of the Documenting Organizational Unit ORGDOKBCHAR12TEXT12
FLAGTEXTSpecial Indicator Text N2_FLAGTEXTCHAR12N2_TXT012
PICONSpecial Indicator Displayed as Icon N2_ICON_PCODECHAR50N2_ICON_LONG
STORELOCStorage Location / Archive N2_STORELOCCHAR1N2_STORELOC

Key field Non-key field



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

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

How to access SAP table RN2CLIO_DOCUMENT

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