SDV gets hang

Hello..

I have devloped a custom screen. The SDV gets executed.
Internally the SDV gives call to Plip using launch.i.

I have observed following two problems
1. Sometimes the SDV gets hang.
2. The launch.i dont get executed. i.e. the launch.i dont give call to PLIP.

Its really urgent...

Any help will be appriciated...
Plz help me...
 
1. Sometimes the SDV gets hang.
>This is ambiguous , gets hung?? The block iside the SDV being executed. Needs to be identified and recoded.


2. The launch.i dont get executed. i.e. the launch.i dont give call to PLIP.
>> If a block is not being executed then conditions within the code are not being met correctly to process the block.

You require recoding the SDV`s
 
Thanks for u r reply.

1. For the first answer.
I have verified the code of SDV.
It works fine for most of the time.
But sometimes, for the same scenarion, it gets hanged. and checked the scenario's too. scenarions are correct

2. The SDV is located at clients machine and PLIP is at server.
The plip is called using launch.i.
for most of the times the call from SDV to PLIP works fine.
But abrupatly PLIP is not being called.

please tell me wheather calling PLIP using launch.i is correct way or not?
 
Top