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

REPORT PROGRAM

Former Member
0 Likes
641

HAI

ABAPPERS,

I WOULD KNOW ABOUT HOW THE ABAP PROGRAM GOES TO SHORTDUMP.

5 REPLIES 5
Read only

Former Member
0 Likes
613

Hi,

There might be different situation ABAP Program will go into dump.

1. While updating data to DBTABLE, if the field assignment is not proper.

2. While Data Conversion, if data types are not compatible.

3. Might be memory problem.

4.

5.

<n>.........

Regards,

Satish

Read only

Former Member
0 Likes
613

Hi

Ansar i want to either u r asking how the programs will go to short dump or explictily u want to the program to go to short dump.

feel free to ask plzz.

Read only

0 Likes
613

Hi

Sunil,

everything is correct but , the program will go to short dump???,what are the reasons,hope the reply comes.

Read only

Former Member
0 Likes
613

Hi

Ansar

go to debugging mode there u can know why it is going to shrt dump

or go to the transaction st22 and read the error analysis

or else if u send the code i may help

please reward if usefull

dont forget to reward

Read only

Former Member
0 Likes
613

check in dump analysis what is the reason for short dump and it will show which line of code went for dump. u can anlyse it ur own or post the dump details here.