SAP is one system where people do not like to run things under a service account. They want to see transactions being recorded with end user name specially when posting data back to SAP. Most of them are fine when it comes to reading data with service account but not when it comes to posting…
Category: SAP
Perform a SAP transaction through process model
Transaction plays a very important role in the SAP world and often times you would run into SAP BAPI’s which will not commit data till the transaction has been terminated properly. In this article I am going to cover how to call a SAP BAPI which needs to be part of transaction. Before we begin,…