SAP Concur Expense · Arazzo Workflow
SAP Concur Create Report and Add Entry
Version 1.0.0
Create a draft expense report, add an expense entry to it, then read the report back.
View Spec
View on GitHub
Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravelArazzoWorkflows
Provider
Workflows
create-report-add-entry
Create a draft expense report and add an expense entry to it.
Creates a report header, then creates a child expense entry referencing the new report ID, and finally reads the report header back to verify the result.
1
createReport
createExpenseReport
Create the draft expense report header.
2
addEntry
createExpenseEntry
Add an expense entry to the newly created report.
3
getReport
getExpenseReport
Read the report header back to confirm the entry was attached.