2013 Jul 11 8:33 PM
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.
2013 Jul 12 9:27 AM
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.