‎2015 Jan 20 11:05 AM
Hi Folks,
Implemented implicit enhancement in the Function Module CY_BT_KBED_READ_WITH_INDEX and written code for CM40. Foreground its working fine but background its not wokring . In background job finished using tcode JDBG at that time debugged code then working properly. Without debgugging
if we run with only background logic not working.
Kindly help me on this issue.
Thanks in advance.
‎2015 Jan 20 11:13 AM
Hi Durga,
To write a endless 'DO....WHILE', job is running, running. Then go to SM50 to debug, will be same result?
regards,
Archer
‎2015 Jan 20 11:20 AM
Hi Archer,
I tried with SM50 but no use. Debug sing SM50 code is working fine but without debug anything implemeted code not executing in CM40.
Thanks,
Durga
‎2015 Jan 20 11:22 AM
If you swiched to debugging using (JDBG or SM50) the code is working fine.If we directly execute in back ground it is not executing the code.I have tried by puuting wait up to 5 seconds and commit also. But no result..
‎2015 Jan 20 5:31 PM
When you are debugging, go to SAP ABAP call stack (Desktop 2) and see the previous function modules/methods and see if there is any check on sy-batch variable.
I don't think there should be an issue, because you are able to debug it.