RNFKL_P SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNFKL_P 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_RNFKL_P TYPE RNFKL_P.

The RNFKL_P table consists of various fields, each holding specific information or linking keys about data available in SAP. These include LFDKLF (Sequence Number of Case Classification), EINRI (Institution), FALNR (IS-H: Case Number), FZIFF (Check Digit for Case).. 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 RNFKL_P 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
LFDKLFSequence Number of Case Classification LFDKLFNUMC6NUMC06
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
MARKIndicator: posting line selected? MARKCHAR1XFELD
VON_TAGIS-H: Valid-From Date of Patient Group in Days Since Adm. VON_TAGNUMC3NUMC03
BIS_TAGIS-H: Valid-to Date of Patient Group in Days Since Admission BIS_TAGNUMC3NUMC03
KLFTYPIS-H: Classification Category KLFTYPCHAR2TNKTYKLFTYP
KLFARTIS-H: Classification Type KLFARTCHAR2TNKLAKLFART
KLFART_INTIS-H: IS-H-Internal Key for Case Classification Type KLFART_INTCHAR2ALPHAKLFART_INT
KLFATXTIS-H: Text for Classification Type KATXCHAR30TEXT30
KLFART_PREIS-H: Last Valid Classification Type KLFART_PRECHAR2Assigned to domainKLFART
KLFATX_PREIS-H: Text of Last Valid Classification Type KATX_PREVCHAR15TEXT15
PGRAIS-H: Classification with Regard to 'General Nursing Care' PGRACHAR5PGRA
PGRSIS-H: Classification with Regard to 'Special Nursing Care' PGRSCHAR5PGRS
PGRKBIS-H: Short Text for Patient Group PGRKBCHAR12TEXT12
PGRA_PREVIS-H: Previous Valid Classification for General Nursing Care PGRA_PREVCHAR5PGRA
PGRS_PREVIS-H: Last Valid Classification for Special Nursing Care PGRS_PREVCHAR5PGRS
PGRKB_PREVIS-H: Short text for last valid patient group PGRKB_PREVCHAR12TEXT12
FKLEDTIS-H: Validity End Date of Classification FKLEDTDATS8RI_DATUM
FKLEZTIS-H: Validity End Time of Classification FKLEZTTIMS6UHRZT
FKLBDTIS-H: Validity Start Date of Classification FKLBDTDATS8RI_DATUM
FKLBZTIS-H: Validity Start Time of Classification FKLBZTTIMS6UHRZT
FKLEDT_PREIS-H: Validity End Date of Last Valid Classification FKLEDT_PREDATS8RI_DATUM
FKLEZT_PREIS-H: Validity End Time of Last Valid Classification FKLEZT_PRETIMS6UHRZT
FKLBDT_PREIS-H: Validity Start Date of Last Valid Classification FKLBDT_PREDATS8RI_DATUM
FKLBZT_PREIS-H: Valid-From Time of Last Valid Classification FKLBZT_PRETIMS6UHRZT
SELDTIS-H: Key Date ISH_SELDTDATS8RI_DATUM
SELZTIS-H: Key time SELZTTIMS6UHRZT
PNAMEIS-H: Patient Name RI_NAMECHAR30TEXT30
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
NNAMSIS-H: Standardized Last Name NNAMES_PATCHAR30CHAR30
VNAMSStandardized First Name VNAMES_PATCHAR30CHAR30
ALTERIS-H: Patient Age ISH_AGEINT25ISH_AGE
ORGFAIS-H: OU with Departmental Responsibility for Case NZUWFACHAR8NORGALPHAORGID
ORGPFIdentification Key of Organizational Unit ORGIDCHAR8NORGALPHAORGIDOGE
ORGKB_PFIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
ZIMMRIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
VCODEIS-H: Processing Mode ISH_VCODECHAR3ISH_VCODE
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
PGRA_P PGRA_PCHAR5PGRA
PGRS_P PGRS_PCHAR5PGRS

Key field Non-key field



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

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

How to access SAP table RNFKL_P

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