PTRVPS_DECIDE_PARAMETER SAP (Change of Stat.Trip Type: Decision Based On These Parameters) Structure details

Dictionary Type: Structure
Description: Change of Stat.Trip Type: Decision Based On These Parameters




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




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

PTRVPS_DECIDE_PARAMETER 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 "Change of Stat.Trip Type: Decision Based On These Parameters" 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_PTRVPS_DECIDE_PARAMETER TYPE PTRVPS_DECIDE_PARAMETER.

The PTRVPS_DECIDE_PARAMETER table consists of various fields, each holding specific information or linking keys about Change of Stat.Trip Type: Decision Based On These Parameters data available in SAP. These include GESKZ_NEW (New Attribute of Statutory Trip Type if Rule Is Fulfilled), D_ABZUG_FRSTK (Decision Value for Checkbox Breakfast Deduction), D_ABZUG_MITAG (Decision Value for Checkbox Lunch Deduction), D_ABZUG_ABEND (Decision Value for Checkbox Dinner Deduction).. 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 or numeric)


SAP PTRVPS_DECIDE_PARAMETER 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
D_GESKZ_OLDOld Attribute of Statutory Trip Type (Parameter of Rule) PTRVPS_D_GES_OLDCHAR8PTRVPS_D_GESKZ
GESKZ_NEWNew Attribute of Statutory Trip Type if Rule Is Fulfilled PTRVPS_D_GES_NEWCHAR8PTRVPS_D_GESKZ
D_ABZUG_FRSTKDecision Value for Checkbox Breakfast Deduction PTRVPS_D_ABZ_FRKCHAR1PTRVPS_DEC_PAR
D_ABZUG_MITAGDecision Value for Checkbox Lunch Deduction PTRVPS_D_ABZ_MITCHAR1PTRVPS_DEC_PAR
D_ABZUG_ABENDDecision Value for Checkbox Dinner Deduction PTRVPS_D_ABZ_ABDCHAR1PTRVPS_DEC_PAR
D_ABZUG_UEBERNDecision Value for Checkbox Overnight Stay Deduction PTRVPS_D_ABZ_UEBCHAR1PTRVPS_DEC_PAR
D_ENTGELT_UEBERNChargeable Overnight During Current Absence PTRVPS_D_ENTG_UEBCHAR1PTRVPS_DEC_PAR
D_ABWH_ARTDecision or Specification for Absences PTRVPS_D_ABWH_ARTCHAR1PTRVPS_D_ABWH_ART
D_TRG_PARTNERDecision Value for Separation Allowance of Spouse PTRVPS_D_TRG_PATCHAR1PTRVPS_D_TRG_PAT
D_TR_REISEGELDDecision Value for Separation Allowance for Travel PTRVPS_D_TR_REISEGELDCHAR1PTRVPS_DEC_PAR
D_ABWH_GANZTAGFull-Day Absence PTRVPS_D_ABWH_GANZTCHAR1PTRVPS_DEC_PAR
D_VERGL_TR_AVEdit SA Period for Comparison Calculation DR vs. ES PTRVPS_D_VERGL_TR_AVCHAR1PTRVPS_DEC_PAR

Key field Non-key field



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

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

How to access SAP table PTRVPS_DECIDE_PARAMETER

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