PTRV_WAGETYPE_CHECK SAP (Output Structure for Wage Type Check Report) Structure details

Dictionary Type: Structure
Description: Output Structure for Wage Type Check Report




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




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

PTRV_WAGETYPE_CHECK 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 "Output Structure for Wage Type Check Report" 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_PTRV_WAGETYPE_CHECK TYPE PTRV_WAGETYPE_CHECK.

The PTRV_WAGETYPE_CHECK table consists of various fields, each holding specific information or linking keys about Output Structure for Wage Type Check Report data available in SAP. These include SYMBOL (Not More Closely Defined Area, Possibly Used for Patchlevels), TYPE (Character String 60), LGARL (First Wage Type), LGTXT (Wage Type Long Text).. 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 PTRV_WAGETYPE_CHECK 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
COLOR3-Byte field CHAR3CHAR3CHAR3
SYMBOLNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
TYPECharacter String 60 CHAR_60CHAR60CHAR_60
LGARLFirst Wage Type LGARLCHAR4Assigned to domainLGART
LGTXTWage Type Long Text LGTXTCHAR25TEXT25
SPKZLTravel Expense Type SPKZLCHAR4Assigned to domainSPKZLRSASH_EXPENSE_TYPES
PAYOTService Provider PAYOTCHAR2Assigned to domainPAYOT
PAUSHTravel Expense Type Individual or Per Diem/Flat Rate PAUSHCHAR1PAUSH
FIRMAPaid by Company BEZFACHAR1XFELDTRV_PAID_COMPANY
TAXBENEFITTravel expense type for taxation only (additional amount) PTRV_TAXBENEFITCHAR1PTRV_TAXBENEFIT
KONT1Symbolic Account Assignment for Travel Expenses TRVKNCHAR3TRVKN
KONTS1G/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
KONT2Symbolic Account Assignment for Travel Expenses TRVKNCHAR3TRVKN
KONTS2G/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR

Key field Non-key field



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

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

How to access SAP table PTRV_WAGETYPE_CHECK

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