RJD0101 SAP (IS-P: Internal Table for Generation Rule) Structure details

Dictionary Type: Structure
Description: IS-P: Internal Table for Generation Rule




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




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

RJD0101 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-P: Internal Table for Generation Rule" 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_RJD0101 TYPE RJD0101.

The RJD0101 table consists of various fields, each holding specific information or linking keys about IS-P: Internal Table for Generation Rule data available in SAP. These include VARTYPST (Standard issue variant type), VARTYPVF (Issue variant type before public holiday), VARTYPAF (Issue variant type on public holiday), VARTYPF1 (Issue variant type on first day after public holiday).. 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 RJD0101 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
EINZELPERIndividual Period EINZELPERNUMC3EINZELPER
VARTYPSTStandard issue variant type VAVARTYPSTCHAR2TJD05VAVARTYP
VARTYPVFIssue variant type before public holiday VAVARTYPVFCHAR2TJD05VAVARTYP
VARTYPAFIssue variant type on public holiday VAVARTYPAFCHAR2TJD05VAVARTYP
VARTYPF1Issue variant type on first day after public holiday VAVARTYPF1CHAR2TJD05VAVARTYP
VARTYPF2Issue variant type on second day after public holiday VAVARTYPF2CHAR2TJD05VAVARTYP
MOINEIPCurrent month in individual period MOINEIPDEC2MOINEIP
WOINEIPCurrent week in individual period WOINEIPDEC2WOINEIP
TAGINEIPCurrent day in individual period TAGINEIPDEC2TAGINEIP
STDINEIPFix time within day STDINEIPTIMS6DAUERSTD6
FTKOLLPublic Holiday Collision FTKOLLCHAR1FTKOLL
AKT_EINTRCurrent Entry in First Line of Screen (Proc.in Table Form) AKT_EINTRNUMC4NUM4
GES_EINTRTotal Entries in Table to be Edited GES_EINTRNUMC4NUM4

Key field Non-key field



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

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

How to access SAP table RJD0101

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