Skip to content

See which days are filled or missing

How-to guide

Which days of this month are filled, and which are missing?

std_days {from?, to?} returns every working day of the range with filled, targetHours, bookedHours, missingHours and the entries already booked. Both dates default to the current month.

What is still open in the first half of September?

std_open_days {from: "2026-09-01", to: "2026-09-15"} returns only the working days in open periods that still miss hours.

A day counts as filled when its booked hours reach the target hours SAP sets for it. Weekends and public holidays are not working days and do not appear.

Need CLI MCP tool
Target hours and period status (open or closed) per calendar day std calendar std_calendar
Every entry with its counter, date, hours, status and item std entries std_entries
Your personnel number, profile and whether entries are released directly std info std_info
Multiproject months with status and totals mp months mp_months

Closed periods (PER_CLOSED, typically last month once payroll ran) are read-only; writes to them are rejected with a clear message.