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: 

CNTL_ERROR at RFC

Former Member
0 Kudos
278

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

1 REPLY 1

mvoros
Active Contributor
0 Kudos
54

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