RN1PRDOC_CHAR SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RN1PRDOC_CHAR 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 "" 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_RN1PRDOC_CHAR TYPE RN1PRDOC_CHAR.

The RN1PRDOC_CHAR table consists of various fields, each holding specific information or linking keys about data available in SAP. These include TLNRID (), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RN1PRDOC_CHAR 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
TLNRID N1PRTLNRIDCHAR10ALPHAN1PRTLNRID
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
LFDDOK N1PRLFDDOKCHAR10TEXT10
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
ANFIDIdentification of a Request (Number) ANFIDNUMC8Assigned to domainANFID
ORGDODocumenting Organizational Unit ORGDOCHAR8Assigned to domainALPHAORGIDOED
ORGNAMIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
MITARBEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
MITNAM N1PRMITNAMCHAR12N1PRMITNAM
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2_VERS
DTBEZName of Document Category N2_DTBEZCHAR60AS4TEXT
DTKBDocument Category Identifier N2_DTKBCHAR15TEXT15
BEZEBReference Level of a Document BEZEBCHAR1BEZEB
MEDOKIndicator for a Medical Document MEDOKCHAR1XFELD
DODATDocument Date N2_DODATDATS8RI_DATUM
DOTIMDocument Time N2_DOTIMTIMS6UHRZT
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
LOEKZDeletion Flag/Indicator RI_LOEKZCHAR1XFELD
LOUSRUser Who Deleted Record RI_LOUSRCHAR12USNAM
LODATDate of Deletion RI_LODATDATS8RI_DATUM
LOTIMDeletion Time RI_LOTIMTIMS6UHRZT
PCODESpecial Indicator (Presentation Code) N2_PCODECHAR4CHAR4
PCODETXTSpecial Indicator Text N2_FLAGTEXTCHAR12N2_TXT012
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
LEITXIS-H: Second Short Text of Service Catalog Item TARKTXT2CHAR40LEIKTXT
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table RN1PRDOC_CHAR

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