‎2007 Sep 09 11:02 AM
Hi Experts,
I have a scenarion like this:
XI -
> Function Module -
> ABAP Report
From XI I am callingf a function module in another R/3 system. This function module inturn calls a ABAP report using SUBMIT statement. The function module and the report reside in the same R/3 system.
I am calling the report like this:
SUBMIT yseg_save_bp_data WITH SELECTION-TABLE rspar
AND RETURN.
The problem is when I run the function module directly in the R/3 system then it calls the report without any problem.
On the other hand, when I call the function module from XI then the report is not called. On debug mode I found that the program exits just at the Submit statement. Why is this strange problem?
What mistake am I doing? Is there any limitations or restrictions with SUBMIT statement.
What is the correct way of using submit statement in this scenario?
Kindly help me!
Thanks
Gopal
‎2007 Sep 09 11:18 AM
Hi,
Is the F.M u created a RFC or not.
If not make it a Remote F.M and then try it..
Cheers,
Simha.
‎2007 Sep 09 11:30 AM
Hi Rao,
I have created the FM as remote RFC. Infact XI is able to call the FM. Only problem is when it reaches the point where the report is called via SUBMIT it exits.
Help me please!
Thanks
Gopal
‎2007 Sep 19 9:04 PM
Hi Gopal,
I am having the same scenario. can you please let me know, how did you solve this problem?