P01EE_DBTK SAP (Data Module DBTK Addit. Data of Transfer Reduced Hours Comp.) Table details

Dictionary Type: Table
Description: Data Module DBTK Addit. Data of Transfer Reduced Hours Comp.




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




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

P01EE_DBTK is a standard SAP Table which is used to store Data Module DBTK Addit. Data of Transfer Reduced Hours Comp. data and is available within R/3 SAP systems depending on the version and release level.

The P01EE_DBTK table consists of various fields, each holding specific information or linking keys about Data Module DBTK Addit. Data of Transfer Reduced Hours Comp. data available in SAP. These include GUID (Unique Key for Identification of Notification), BRUSOLL (Gross Remuneration for Calculation Basis for Transfer RHC), NETSOLL (Net Target Remuneration), TRFKUG (Transfer RHC).. 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 P01EE_DBTK 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
GUIDUnique Key for Identification of Notification P01_SVGUIDCHAR32SYSUUID_C
BRUSOLLGross Remuneration for Calculation Basis for Transfer RHC P01_SV_EE_BRUSOLLNUMC8P01_SV_EE_BETRAG
NETSOLLNet Target Remuneration P01_SV_EE_NETSOLLNUMC8P01_SV_EE_BETRAG
TRFKUGTransfer RHC P01_SV_EE_TRFKUGNUMC8P01_SV_EE_BETRAG
BRUISTActually Earned Gross Remuneration P01_SV_EE_BRUISTNUMC8P01_SV_EE_BETRAG
NETISTActually Achieved Net Daily Compensation Benefit P01_SV_EE_NETISTNUMC8P01_SV_EE_BETRAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01EE_DBTK
INTO CORRESPONDING FIELDS OF WA_P01EE_DBTK
WHERE...

How to access SAP table P01EE_DBTK

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