Hi,
I am trying to create a case log from SAP tables for purchases. I have EKPO, EKKO, RSEG..etc tables.
I'd like to create a new file based on these separate tables to have the below (and maybe add more attributes if possible):
CASE_KEY – Identifies the process instance (purchase order number for example).
ACTIVITY – Describes the business action ("Create PO", "Post Invoice" or "make payment").
TIMESTAMP – Exact date and time of the event (including hours, minutes, and seconds).
Could you please guide on me on how to connect those tables together to form a new case log table?
Thank you