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: 

bdc short dump

Former Member
0 Kudos

what do you do when you encounter short dump during execution report or bdc

3 REPLIES 3

Former Member
0 Kudos

Hi,

Do the dump analysis in the transaction ST22

Thanks

Naren

former_member181962
Active Contributor
0 Kudos

When a raised exception is not handled, or any unforeseen thing happens, then a dump occurs.

A dump is a error that occurs at runtime.

Eg: Division by 0.

Type mismatch between the passed parameter and the type of the parameter as declared in the function module.

Regards,

Ravi

former_member182346
Active Contributor
0 Kudos

After getting a dump, first read the dump analysis. It ll tell you what exactly the problem is.

Then move ahead to find the "Source code extract" which shows you at which line of your code the problem occurs.

Click the icon left to Deburgger button to get the list of options available.

1 What happened?

2 What can you do?

<b>3 Error analysis</b>

<b> 4 How to correct the error</b>

5 System environment

6 User, transaction...

7 Information on where terminated

<b>8 Source code extract</b>

9 Contents of system fields

10 Active calls / events

11 Chosen variables

12 Application Calls

13 Application Information

14 Internal notes

15 Active calls in SAP kernel

16 List of ABAP programs affected

17 List of internal tables

18 Directory of Application Tables

19 Directory of Application Tables (Administrative Information)

20 ABAP control blocks CONT

21 End of runtime analysis

Reward points if helpful

Thanks

vinsee