HRPAYBR_S_DIRF_2011_QTY_MONTHS SAP (DIRF: number of months of RRA) Structure details

Dictionary Type: Structure
Description: DIRF: number of months of RRA




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




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

HRPAYBR_S_DIRF_2011_QTY_MONTHS 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 "DIRF: number of months of RRA" 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_HRPAYBR_S_DIRF_2011_QTY_MONTHS TYPE HRPAYBR_S_DIRF_2011_QTY_MONTHS.

The HRPAYBR_S_DIRF_2011_QTY_MONTHS table consists of various fields, each holding specific information or linking keys about DIRF: number of months of RRA data available in SAP. These include NRO_MONTHS_01 (Number of months of RRA for January), NRO_MONTHS_02 (Number of months of RRA for February), NRO_MONTHS_03 (Number of months of RRA for March), NRO_MONTHS_04 (Number of months of RRA for April).. 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: Cannot Be Enhanced


SAP HRPAYBR_S_DIRF_2011_QTY_MONTHS 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
REC_IDRecord identification HRPAYBR_DIRF_RECID7CHAR7CHAR7
NRO_MONTHS_01Number of months of RRA for January HRPAYBR_DIRF_2011_RRA_MONTHS01CHAR4CHAR4
NRO_MONTHS_02Number of months of RRA for February HRPAYBR_DIRF_2011_RRA_MONTHS02CHAR4CHAR4
NRO_MONTHS_03Number of months of RRA for March HRPAYBR_DIRF_2011_RRA_MONTHS03CHAR4CHAR4
NRO_MONTHS_04Number of months of RRA for April HRPAYBR_DIRF_2011_RRA_MONTHS04CHAR4CHAR4
NRO_MONTHS_05Number of months of RRA for May HRPAYBR_DIRF_2011_RRA_MONTHS05CHAR4CHAR4
NRO_MONTHS_06Number of months of RRA for June HRPAYBR_DIRF_2011_RRA_MONTHS06CHAR4CHAR4
NRO_MONTHS_07Number of months of RRA for July HRPAYBR_DIRF_2011_RRA_MONTHS07CHAR4CHAR4
NRO_MONTHS_08Number of months of RRA for August HRPAYBR_DIRF_2011_RRA_MONTHS08CHAR4CHAR4
NRO_MONTHS_09Number of months of RRA for September HRPAYBR_DIRF_2011_RRA_MONTHS09CHAR4CHAR4
NRO_MONTHS_10Number of months of RRA for October HRPAYBR_DIRF_2011_RRA_MONTHS10CHAR4CHAR4
NRO_MONTHS_11Number of months of RRA for November HRPAYBR_DIRF_2011_RRA_MONTHS11CHAR4CHAR4
NRO_MONTHS_12Number of months of RRA for December HRPAYBR_DIRF_2011_RRA_MONTHS12CHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table HRPAYBR_S_DIRF_2011_QTY_MONTHS

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