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

Program getting terminated without any dump

Former Member
0 Likes
1,991

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.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,808

Execute an Abap trace, that could provide some hint (SAT/SE30)

Regards,

Raymond

11 REPLIES 11
Read only

Former Member
0 Likes
1,808

Hi SriLalitha

Please provide the ABAP code.

Regards,

Nilesh Patel

Read only

0 Likes
1,808

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

Read only

Former Member
0 Likes
1,808

Are you directly run program via se38 or using tcode?

Read only

0 Likes
1,808

Yes Avirat...

Thanks & Regards,

SriLalitha

Read only

0 Likes
1,808

yes?

Read only

Former Member
0 Likes
1,808

Hi Srilatha ,

                  Share the code .

i ll do the testing in my system and will give suggestions .

Regards ,

Rocky

Read only

pavanm592
Contributor
0 Likes
1,808

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,809

Execute an Abap trace, that could provide some hint (SAT/SE30)

Regards,

Raymond

Read only

0 Likes
1,808

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

Read only

0 Likes
1,808

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.

Read only

0 Likes
1,808

Thanks Avirat...the problem is solved by implementing the above..