RJS01 SAP (IS-PSD: Display Fields for Maintaining Geographical Units) Structure details

Dictionary Type: Structure
Description: IS-PSD: Display Fields for Maintaining Geographical Units




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




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

RJS01 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: Display Fields for Maintaining Geographical Units" 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_RJS01 TYPE RJS01.

The RJS01 table consists of various fields, each holding specific information or linking keys about IS-PSD: Display Fields for Maintaining Geographical Units data available in SAP. These include TEXT001 (Character field length 79), TEXT002 (Character field length 79), TEXT003 (Character field length 79), TEXT004 (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RJS01 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
GEOEIN_REFNumber of Geographical Unit GEOEINCHAR10Assigned to domainALPHAGEOEINGEO
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
FORMAT1Tag column TDFORMATCHAR2TDELEMSTYL
LINE1Text Line TDLINECHAR132TDSTXLLINE
FORMAT2Tag column TDFORMATCHAR2TDELEMSTYL
LINE2Text Line TDLINECHAR132TDSTXLLINE
FORMAT3Tag column TDFORMATCHAR2TDELEMSTYL
LINE3Text Line TDLINECHAR132TDSTXLLINE
XGEOSPERREIS-M/SD: Indicator: Geo.block XGEOSPERRECHAR1XFELD
KEY_GEOEINChar 20 CHAR20CHAR20CHAR20
REF_GEOEINChar 20 CHAR20CHAR20CHAR20
TEXT006Character Field of Length 23 CHAR23CHAR23CHAR23
TEXT007Character Field of Length 23 CHAR23CHAR23CHAR23
TEXT008Character Field of Length 23 CHAR23CHAR23CHAR23

Key field Non-key field



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

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

How to access SAP table RJS01

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