This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:call_bizweaver_from_sql [2023/01/06 09:03] mfoster |
bw2:call_bizweaver_from_sql [2024/09/09 13:41] (current) dlee [Calling Bizweaver from SAP Business One] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Calling Bizweaver from SAP Business One ====== | + | ====== Calling Bizweaver from SQL ====== |
| <WRAP center round important> | <WRAP center round important> | ||
| Line 8: | Line 8: | ||
| 2) With SQL CLR the SAP commit waits until the BW workflow is complete and often, the user cannot wait that long. | 2) With SQL CLR the SAP commit waits until the BW workflow is complete and often, the user cannot wait that long. | ||
| - | To overcome these limitations use the direct communication method described here: [[bw2: | + | To overcome these limitations use the direct communication method described here: [[bw2: |
| </ | </ | ||
| The call to the Bizweaver web service is initiated from the standard SAP Business One Stored Procedure **SBO_SP_PostTransactionNotice**. | The call to the Bizweaver web service is initiated from the standard SAP Business One Stored Procedure **SBO_SP_PostTransactionNotice**. | ||