Skip to main content

We know what activities must be in the Eventlog and what tables are required but because it's the first time we work with O2C in SAP it takes time to search through the tables for the correct columns. I know there are connectors and apps available but it seems like when you work with file uploads you cant use them, I may be incorrect.

Hi,

 

maybe try to creating views with same names as regular tables, it shouldn't matter if they come from transformations or live connection to system?

 

SQL code snippet:

Create view <regular table name> AS (SELECT * FROM <File_name.xlsx>)

 

Best Regards,

Mateusz Dudek


Thank you Mateusz


Reply