HRPBSNOS_NOTIF_ATTRIBUTES SAP (Import-Structure for creating a notification) Structure details

Dictionary Type: Structure
Description: Import-Structure for creating a notification




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




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

HRPBSNOS_NOTIF_ATTRIBUTES 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 "Import-Structure for creating a notification" 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_HRPBSNOS_NOTIF_ATTRIBUTES TYPE HRPBSNOS_NOTIF_ATTRIBUTES.

The HRPBSNOS_NOTIF_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about Import-Structure for creating a notification data available in SAP. These include DOCTYP (Document type of a notification), FORMNAME (Smart Form Name), CLASSNAME (Object Type Name), MASS_PRINT ().. 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 HRPBSNOS_NOTIF_ATTRIBUTES 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
NOTTXTNotification Text P00_PBSNO_NOTTXTCHAR40P00_PBSNO_NOTTXT
DOCTYPDocument type of a notification P00_PBSNO_DOCTYPCHAR4Assigned to domainP00_PBSNO_DOCTYP
FORMNAMESmart Form Name P00_PBSNO_FORMCHAR30Assigned to domainTDSFNAME
CLASSNAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
MASS_PRINT 0
MASS_PRINTGeneral Flag FLAGCHAR1FLAG
SPOOL_PARAM_KEYField of length 16 CHAR16CHAR16CHAR16
NEW_SPOOL_IDGeneral Flag FLAGCHAR1FLAG
APER 0
ABKRSPayroll Area ABKRSCHAR2ABKRSABK
PERMOPeriod Parameters PERMONUMC2PERMO
DATMODate modifier DATMONUMC2DATMO
JUPERLegal Person JUPERCHAR4JUPER
PAPER 0
PABRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PABRPPayroll period for determining time period PNPPABRPNUMC2PABRP
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
PBEGDStart Date BEGDADATS8DATUM
PENDDEnd Date ENDDADATS8DATUM
CALCDPayroll Already Run for Indicator Period CALCDCHAR1CALCD
INPTYPayroll type PAYTYCHAR1PAYTY
INPIDPayroll Identifier PAYIDCHAR1CHAR1
INOCRReason for Off-Cycle Payroll PAY_OCRSNCHAR4PAY_OCRSNOCR
INOCCCategory for off-cycle reason PAY_OCCATCHAR2PAY_OCCAT
IABKRPayroll Area ABKRSCHAR2ABKRSABK
IAPER 0
PABRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PABRPPayroll period for determining time period PNPPABRPNUMC2PABRP
IBEGDStart Date BEGDADATS8DATUM
IENDDEnd Date ENDDADATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4PAY_OCRSNOCR
OCCATCategory for off-cycle reason PAY_OCCATCHAR2PAY_OCCAT
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
CHKDTCheck Date CHKDTDATS8DATUM
RRDATEarliest master data change since last payroll run RRDATDATS8DATUM
SEQNRSequence Number CDSEQNUMC5NUM5
WAERSCurrency Key WAERSCUKY5WAERSFWS
OUTOFSEQOut-Of-Sequence-Check Indicator PAY_OUTOFSEQCHAR1PAY_OUTOFSEQ
OOSDATECreate Out-Of-Sequence Check (acc. to Payroll Control Rec.) PAY_OOSDATEDATS8DATUM
BRACKETBracket for a Period and its Supplementals PAY_BRACKETNUMC5NUMC5
ARCHIVEGeneral Flag FLAGCHAR1FLAG
ADOBE_PERFORMANCE_BOOSTGeneral Flag FLAGCHAR1FLAG
ADOBE_JOB_OPENGeneral Flag FLAGCHAR1FLAG
PRINT_DIALOGGeneral Flag FLAGCHAR1FLAG
ADFORMPDF-Based Forms: Form Name FPWBFORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
USE_ADOBEUse Adobe or Smartforms for notifications P00_PBSNO_USE_ADOBECHAR1P00_PBSNO_USE_ADOBE

Key field Non-key field



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

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

How to access SAP table HRPBSNOS_NOTIF_ATTRIBUTES

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