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: 

Problem with sudden exit of the program.

Former Member
0 Kudos

Hi All,

I am facing problem with one custom Function Module which estimates meter index.99% cases the FM works fine,estimation is fine but when the system is slow then the FM gets exited suddenly.It is not working in the total program time span.There is no code that might exit in a way.sy-subrc also 0.I use ISU_REGISTER_ESTIMATION in my custom function module for estimation.

 

How will I get a solution??

Please help me out.I am stuck in my work.

Thanks,

Mandira

3 REPLIES 3

thanga_prakash
Active Contributor
0 Kudos

Hello Mandira,

I can see lot of EXIT statements inside the function module. Did you try to debug and check in which case the function module is exiting.

Regards,

TP

Former Member
0 Kudos

hi mandira,

As suggested by Thanga Prakash debugging might give reason of the problem.

anyway is there any FM ISU_DETERMINE_TOLERANCE_LIMITS being used?

0 Kudos

Thnx all for ur reply.. Actually this problem happens only when the system is slow..I debugged this and found that this is locking issue. System is unable to unlock the device which is going be estimated.estimation is fine.but when it is going for meter reading upload then meter reading order creation is failed due to locking.