Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Call Bapi from NO-SAP system

Former Member
0 Kudos

Hi to all

I have a Bapi Customer (Z*). This bapi call a program (also Z) that print a Sap script (is a invoice).

When I execute the bapi in SAP (like Function Module), all is OK: the bapi call the program, and the Sap script is sent to Spool (I view the request in Transaction Code SP02).

But when I call the Bapi from NO-SAP system, the bapi is executed but the Sap script don't is sent to spool.

I view the trace of the system but all is correct.

What happen ???

I execute in 4.0B and all is OK

Now I am tested in 4.7, and is here when is the problem

Thank you

regards

dario

1 REPLY 1

Former Member
0 Kudos

Hello Dario,

Do you call FM BAPI_TRANSACTION_COMMIT after you have called your Z* BAPI? (because you should...)

Regards,

John.