PTKPS_IJ_MAX SAP (Structure for internal program Table IJ_MAX (PS FR)) Structure details

Dictionary Type: Structure
Description: Structure for internal program Table IJ_MAX (PS FR)




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




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

PTKPS_IJ_MAX 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 "Structure for internal program Table IJ_MAX (PS FR)" 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_PTKPS_IJ_MAX TYPE PTKPS_IJ_MAX.

The PTKPS_IJ_MAX table consists of various fields, each holding specific information or linking keys about Structure for internal program Table IJ_MAX (PS FR) data available in SAP. These include UHRV1 (Beginning Time of Trip Segment), DATB1 (End Date of Trip Segment), UHRB1 (End Time of Trip Segment), VPFPH (Rate type indicator).. 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: Not classified


SAP PTKPS_IJ_MAX 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
DATV1Beginning Date of Trip Segment REBEDDATS8REDAT
UHRV1Beginning Time of Trip Segment REBEUTIMS6REUHR
DATB1End Date of Trip Segment REENDDATS8REDAT
UHRB1End Time of Trip Segment REENUTIMS6REUHR
VPFPHRate type indicator VPFPHCHAR1RKENN
VPFKZRate type indicator VPFKZCHAR1RKENN
ANSTDNumber of Hours ANSTDNUMC2ANSTD
ANZTANumber of Days ANZTANUMC3ANZTA
ZLANDTrip Country / Trip Country Group LNDGRCHAR3Assigned to domainLNDGR
RGIONTrip Country/Trip Country Group/Trip Region RGIONCHAR5Assigned to domainRGION
ZIKEYDestination Assignment KEYZICHAR2KEYZI
KZTKTTrip Activity Type KZTKTCHAR1Assigned to domainKZTKT
KZREATrip Type: Statutory KZREACHAR1Assigned to domainKZREA
BETFZTax-Free Amount (IRS) BETFZCURR10(2) GESBE
BETFAReimbursement Amount (Enterprise-Specific) BETFACURR10(2) GESBE
BETKUCustomer Amount (Invoice) BETKUCURR10(2) GESBE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ANZAL_IJNumber of Per Diems to be Reimbursed (PS France) PTKPS_ANZAL_IJDEC2(1) PTKPS_ANZAL_IJ

Key field Non-key field



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

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

How to access SAP table PTKPS_IJ_MAX

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