‎2015 Jan 30 10:13 AM
Hi All,
I am facing a very peculiar issue. My ABAP is not giving any syntax errors. Nor its throwing any dumps. In other words my program is getting terminated without throwing any dumps while executing.
Please advise on how to proceed further.
Thanks & Regards,
SriLalitha.
‎2015 Jan 30 11:17 AM
‎2015 Jan 30 10:16 AM
Hi SriLalitha
Please provide the ABAP code.
Regards,
Nilesh Patel
‎2015 Jan 30 10:24 AM
Hi Nilesh,
The code is a simple ALV display code.
can you pls provide me some pointers on how to proceed further?
Thanks & Regards,
SriLalitha
‎2015 Jan 30 10:31 AM
‎2015 Jan 30 10:51 AM
‎2015 Jan 30 11:03 AM
‎2015 Jan 30 10:31 AM
Hi Srilatha ,
Share the code .
i ll do the testing in my system and will give suggestions .
Regards ,
Rocky
‎2015 Jan 30 11:11 AM
Hi Sri lalitha,
Terminating means? no output is displayed or what?
there might be different cases where your program not even calls the alv FM or Class, check these in your program.
1. Check < Condition>
2. Exit
3. Leave to screen 0.
its just a hint ,if you provide the code then any one can help you with exact solution.
Regards,
Pavan
‎2015 Jan 30 11:17 AM
‎2015 Jan 30 11:43 AM
Hi Raymond,
Using SAT transaction the program is getting executed correctly.
but when I try to execute it directly using the TCODE, the program is getting terminated.
Thanks & Regards,
SriLalitha
‎2015 Jan 30 12:53 PM
Please check how you create tcode.
use se93 , enter tcode and check correct radio button .
if you have program and selection screen or dialog transaction...
if you are not able to find above screen in change mode. you can delete old tcode and re-create new tcode.
‎2015 Feb 02 8:37 AM
Thanks Avirat...the problem is solved by implementing the above..