pm4py.connectors.extract_log_sap_accounting#

pm4py.connectors.extract_log_sap_accounting(connection_string: str, prefix: str = '') DataFrame[source]#

Extracts a dataframe for the SAP Accounting process.

Parameters:
  • connection_string (str) – ODBC connection string to the SAP database

  • prefix (str) – prefix for the tables (example: SAPSR3.)

Return type:

pd.DataFrame