cancel
Showing results for 
Search instead for 
Did you mean: 

Dump function module BBP_PD_ABORT in EBP system

Former Member
0 Kudos

Hello all experts,

We implement a specific report in EBP system and after run this report a program has been aborted.The message is

"UNCAUGHT_EXCEPTION" CX_BBP_PD_ABORTC

"SAPLBBP_PDH" or "LBBP_PDHU08"

"BBP_PD_ABORT"

Then if I learn this information in transaction ST22 I remark that if I launch this function module BBP_PD_ABORT I have a same problem.

Please help me for this problem.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you find any OSS note specific to this Problem.I suppose there are many OSS notes on this Error.May be one of them may be specific to your scenario.

what is the report which you ran doing exactly????

regards,

Disha.

Former Member
0 Kudos

Hello Disha,

It is a report specific ZBBP_BW_SC3 has been implemented.There is a message to ST22.

<b>

The termination occurred in the ABAP program "SAPLBBP_PDH" in "BBP_PD_ABORT"

The main program was "RS_TESTFRAME_CALL ".

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

program "LBBP_PDHU08"

of the source code of program "LBBP_PDHU08" (when calling the editor 670).

</b>

000450 CALL FUNCTION 'BBP_ALERT_INTERNAL_OT'

000460 EXPORTING

000470 MSGID = GC_MSGID_BBP_PD

000480 MSGNO = 047

000490 MSGARG1 = LV_MSGARG1

000500 MSGARG2 = LV_MSGARG2

000510 MSGARG3 = LV_MSGARG3.

000520

000530 MESSAGE ID GC_MSGID_BBP_PD TYPE C_MSGTY_I NUMBER IV_MSG_NO

000540 WITH LS_CALLSTACK1-EVENTTYPE

000550 LS_CALLSTACK1-EVENTNAME

000560 LS_CALLSTACK1-PROGNAME.

000570

000580 * get the messages from the application log

000590 TRY.

000600 CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES'

000610 TABLES

000620 E_MESSAGES = LT_MESSAGES.

000630 CATCH CX_BBP_PD_ABORT.

000640 REFRESH LT_MESSAGES.

000650 ENDTRY.

000660

> RAISE EXCEPTION TYPE CX_BBP_PD_ABORT EXPORTING

000680 WORKED_ON_DOCUMENT = LV_GUID

000690 T100_MSGID = GC_MSGID_BBP_PD

000700 T100_MSGNO = IV_MSG_NO

000710 T_APPL_LOG_MESSAGES = LT_MESSAGES.

Former Member
0 Kudos

Hi Mady,

I feel OSS note may fix this problem.Even we had faced a similar dump but after application of some OSS note the problem was rectified but unfortunately i dont remember the note no.You can probably find an OSS note as suggested in the dump analysis.

Regards,

Disha.

yann_bouillut
Active Contributor
0 Kudos

Hi Mady,

Did you already run transaction BBP_BW_SC3 (assuming it exist...) ?

If yes, did you have a dump ?

If not, your ZBBP_BW_SC3 contains error and has to be corrected.

If yes, you can open an OSS message.

Kind regards,

Yann