pm4py.connectors.extract_log_sap_o2c#
- pm4py.connectors.extract_log_sap_o2c(connection_string: str, prefix: str = '') DataFrame [source]#
Extracts a DataFrame for the SAP Order-to-Cash (O2C) process.
- Parameters:
connection_string (
str
) – ODBC connection string to the SAP database.prefix (
str
) – Prefix for the tables (e.g., SAPSR3.).
- Return type:
pd.DataFrame