PTRV_REDUCTION SAP (Decision Fields: Change of Statutory Trip Type for Reduction) Table details

Dictionary Type: Table
Description: Decision Fields: Change of Statutory Trip Type for Reduction




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




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

PTRV_REDUCTION is a standard SAP Table which is used to store Decision Fields: Change of Statutory Trip Type for Reduction data and is available within R/3 SAP systems depending on the version and release level.

The PTRV_REDUCTION table consists of various fields, each holding specific information or linking keys about Decision Fields: Change of Statutory Trip Type for Reduction data available in SAP. These include REGEL_NR (Rule Number in Decision Table for Reduction), BEG_DATE (Start Date), END_DATE (End Date), D_GESKZ_OLD (Old Attribute of Statutory Trip Type (Parameter of Rule)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTRV_REDUCTION table 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
LANDIdentification of Country or Federal State PTRVPS_LANDCHAR6PTRVPS_LAND
REGEL_NRRule Number in Decision Table for Reduction PTRVPS_REGEL_NRNUMC3NUMC3
BEG_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
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 table PTRV_REDUCTION using ABAP code

The following ABAP code Example will allow you to do a basic selection on PTRV_REDUCTION to SELECT all data from the table
DATA: WA_PTRV_REDUCTION TYPE PTRV_REDUCTION.

SELECT SINGLE *
FROM PTRV_REDUCTION
INTO CORRESPONDING FIELDS OF WA_PTRV_REDUCTION
WHERE...

How to access SAP table PTRV_REDUCTION

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