Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update to sap patch level 15 #379

Closed
JhoSouza opened this issue Dec 10, 2024 · 1 comment
Closed

Need to update to sap patch level 15 #379

JhoSouza opened this issue Dec 10, 2024 · 1 comment

Comments

@JhoSouza
Copy link

JhoSouza commented Dec 10, 2024

Describe the Bug

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

  1. Set up the environment with:
    • OS: Windows
    • PyRFC Version: 3.3.1
    • SAP NetWeaver RFC SDK Patch Level: 15
  2. Call the BAPI_PO_GETDETAIL function with a valid purchase order number:
    result = conn.call('BAPI_PO_GETDETAIL', PURCHASEORDER='3123123123)

Additional context
Some BAPI functions work correctly, but others, like BAPI_PO_GETDETAIL, encounter this issue.

@SebastianWolf-SAP
Copy link
Contributor

Please see #372 - this repository is no longer maintained.

@SebastianWolf-SAP SebastianWolf-SAP closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants