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: 

Short dump for BDC in BAckground

Former Member
0 Kudos

Hello Friends,

I have writted a BDC for general task list (IA05) and the program works good in the fore ground mode.

However I am facing some problem when I run the program in the back ground mode. It goes to a short dump.

Please suggest.

Shreekant

6 REPLIES 6

Former Member
0 Kudos

Hi,

Are u using FM GUI_IPLOAD, it will not support in Back ground, it would be the cause for short dump.

0 Kudos

No I am not using theat FM.

ANy more suggestions.

Raju.

0 Kudos

Hi,

Please check in ST22 ..Is it giving Fatal errors:GUI cannot be reached..

Regards,

Keerthi

former_member583013
Active Contributor
0 Kudos

What's the Short Dump message???

Greetings,

Blag.

0 Kudos

Thanks Alvaro.

Nothing of that type.

Error analysis

Attempt to access a component using 'NULL' object reference (points

to nothing).

An object reference must point to an object (an instance of a class)

before you can use it to access components (variable: " ").

Either the reference has not yet been set, or it has been reset to

'NULL' by a CLEAR statement.

Information on where terminated

The termination occurred in the ABAP program "SAPLCNDP" in

"DP_CONTROL_ASSIGN_TABLE".

The main program was "ZNPM_IA05_BDC ".

The termination occurred in line 5 of the source code of the (Include)

program "LCNDP$10"

of the source code of program "LCNDP$10" (when calling the editor 50).

The program "SAPLCNDP" was started as a background job.

Any Suggestions

Raju...

Former Member
0 Kudos

Check note 339466.

Rob