hi there,
i have a user requirement which seems not that easy as i first thought:
i have to write a z-abap which lists the following informations of 2 different ESS-workflows (travel expenses and absence)
Name of workflow creator
Date of workflow creation
Name of approver
Date of approval
status of approval (approved/rejected,etc.....)
workflow-specific data (travel-date for travel-workflow ESS, absence date for absence workflow ESS,etc.....)
I know the workflow-tables SWWWIHEAD, etc.... BUT: how can i read out the approver of a workflow and also the status of approval approved/rejected,.....) in an easy way ? which table to use there for both workflows (travel expenses and absence) and maybe for other workflows in the future. and how can i read out workflow-specific content (like travel-date, etc....)
br, Martin