PTDW_ACTR_DB SAP (Time Data Extract (Receiver Objects/Activity Allocation)) Table details

Dictionary Type: Table
Description: Time Data Extract (Receiver Objects/Activity Allocation)




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




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

PTDW_ACTR_DB is a standard SAP Table which is used to store Time Data Extract (Receiver Objects/Activity Allocation) data and is available within R/3 SAP systems depending on the version and release level.

The PTDW_ACTR_DB table consists of various fields, each holding specific information or linking keys about Time Data Extract (Receiver Objects/Activity Allocation) data available in SAP. These include DWLFNR (Sequence Number for InfoSources in Time Management), BUKRS_AR (Company Code), GSBER_AR (Business Area), KOKRS_AR (Controlling Area).. 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: Cannot Be Enhanced


SAP PTDW_ACTR_DB 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
DWLFNRSequence Number for InfoSources in Time Management DWLFNRNUMC10DWLFNR
.INCLU-_AR 0
BUKRS_ARCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBER_ARBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRS_ARControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTL_ARCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFNR_AROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PS_POSID_ARWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
CO_PRZNR_ARBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
NPLNR_ARNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
VORNR_AROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
FUND_ARFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREA_ARFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBR_ARGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PD_ARFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTDW_ACTR_DB
INTO CORRESPONDING FIELDS OF WA_PTDW_ACTR_DB
WHERE...

How to access SAP table PTDW_ACTR_DB

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