cancel
Showing results for 
Search instead for 
Did you mean: 

create a object for cl_gui_custom_container dumps during web service testing

0 Kudos

Hi,

I have created a function module and I have exposed it as a web service. During the testing of my web service, I put a breakpoint in my FM and it did went there and stopped, but after one statement, it gave me a dump:

DATA: ref_container   TYPE REF TO cl_gui_custom_container.

CREATE OBJECT ref_container

     EXPORTING

       container_name = 'BAUP_CONTAINER'.  

Does anyone know what is the issue? Is this not allowed in a WS context?

Thanks a lot!

Regards, Yashu

Accepted Solutions (1)

Accepted Solutions (1)

jitendra_it
Active Contributor
0 Kudos

Hi Yashu,

WS called in background.  Please check below thread.

http://scn.sap.com/message/4876284

Many Thanks,

Jitendra Soni

Answers (0)