‎2008 Nov 27 6:34 AM
Dear Expert,
I an getting a short dump and i believe is because the is another session of LUW is still on. Is there anyway to delete the existing LUW session so that my workflow can continue. Below are some information of my short dump.
Runtime Errors ASSERTION_FAILED
Information on where terminated
Termination occurred in the ABAP program "CL_HRASR00_PAITF_ADAPTER======CP" - in "IF_HRASR00_PAITF_ADAPTER~OPEN_LUW".
The main program was "RSWWDHEX_INTERNAL ".
In the source code you have the termination point in line 5
of the (Include) program "CL_HRASR00_PAITF_ADAPTER======CM00M".
The program "CL_HRASR00_PAITF_ADAPTER======CP" was started as a background job.
Job Name....... "SWWDHEX" |
Job Initiator.. "WF-BATCH" |
Job Number..... 00471100
Source Code Extract
| 1|METHOD if_hrasr00_paitf_adapter~open_luw .
2 |
| 3| is_ok = true.
| 4|* we want to make sure that only 1 LUW is open at any time
|>>>>>| ASSERT a_magic_cookie IS INITIAL.
| 6|* Exceptions are not handled. If exception happens in these methods then dont forward but ju
| 7| CALL METHOD a_masterdata_bl->initialize.
| 8| CALL METHOD a_masterdata_bl->start_trial
| 9| IMPORTING
| 10| magic_cookie = a_magic_cookie.
11 |
| 12| ASSERT a_magic_cookie IS NOT INITIAL.
13 |
| 14|ENDMETHOD.
Thanks in advance...
Regards,
Bryan
‎2008 Nov 27 6:46 AM
http://help.sap.com/abapdocu/en/ABAPASSERT.htm
Regards
Neha
Edited by: Neha Shukla on Nov 27, 2008 12:18 PM
Edited by: Neha Shukla on Nov 27, 2008 12:18 PM
‎2008 Nov 27 7:24 AM
Hi Neha,
Thats does not help. I think my problem is not because of RFC.
Thanks
Regards,
Bryan
‎2008 Nov 27 8:54 AM