TPT_TMW_PROFILE SAP (Time Manager's Workplace: Profile Settings) Table details

Dictionary Type: Table
Description: Time Manager's Workplace: Profile Settings




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




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

TPT_TMW_PROFILE is a standard SAP Table which is used to store Time Manager's Workplace: Profile Settings data and is available within R/3 SAP systems depending on the version and release level.

The TPT_TMW_PROFILE table consists of various fields, each holding specific information or linking keys about Time Manager's Workplace: Profile Settings data available in SAP. These include PROFILE (Time Manager's Workplace: Profile), DATEID (Time Manager's Workplace: Initial Period), RELPOSBEGNUMBER (Relative Position for Start and End Date), RELPOSBEGUNIT (Unit for Relative Position of Start and End Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TPT_TMW_PROF_TXT


SAP TPT_TMW_PROFILE 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 MANDTCLNT3T000MANDT
PROFILETime Manager's Workplace: Profile PT_TMW_PROFILECHAR30PT_TMW_PROFILEPT_TMW_PROFILE
DATEIDTime Manager's Workplace: Initial Period PT_TMW_DATEIDNUMC2PT_TMW_DATEID
RELPOSBEGNUMBERRelative Position for Start and End Date PT_TMW_RELATIVE_POSITIONNUMC3NUM3
RELPOSBEGUNITUnit for Relative Position of Start and End Date PT_TMW_RELATIVE_UNITCHAR3PT_TMW_RELATIVE_UNIT
RELPOSENDNUMBERRelative Position for Start and End Date PT_TMW_RELATIVE_POSITIONNUMC3NUM3
RELPOSENDUNITUnit for Relative Position of Start and End Date PT_TMW_RELATIVE_UNITCHAR3PT_TMW_RELATIVE_UNIT
FIRSTDAYOFWEEKWeekday PT_TMW_WEEKDAYNUMC1PT_TMW_WEEKDAY
CHANGESUBLAProfile Settings: Change Subset IDs PT_TMW_CHANGE_SUBLA_ALLOWEDCHAR1XFELD
USRSELIDGROUPIDEmployee Selection Group: User-Specific PT_TMW_EMP_SEL_GROUPID_USRCHAR20
GENSELIDGROUPIDEmployee Selection Group: For All Users PT_TMW_EMP_SEL_GROUPID_GENCHAR20
SETSELIDAREAFunctional Area for Interactive Employee Selection PT_TMW_SELID_AREACHAR24AQT_SGNAME
SETSELIDGROUPIDEmployee Selection Group: Online PT_TMW_EMP_SEL_GROUPID_SETCHAR20
RELPOSNUMBERRelative Position for Initial Period PT_TMW_RELATIVE_PERIOD_POSNUMC3NUM3
RELPOSUNITUnit for Relative Position of Start and End Date PT_TMW_RELATIVE_UNITCHAR3PT_TMW_RELATIVE_UNIT
PERSELBEGNUMBERRelative Position for Employee Selection Period PT_TMW_RELATIVE_PERSEL_POSNUMC3NUM3
PERSELBEGUNITUnit for Relative Position of Start and End Date PT_TMW_RELATIVE_UNITCHAR3PT_TMW_RELATIVE_UNIT
PERSELENDNUMBERRelative Position for Employee Selection Period PT_TMW_RELATIVE_PERSEL_POSNUMC3NUM3
PERSELENDUNITUnit for Relative Position of Start and End Date PT_TMW_RELATIVE_UNITCHAR3PT_TMW_RELATIVE_UNIT
RELPOSDIRECTIONDirection PT_DIRECTIONCHAR1PT_DIRECTION
MLINETOPProfile Setting: Message Line in Upper Screen Area PT_TMW_MLINE_TOPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPT_TMW_PROFILE
INTO CORRESPONDING FIELDS OF WA_TPT_TMW_PROFILE
WHERE...

How to access SAP table TPT_TMW_PROFILE

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