cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10 NW - Messages from 'UJQ_SHARED_QUERY' badi to the BPC Excel Sheet

Former Member
0 Kudos

Dear all,

Does anybody have any idea on handling of error messages from ET_MESSAGE table to display in office Client ?

We are populating query result with some new records by UJQ_SHARED_QUERY badi and in some cases we need to raise a message in user form.

VBA code expression EPMOBJ.RefreshActiveSheet falls with error to ErrHandler label (when ET_MESSAGE was populated with E record).

Do we have any possibility by which we can get  ET_MESSAGE data in VBA for displaying error message ?

Thanks,

Pavel

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Hi Pavel,

Not related to your question, but what is the business reason to use UJQ_SHARED_QUERY badi?

Vadim

P.S.

"Do we have any possibility by which we can get  ET_MESSAGE data in VBA for displaying error message ?" - NO!

Former Member
0 Kudos

Hi, Vadim.

Thanks for your reply. We need to display some reference data dynamically in report (non BW-stored).

Is there any other solutions with error message handling support to VBA?

it's sad if the abap messages stack from any badi is useless for vba handling.

Thanks,

Pavel