Q0121 SAP (Screen Fields: Infotype 0121 (Priority Ref. Pers. No.)) Structure details

Dictionary Type: Structure
Description: Screen Fields: Infotype 0121 (Priority Ref. Pers. No.)




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




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

Q0121 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 "Screen Fields: Infotype 0121 (Priority Ref. Pers. No.)" 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_Q0121 TYPE Q0121.

The Q0121 table consists of various fields, each holding specific information or linking keys about Screen Fields: Infotype 0121 (Priority Ref. Pers. No.) data available in SAP. These include RFPN2 (Reference Personnel Number), RFPN3 (Reference Personnel Number), RFPN4 (Main personnel number in infotype 'Ref. Pers. No. Priority'), RFPN5 (Main personnel number in infotype 'Ref. Pers. No. Priority').. 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 Q0121 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
RFPN1Reference Personnel Number RFPNRNUMC8PERNR
RFPN2Reference Personnel Number RFPNRNUMC8PERNR
RFPN3Reference Personnel Number RFPNRNUMC8PERNR
RFPN4Main personnel number in infotype 'Ref. Pers. No. Priority' HPERNNUMC8PERNR
RFPN5Main personnel number in infotype 'Ref. Pers. No. Priority' HPERNNUMC8PERNR
SEL01Checkbox RP_XFELDCHAR1XFELD
SEL02Checkbox RP_XFELDCHAR1XFELD
ABKR1Payroll Area ABKRSCHAR2T549AABKRSABK
ABKR2Payroll Area ABKRSCHAR2T549AABKRSABK
ABKR3Payroll Area ABKRSCHAR2T549AABKRSABK
PGA01Number of first entry on current page PAGA2NUMC2NUM2
PGC01Number of Entries in List PAGN2NUMC2NUM2
PGA02Number of first entry on current page PAGA2NUMC2NUM2
PGC02Number of Entries in List PAGN2NUMC2NUM2
PRI01Priority of Reference Personnel Number PRIONNUMC2NUM2
PRI02Priority of Reference Personnel Number PRIONNUMC2NUM2
PGA03Number of first entry on current page PAGA2NUMC2NUM2
PGC03Number of Entries in List PAGN2NUMC2NUM2

Key field Non-key field



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

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

How to access SAP table Q0121

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