Skip to content

Sequential calls #117

@MartinStenzig

Description

@MartinStenzig

I really like the library, but the limitation of not being able to perform multiple RFC calls on one connection is very much limiting the application. Any chance you are planning to add that in?

The examples I have are the following:

  1. I would like to use an RFC to maintain an order in SAP. That RFC though requires a second RFC (BAPI_TRANSACTION_COMMIT) to be sent in the same session. If I don't execute both in sequence the SAP does not commit the changes properly.
  2. Another example would be a list/detail search. I call one BAPI for the list of orders and a subsequent one for the details. Yes, I can do that in the client, but it would be much quicker without the client server communication overhead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions