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: 

WebGUI Shortdump on SAPMSSYD

Former Member
0 Kudos

Hello all,

Currently, there is a problem while calling an ERP transaction via ITS service <b>WEBGUI</b> (embedded ITS, WebAS 6.40), a program termination occurs.

I checked it with the transaction VA03 in the following way: <i><b>http://<server>:<port>/sap/bc/gui/sap/its/webgui?~transaction=va03</b></i>

The following error occurs:

- The following error text was processed in the system DR2 : 20060515184544ctcfind02 KWEISKOPF 2001000

- The error occurred on the application server ctcfind02_DR2_00 and in the work process 5 .

- The termination type was: RABAX_STATE

- The ABAP call stack was:

Function: AC_FLUSH_CALL_INTERNAL of program SAPLOLEA

Function: AC_FLUSH_CALL of program SAPLOLEA

Function: AC_SYSTEM_FLUSH of program SAPLOLEA

Form: HANDLE_FLUSH_PBO of program SAPFGUICNTL

Form: %_CTL_OUTPUT of program SAPMSSYD

Module: %_CTL_OUTPUT1 of program SAPMSSYD

In the called function module AC_FLUSH_CALL_INTERNAL on the following code, the program will be terminated:

CALL FUNCTION 'OLE_FLUSH_CALL'

DESTINATION OLE_DESTINATION

EXPORTING IMPORT_XML = XML_DATA_STRING

SVARS = SVARS

IMPORTING EXPORT_XML = XML_DATA_STRING

EXCEPT_DESCRIPT = OLE_MESSAGE

SVARS = SVARS

TABLES VERBS = VERBS

PARAMS = PARAMS

VARS = VARS

RFC_QUEUE = RFC_QUEUE

XML_DATA_STREAM = XML_DATA_STREAM

ERROR_INFO = ERROR_INFO

EXCEPTIONS SYSTEM_FAILURE = 1 MESSAGE OLE_MESSAGE

CALL_METHOD_FAILED = 2

SET_PROPERTY_FAILED = 3

GET_PROPERTY_FAILED = 4

RFC_QUEUE_FAILED = 5

XML_DATA_FAILED = 6.

The above OLE_DESTINATION is 'SAPGUI'.

If I call the transaction VA01 for example directly in the ERP, the error will not occur. It seems to depend on the ITS.

Does somebody know this type of error?

Thank you for your hints in advance.

Best regards,

Kurt.

Message was edited by: Kurt Weiskopf

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

is the ITS services SYSTEM and WEBGUI are published?

also you should use FQDN (fully qualified domain name) in the usl

i.e

instead of http://server:port

use

http://server.domain.com:port

Regards

Raja

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos

is the ITS services SYSTEM and WEBGUI are published?

also you should use FQDN (fully qualified domain name) in the usl

i.e

instead of http://server:port

use

http://server.domain.com:port

Regards

Raja

0 Kudos

Hello Raja,

thank you for your information.

I also used the <b>fully qualified URL</b>, but the behavior is the same. On the ITS site we use the Service Pack 15.

Best regatds,

Kurt.

0 Kudos

is the ITS services SYSTEM and WEBGUI are published?

check out the following weblog to see whether any step is missing.

/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

Regards

Raja