Inicio del área de contenido

Documentación de objeto The ITimeSheetReader Interface Localizar documento en árbol de navegación

Definition

Ensures access to time-sheet data, picklists, personnel numbers, and text elements in customer-specific services.

Structure

Information

Methods

All data records whose date of entry is in the future, restricted by the aFromDate and aToDate

selectCurrentRecordVersions(IFieldDate aFromDate,IFieldDate aToDate)

The IPicklist object that is linked with a predefined field name. If no corresponding picklist exists, the return value is zero.

getPicklist(String aFieldName)

Active personnel number

getEmployeeId()

Text elements created and changed in Customizing in SAP R/3 These text elements are created in the CATS_MY_TEXTS_C table.

Note that customer text elements should start with a "Z" so that they are not within the SAP namespace. For more information, see Changing User Interface Texts in CATS notebook.

getTextResourceShort(String aTextId)

getTextResourceLong(String aTextId)

 

 

 

Fin del área de contenido