RJN01 SAP (IS-PSD: Screen Fields for Research w/o Database) Structure details

Dictionary Type: Structure
Description: IS-PSD: Screen Fields for Research w/o Database




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




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

RJN01 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-PSD: Screen Fields for Research w/o Database" 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_RJN01 TYPE RJN01.

The RJN01 table consists of various fields, each holding specific information or linking keys about IS-PSD: Screen Fields for Research w/o Database data available in SAP. These include TEXT002 (Character field length 79), TEXT003 (Character field length 79), TEXT004 (Character field length 79), TEXT005 (Character field length 79).. 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 RJN01 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
TEXT001Character field length 79 CHAR79CHAR79CHAR79
TEXT002Character field length 79 CHAR79CHAR79CHAR79
TEXT003Character field length 79 CHAR79CHAR79CHAR79
TEXT004Character field length 79 CHAR79CHAR79CHAR79
TEXT005Character field length 79 CHAR79CHAR79CHAR79
TEXT006Character field length 79 CHAR79CHAR79CHAR79
GEPRE_NAMName 1 NAME1_GPCHAR35NAME
ZUGES_NAMName 1 NAME1_GPCHAR35NAME
ZUSRE_NAMName 1 NAME1_GPCHAR35NAME
ZUGRE_NAMName 1 NAME1_GPCHAR35NAME
XSCRE_1Character field length 79 CHAR79CHAR79CHAR79
XSCRE_2Character field length 79 CHAR79CHAR79CHAR79
XSCRE_3Character field length 79 CHAR79CHAR79CHAR79
XSCRE_4Character field length 79 CHAR79CHAR79CHAR79
XSCRI_1Character field length 79 CHAR79CHAR79CHAR79
XSCRI_2Character field length 79 CHAR79CHAR79CHAR79
XSCRI_3Character field length 79 CHAR79CHAR79CHAR79
XSCRI_4Character field length 79 CHAR79CHAR79CHAR79
RENR_REFIS-M: Research Number RECHERNRNUMC10Assigned to domainRECHERNRJN2

Key field Non-key field



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

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

How to access SAP table RJN01

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