MAINTENANCEHR record change in progress
Active case · loading…
B

BookingHub

stands in for · SAP ECP off-cycle / posting module
Create booking request, fields, reports, params (Steps 5-8)

New booking request

SOP Steps 5-7: create the case and key its fields by hand. Reports is a comma-separated list — 'GL Distribution' is required for a bookable request.

Payroll booking requests

The assembly-line item. Each request is created, filled (~15 fields), validated against the standard, then submitted to ApprovalFlow. Warnings here are the SOP's "correct any issues before submitting" — the rework loop the automation eliminates by validating at intake.

RequestNameTypeStatus ValidationApprovalRunAction
No booking requests yet — run the demo.

Request evidence

Select any request above to inspect every assembled field, the exact validation evidence, hashes, overrides, approval reference, and the next controlled action.

API

POST /api/requests
create (Step 5)
PATCH /api/requests/{id}
fill fields / reports / params (Steps 5-7)
POST /api/requests/{id}/validate
run the validation engine (Step 8)
POST /api/requests/{id}/submit
submit to ApprovalFlow (Step 9)
💬
00:00 manual timer
Cases