PAY99_VAR SAP (PERNR dependent global variables in payroll (for sync.point)) Structure details

Dictionary Type: Structure
Description: PERNR dependent global variables in payroll (for sync.point)




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




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

PAY99_VAR 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 "PERNR dependent global variables in payroll (for sync.point)" 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_PAY99_VAR TYPE PAY99_VAR.

The PAY99_VAR table consists of various fields, each holding specific information or linking keys about PERNR dependent global variables in payroll (for sync.point) data available in SAP. These include FIRST_WPBP_BEGDA (), LAST_WPBP_ENDDA (), FIRST_ACT_WPBP_BEGDA (), LAST_ACT_WPBP_ENDDA ().. 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 PAY99_VAR 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
GLVAR 0
FIRST_WPBP_BEGDA 0
LAST_WPBP_ENDDA 0
FIRST_ACT_WPBP_BEGDA 0
LAST_ACT_WPBP_ENDDA 0
FIRST_NEW_ZL_WT 0
BEZUG_DATUM 0
GKSOLL 0
GASOLL 0
GSSOLL 0
GKDIVI 0
GADIVI 0
GSDIVI 0
NEW_ABWD1End of processing 1 (run payroll for pers.no. up to) ABWD1DATS8DATUM
GL_SW 0
WPBPSPLITSingle-Character Indicator CHAR1CHAR1CHAR1
EINTRITTSingle-Character Indicator CHAR1CHAR1CHAR1
EINTRITT_1Single-Character Indicator CHAR1CHAR1CHAR1
AUSTRITTSingle-Character Indicator CHAR1CHAR1CHAR1
BEABWSingle-Character Indicator CHAR1CHAR1CHAR1
UBABWSingle-Character Indicator CHAR1CHAR1CHAR1
FIRE_NEXT_PERSingle-Character Indicator CHAR1CHAR1CHAR1
FIRE_1_NEXT_PERSingle-Character Indicator CHAR1CHAR1CHAR1
P2X_UNTERTAEGIGSingle-Character Indicator CHAR1CHAR1CHAR1
JUPER_1Single-Character Indicator CHAR1CHAR1CHAR1
JUPER_PPPARLSingle-Character Indicator CHAR1CHAR1CHAR1
JUPER_NEXT_PERSingle-Character Indicator CHAR1CHAR1CHAR1
STAT2_NEXT_PERSingle-Character Indicator CHAR1CHAR1CHAR1
CH_BSGRDSingle-Character Indicator CHAR1CHAR1CHAR1
CH_BSGRD_1Single-Character Indicator CHAR1CHAR1CHAR1
CH_NWHPWSingle-Character Indicator CHAR1CHAR1CHAR1
CH_NWHPW_1Single-Character Indicator CHAR1CHAR1CHAR1
CH_PERSGSingle-Character Indicator CHAR1CHAR1CHAR1
CH_P0008Single-Character Indicator CHAR1CHAR1CHAR1
RUHENDSingle-Character Indicator CHAR1CHAR1CHAR1
LIDO 0

Key field Non-key field



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

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

How to access SAP table PAY99_VAR

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