T7034 SAP (Incentive Wages: User Exits for Incentive Wages) Table details

Dictionary Type: Table
Description: Incentive Wages: User Exits for Incentive Wages




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




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

T7034 is a standard SAP Table which is used to store Incentive Wages: User Exits for Incentive Wages data and is available within R/3 SAP systems depending on the version and release level.

The T7034 table consists of various fields, each holding specific information or linking keys about Incentive Wages: User Exits for Incentive Wages data available in SAP. These include USER_AUFTR (Read own order data), USER_RUECK (Flag to retrieve confirmations), USER_GRUNR (Flag to validate group number), USER_KOSTR (Flag to validate cost center).. 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


SAP T7034 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
USER_AUFTRRead own order data USER_AUFTRCHAR1XFELD
USER_RUECKFlag to retrieve confirmations USER_RUECKCHAR1XFELD
USER_GRUNRFlag to validate group number USER_GRUNRCHAR1XFELD
USER_KOSTRFlag to validate cost center USER_KOSTRCHAR1XFELD
USER_LOARRFlag to validate wage type USER_LOARRCHAR1XFELD
USER_LOGRRFlag to Validate Pay Scale Group USER_LOGRRCHAR1XFELD
USER_KUMULFlag to cumulate time ticket data USER_KUMULCHAR1XFELD
USER_POSTFlag to update completion confirmations USER_POSTCHAR1XFELD
USER_SOW01Flag to determine target labor time USER_SOW01CHAR1XFELD
USER_SOW02Flag to determine target setup time USER_SOW02CHAR1XFELD
USER_SOW03Flag to determine target machine time USER_SOW03CHAR1XFELD
USER_SOW04Flag to determine target teardown time USER_SOW04CHAR1XFELD
USER_SOW05Flag to determine target time for fifth activity USER_SOW05CHAR1XFELD
USER_SOW06Flag to determine target time for sixth activity USER_SOW06CHAR1XFELD
USER_PR_PBFlag to determine premium formula for employee USER_PR_PBCHAR1XFELD
USER_PR_GBFlag to determine premium formula for group USER_PR_GBCHAR1XFELD
USER_PR_LSFlag to determine time ticket premium formula USER_PR_LSCHAR1XFELD
USER_LGRADSeparate calculation of labor utilization rate USER_LGRADCHAR1XFELD
USER_LSTYPFlag to determine time ticket type USER_LSTYPCHAR1XFELD
USER_DAYPRFlag to read daily work schedule USER_DAYPRCHAR1XFELD
USER_PLANSFlag to validate position USER_PLANSCHAR1XFELD
USER_IDNRAFlag to validate material number USER_IDNRACHAR1XFELD
USER_SCRNActivate user-specific screen fields USER_SCRNCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7034
INTO CORRESPONDING FIELDS OF WA_T7034
WHERE...

How to access SAP table T7034

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