H99PAY2ACC_PARAMS SAP (Parameter for H99PAY2ACC Program) Structure details

Dictionary Type: Structure
Description: Parameter for H99PAY2ACC Program




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




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

H99PAY2ACC_PARAMS 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 "Parameter for H99PAY2ACC Program" 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_H99PAY2ACC_PARAMS TYPE H99PAY2ACC_PARAMS.

The H99PAY2ACC_PARAMS table consists of various fields, each holding specific information or linking keys about Parameter for H99PAY2ACC Program data available in SAP. These include PNPXABKR (Payroll Area for Determining Time Period), PN_PAPER (Payroll period), PN_PABRJ (Payroll year for determining time period), PN_PABRP (Payroll period for determining time period).. 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 (Deep)


SAP H99PAY2ACC_PARAMS 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
PNPABKRS 0
PNPXABKRPayroll Area for Determining Time Period PNPXABKRCHAR2Assigned to domainABKRS
PN_PAPERPayroll period PAPERCHAR6PRIOD
PN_PABRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PN_PABRPPayroll period for determining time period PNPPABRPNUMC2PABRP
PN_PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO
PN_BEGDAStart Date BEGDADATS8DATUM
PN_ENDDAEnd Date ENDDADATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
TSTLVLType of document creation P_TSTLVLCHAR1P_TSTLVL
VARINAMEPosting variant HRPP_PVARICHAR4Assigned to domainHRPP_PVARI
LOG_ONData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CALLPROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
EVALNAMEText on posting run P_EVNAMECHAR15TEXT15
CALCNAMEABAP Program Name PROGNAMECHAR40PROGNAME
CALCVARIABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
CALCSIMData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PCOPLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
REVR_SQNSequence Number CDSEQNUMC5NUM5
SET_REVRRepeat run SET_REVRCHAR1XFELD
MCSEPMultiple Checks - Select Results Separately MCSEPCHAR1XFELD
DATE_DET Method of Determining Posting Date0
POSTDATEDefault posting date HRPP_IDATEDATS8DATUM
DOCDATEDocument Date in Document BLDATDATS8DATUM
SETNOACCData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SPEC_PERIODS 0

Key field Non-key field



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

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

How to access SAP table H99PAY2ACC_PARAMS

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