Application Development and Automation 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: 
Read only

Clear LUW

Former Member
0 Likes
1,096

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

3 REPLIES 3
Read only

Former Member
0 Likes
777

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

Read only

0 Likes
777

Hi Neha,

Thats does not help. I think my problem is not because of RFC.

Thanks

Regards,

Bryan

Read only

0 Likes
777

Search for any oss note on this one.

Regards

Neha