cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR_MESSAGE_STATE

Former Member
0 Kudos

Hallo guys,

I am calling a function module from my webdynrpo controller. When I my FM returns a message of type 'E' The system gives a dump 'ERROR_MESSAGE_STATE'.

I cannot modify the function module. Is there any way to hanlde the error from my application?

Thanks in Advance

Kind Regards

Shahul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

I think Im getting the same error. Sorry, no solution yet...

But If someone can help us, I will be glad.

My case: Im calling a BAPI throw a WS using the SOAP Processor. This BAPI is calling a transaccion, something like this

CALL TRANSACTION 'VL02N' USING bdcdata

UPDATE 'L'

MODE l_mode

MESSAGES INTO t_msg.

when the VL02N gets any kind of error, the call returns a "ERROR_MESSAGE_STATE" state...

Is there any way to catch the error state and hanlde it?