PTM_DAYVIEW_TEVENT_MNT SAP (One-Day View: General Modifiable Fields for Time Events) Structure details

Dictionary Type: Structure
Description: One-Day View: General Modifiable Fields for Time Events




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




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

PTM_DAYVIEW_TEVENT_MNT 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 "One-Day View: General Modifiable Fields for Time Events" 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_PTM_DAYVIEW_TEVENT_MNT TYPE PTM_DAYVIEW_TEVENT_MNT.

The PTM_DAYVIEW_TEVENT_MNT table consists of various fields, each holding specific information or linking keys about One-Day View: General Modifiable Fields for Time Events data available in SAP. These include TDTYPE (Time Data ID Type), LDATE (Logical Date), LTIME (Logical time), SATZA (Time Event Type).. 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: Cannot Be Enhanced


SAP PTM_DAYVIEW_TEVENT_MNT 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
TDTYPETime Data ID Type TDTYPECHAR4TDTYPTDKENN
LDATELogical Date LDATEDATS8DATUM
LTIMELogical time LTIMETIMS6UZEIT
SATZATime Event Type RETYPCHAR3RETYP
TERIDTerminal ID TERIDCHAR4TERID
ABWGRAttendance/Absence Reason ABWGRCHAR4Assigned to domainABWGR
DALLFDay assignment DALLFCHAR1DALLFDALLFPT_DALLF_V3S
PDC_USRUPCustomer-Specific Field PDC_USRUPCHAR20CHAR20
USER2Customer-Specific Field HR_USRFLDCHAR40CHAR40
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
PRAKNPremium Number PRAKNCHAR2Assigned to domainPRAKN
PRAKZPremium Indicator PRAKZNUMC4PRAKZ
OTYPEObject Type PT_OTYPECHAR2Assigned to domainOTYPEPOT
PLANSObject ID PT_PLANSNUMC8Assigned to domainPLANS
AUFKZExtra Pay Indicator AUFKNCHAR1AUFKN
BWGRLValuation Basis for Different Payment PTM_VBAS7SCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUKRSReceiver Company Code PT_BUKRS_RECEIVERCHAR4T001BUKRSBUKH_T001
GSBERBusiness Area PT_GSBER_RECEIVERCHAR4TGSBGSBERGSB
KOSTLCost Center PT_KOSTL_RECEIVERCHAR10CSKSALPHAKOSTLKOS
AUFNROrder Number PT_AUFNR_RECEIVERCHAR12Assigned to domainALPHAAUFNRANR
KSTRGCost Object PT_KSTRG_RECEIVERCHAR12Assigned to domainKSTRGKTR
POSNRWork Breakdown Structure Element (WBS element) PT_PS_POSID_RECEIVERCHAR24ABPSNPS_POSIDPRO
NPLNRNetwork Number for Account Assignment PT_NPLNR_RECEIVERCHAR12Assigned to domainALPHAAUFNRNET
VORNRActivity Number PT_VORNR_RECEIVERCHAR4NUMCVVORNRVGN
KDAUFSales Order Number PT_KDAUF_RECEIVERCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order PT_KDPOS_RECEIVERNUMC6NUM06KPO
PRZNRBusiness Process PT_CO_PRZNR_RECEIVERCHAR12Assigned to domainALPHACO_PRZNRKWP
FISTLFunds Center PT_FISTL_RECEIVERCHAR16Assigned to domainFISTLFIS
GEBERFund PT_BP_GEBER_RECEIVERCHAR10Assigned to domainBP_GEBERFIC
DARTService Type PT_DART_RECEIVERCHAR2T5D7CDARTDAR
UDARTService Category PT_UDART_RECEIVERCHAR2T5D7EUDARTUDA
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FIPEXCommitment Item PT_FIPEX_RECEIVERCHAR24Assigned to domainFMCILFM_FIPEXFIP
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
SBUKRSender Company Code PT_BUKRS_SENDERCHAR4T001BUKRSBUKH_T001
SGSBRSender Business Area PT_GSBER_SENDERCHAR4TGSBGSBERGSB
SKOSTSender Cost Center PT_KOSTL_SENDERCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type PT_LSTAR_SENDERCHAR6CSLALSTARLARLART
SGTXTActivity Allocation Text PT_SGTXT_SENDERCHAR50TEXT50
SGEBERSender fund FM_SFONDSCHAR10Assigned to domainBP_GEBERSENDER_FUND
SFKBERSending Functional Area SFKTBERCHAR16Assigned to domainFKBER
SGRANT_NBRSender Grant GM_GRANT_SENDERCHAR20ALPHAGM_GRANT_NBR
SBUDGET_PDFM: Sender Budget Period FM_SBUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
EBELNPurchasing Document Number PT_EBELN_EXT_SERVICECHAR10Assigned to domainALPHAEBELNBESMEKK
EBELPItem Number of Purchasing Document PT_EBELP_EXT_SERVICENUMC5Assigned to domainEBELPBSP
LSTNRService Number PT_ASNUM_EXT_SERVICECHAR18ASMDALPHAASNUMASN

Key field Non-key field



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

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

How to access SAP table PTM_DAYVIEW_TEVENT_MNT

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