2009 Mar 26 10:15 AM
Hi all,
The issue:
I have got an interesting short dump: " A RAISE statement in the program CL_GUI_CUSTOM_CONTAINER=======CP" raised the exception condition "CNTL_ERROR". "
The background:
I have two systems, "CRM" and "B".
In "B" I have a function module which is called by RFC from "CRM". In this FM two transactions are called with batch input and I know that this dump occurs in these transactions.
I have tried the running of this FM on two ways.
1: se38 - I have a report in "CRM" which calls this FM. In this case it works fine, I get the required data from system "B".
2: This FM is called when using an application in a browser and it dumps.
Why is not possible to create gui controllers through RFC when it is used in WEB UI?
The functionality must not be changed in the FM, transactions must stay there, I have to do something else.
Any idea?
Thanks,
Gabor
2009 Apr 07 2:18 AM
Hi,
what transaction do you call in your program? Because you can fin dcouple of notes related to WebUI and CNTL_ERROR and some of them are programming errors. So maybe you just need to implement some OSS notes.
Good luck