RNKSD SAP (IS-H: Additional fields for internal certificate table) Structure details

Dictionary Type: Structure
Description: IS-H: Additional fields for internal certificate table




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




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

RNKSD 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: Additional fields for internal certificate table" 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_RNKSD TYPE RNKSD.

The RNKSD table consists of various fields, each holding specific information or linking keys about IS-H: Additional fields for internal certificate table data available in SAP. These include ZUOBK (IS-H: Indicator whether Movement Assigned to Certificate), TYTXT (IS-H: Short Text for IV Document/Treatment Certificate), ARTXT (IS-H: S.Text for IV/Certificate Type per IV/Certif. Category), BSTTX (IS-H: Text for Treatment Certificate Status).. 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 RNKSD 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
MARKIS-H: Checkbox to Select a Row RI_MARKCHAR1XFELD
ZUOBKIS-H: Indicator whether Movement Assigned to Certificate ISH_ZUOBKCHAR1XFELD
TYTXTIS-H: Short Text for IV Document/Treatment Certificate KS_KBEZCHAR10TEXT10
ARTXTIS-H: S.Text for IV/Certificate Type per IV/Certif. Category KS_KBEZACHAR10TEXT10
BSTTXIS-H: Text for Treatment Certificate Status BS_TXTCHAR15TEXT15
NUMKRNumber range number NRNRCHAR2CHAR2
KNAMEIS-H: Insurance Provider Name ISH_KNAMECHAR50TEXT50
SOLFDIS-H: General Sort Field Internal Assignment ISH_SOLFDNUMC5NUMC05
SORTIS-H: Sort Field ISH_SORT_NINT13INT1
ZUOLKIS-H: Indicator whether Service Assigned to Certificate ISH_ZUOLKCHAR1XFELD
ECOTXText for Exemption Code ISH_TC_EXCODE_TXTCHAR50TEXT50
ABRKZ_SYMBilling Indicator for Treatment Certificate as Symbol ISH_TC_ABRKZ_SYMCHAR1CHAR1
ABRKZ_TXTText for Billing Indicator for Treatment Certificate ISH_TC_ABRKZ_TXTCHAR60DDTEXT
BEHAR_TXTIS-H: Address of Post-Discharge Physician WAADR_80CHAR80TEXT80
WARZT_TXTIS-H: Address of Post-Discharge Physician WAADR_80CHAR80TEXT80

Key field Non-key field



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

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

How to access SAP table RNKSD

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