Application Development and Automation 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: 
Read only

Java program calling RFC with "call transaction"

clayton_barbosa
Participant
0 Likes
448

Hi!
   I did a rfc to be called by a Java Program.

   In this rfc has a "call transaction" for running QA11 transaction.

   If it execute  by se37 in sap. it execute ok.

   But if it call by java program.  it does not execute the "call transaction".

  What is the problem?

Thanks.

In the rfc.

call transaction 'QA11' using t_bdc
      mode 'N'
      update 'S'
      messages into messtab.

1 REPLY 1
Read only

Former Member
0 Likes
361

You could return the messtab to java program and see what errors occurred.

Call transaction must be getting executed, but ending up with some error.