BAPI_TIMESHEET_HR_ATTRIBUTES SAP (Communication Structure for HR Check and Enhancement) Structure details

Dictionary Type: Structure
Description: Communication Structure for HR Check and Enhancement




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




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

BAPI_TIMESHEET_HR_ATTRIBUTES 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 "Communication Structure for HR Check and Enhancement" 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_BAPI_TIMESHEET_HR_ATTRIBUTES TYPE BAPI_TIMESHEET_HR_ATTRIBUTES.

The BAPI_TIMESHEET_HR_ATTRIBUTES table consists of various fields, each holding specific information or linking keys about Communication Structure for HR Check and Enhancement data available in SAP. These include PERSON_NO (Personnel Number), ROW (Lines in parameter), MEAS_UNIT (Unit of Measurement), MEAS_UNIT_ISO (ISO code for unit of measurement).. 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: Can be enhanced (character-type or numeric)


SAP BAPI_TIMESHEET_HR_ATTRIBUTES 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
WORKDATEDate CATSDATEDATS8DATUM
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
ROWLines in parameter BAPI_LINEINT410INT4
MEAS_UNITUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
MEAS_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
NUMBERTime Sheet: Number (Unit of Measure) CATSNUMBERQUAN15(3) CQUA8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
AMOUNTCATS Amount CATSAMOUNTCURR13(2) CATSAMOUNT
NUMBER_OR_AMOUNTMulti-purpose field for amount or quantity QUANTITY_OR_AMOUNTCHAR15CHAR15
START_TIMEStart Time BEGUZTIMS6UZEIT
END_TIMEEnd Time ENDUZTIMS6UZEIT
NO_ADD_UPTime Not Added Up; Bonus Wage Type NO_ADD_UPCHAR1CHAR1
ALL_DAY_FLAGRecord is for Full Day ALLDFCHAR1XFELD
DAY_ASSIGNMENTPrevious or Subsequent Day Indicator DAY_ASSIGNMENTCHAR1DAY_ASSIGNMENT
OBJ_TYPEObject Type PCHDYOTYPECHAR2Assigned to domainOTYPEPOT
OBJIDObject ID PD_OBJID_RNUMC8NUM08PON
ABS_ATT_TYPEAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
WAGETYPEWage Type LGARTCHAR4Assigned to domainLGART
OT_COMP_TYPEOvertime Compensation Type VRSCHCHAR1Assigned to domainVRSCH
WORKTAXAREATax area work center HRWRKARCHAR4HRWRKAR
VALUATION_BASISValuation basis HR_BWGRLDEC23(4) BAPICURR
CURRENCY_OF_VALBASISCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_OF_VALBASIS_ISOISO currency code ISOCDCHAR3ISOCD
EXTRA_PAY_INDICExtra Pay Indicator AUFKNCHAR1AUFKN
PAYSCALEGROUPPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
PAYSCALELEVELPay Scale Level HR_TRFSTCHAR2Assigned to domainTRFST
BONUSTYPEPremium Number PRAKNCHAR2Assigned to domainPRAKN
BONUSVALUEPremium Indicator PRAKZNUMC4PRAKZ
POSITIONPosition PLANSNUMC8Assigned to domainPLANS
COST_ACC_VARIANTCost Accounting Variants COSTASGCHAR1COSTASG
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ACTTYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001

Key field Non-key field



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

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

How to access SAP table BAPI_TIMESHEET_HR_ATTRIBUTES

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