cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in Interactive Planning

Former Member
0 Kudos

Hi all,

In my team we are in the process of desiging planning book and data views for Characteristics based planning, while doing that it will created infocubes automatically in the bw server.

the problem is that whenever we generete combinations of data's and activate the pos, now the tcode /SAPAPO/SDP94, returns with dump error.

it will give the following descrisption:

The current ABAP/4 program |

attempts to call the program "GPAPNJ2WD0NWU57CDG0U4SL32K1",

but this program cannot be executed.

| Therefore, the current program had to be terminated.

We are able to fix this and why this error is raised, even searched OSS no informations avilable reg.. this.

I will appreciate , if experts come with soluations for this error.

thanks in advance,

babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Babu,

Here are some ideas:

1) Did you implement a BADI that gets called in /SAPAPO/SDP94 (e.g. /SAPAPO/SDP_INTERACT) and then uses the generated program "GPAPNJ2WD0NWU57CDG0U4SL32K1"? If yes, then you might need to correct that BADI.

2) Go to table/SAPAPO/TSPLOGEN and enter "APNJ2WD0NWU57CDG0U4SL32K1" as the repuid. That will show you what type of program this is (i.e. is this a program for reading CVCs etc). Then go try to run program /SAPAPO/TS_PSTRU_GEN in SE38 and try to regenerate the program. Hopefully, the regeneration will correct whatever error is there in the program.

Hope this helps.

Answers (0)