Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Gurus, in SAP Connector BAPI, some BAPI does not work regardless to the fact the display session works.
For example, BAPI_CURRENCY_CONV_TO_EXTERMAL is in error.
*but BAPI_EXCHANGERATE_GETDETAIL work properly with SAPConn.
The display session of BAPI_CURRENCY_CONV_TO_EXTERMAL properly work.
But when we use SAPConn BAPI, proceeding Get Parameters, error message emerges.
I should appreciate your valuable feedback in advance.
Hi Atsushi,
The function module BAPI_CURRENCY_CONV_TO_EXTERNAL is not Remote-Enabled and therefore it is not possible to call from the BAPI connector. You can check the 'Attributes' tab in transaction SE37 in SAP to see if a function module is Remote-Enabled.
In the document 'Qlik Connector for SAP - Tips and Tricks v1.5', available in this place you can read about how to handle currencies which are not using two decimals in SAP.
Best regards,
Hakan
Hi Atsushi,
The function module BAPI_CURRENCY_CONV_TO_EXTERNAL is not Remote-Enabled and therefore it is not possible to call from the BAPI connector. You can check the 'Attributes' tab in transaction SE37 in SAP to see if a function module is Remote-Enabled.
In the document 'Qlik Connector for SAP - Tips and Tricks v1.5', available in this place you can read about how to handle currencies which are not using two decimals in SAP.
Best regards,
Hakan
Thank you Hakan, I confirm that first BAPI was not remote enabled.
I also have downloaded the Tips & Tricks. I appreciate for your support.