You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using SAP NetWeaver RFC SDK Patch Level 15, the BAPI_PO_GETDETAIL function triggers a decimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>] error during runtime. This issue seems to be related to data type conversion (likely with Decimal fields) in the Python pyrfc library.
To Reproduce
Set up the environment with:
OS: Windows
PyRFC Version: 3.3.1
SAP NetWeaver RFC SDK Patch Level: 15
Call the BAPI_PO_GETDETAIL function with a valid purchase order number:
Describe the Bug
When using SAP NetWeaver RFC SDK Patch Level 15, the
BAPI_PO_GETDETAIL
function triggers adecimal.InvalidOperation: [<class 'decimal.ConversionSyntax'>]
error during runtime. This issue seems to be related to data type conversion (likely withDecimal
fields) in the Python pyrfc library.To Reproduce
BAPI_PO_GETDETAIL
function with a valid purchase order number:Additional context
Some BAPI functions work correctly, but others, like BAPI_PO_GETDETAIL, encounter this issue.
The text was updated successfully, but these errors were encountered: