PTJPFWS_ITEMDATA SAP ((Obsolete) Request Item Data for Flexible Work Schedule JP) Table details

Dictionary Type: Table
Description: (Obsolete) Request Item Data for Flexible Work Schedule JP




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




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

PTJPFWS_ITEMDATA is a standard SAP Table which is used to store (Obsolete) Request Item Data for Flexible Work Schedule JP data and is available within R/3 SAP systems depending on the version and release level.

The PTJPFWS_ITEMDATA table consists of various fields, each holding specific information or linking keys about (Obsolete) Request Item Data for Flexible Work Schedule JP data available in SAP. These include ITEM_ID (ID of Request Item), PERNR (Personnel number), VTART (Substitution Type), TPROG (Daily Work Schedule).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PTJPFWS_ITEMDATA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ITEM_IDID of Request Item TIM_REQ_ITEM_IDCHAR32SYSUUID_C
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
VTARTSubstitution Type VTARTCHAR2Assigned to domainVTART
TPROGDaily Work Schedule TPROGCHAR4Assigned to domainTPROG
VARIADaily Work Schedule Variant VARIACHAR1VARIA
OLD_TPROGOriginal Daily Work Schedule PJP_FWS_TPROGCHAR4Assigned to domainTPROG
OLD_VARIAOriginal Daily Work Schedule Variant PJP_FWS_VARIACHAR1VARIA
REL_ITEM_IDID of Request Item TIM_REQ_ITEM_IDCHAR32SYSUUID_C
KEY_DATEStart Date BEGDADATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table PTJPFWS_ITEMDATA using ABAP code

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

SELECT SINGLE *
FROM PTJPFWS_ITEMDATA
INTO CORRESPONDING FIELDS OF WA_PTJPFWS_ITEMDATA
WHERE...

How to access SAP table PTJPFWS_ITEMDATA

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