Application Development and Automation 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: 
Read only

Got MESSAGE_TYPE_X when using badi MB_DOCUMENT_BADI

Former Member
0 Likes
1,020

Hello alls

I got one issue when i try to use Method MB_DOCUMENT_BEFORE_UPDATE in BADI MB_DOCUMENT_BADI to enhance tcode MB1B.

In my code i raise message error type 'E' and then i got dump (MESSAGE_TYPE_X ) .

My error same the link below.

Any help will be appriciate

Regards,

Tai

1 ACCEPTED SOLUTION
Read only

Former Member
789

Hi,

Just for info: just for info, we can use BADI MB_CHECK_LINE_BADI replace MB_DOCUMENT_BADI.

The method MB_DOCUMENT_BEFORE_UPDATE is called in update task so when we raise message error then we got dump.

Thanks.

Hello alls

I got one issue when i try to use Method MB_DOCUMENT_BEFORE_UPDATE in BADI MB_DOCUMENT_BADI to enhance tcode MB1B.

In my code i raise message error type 'E' and then i got dump (MESSAGE_TYPE_X ) .

My error same the link below.

Any help will be appriciate

Regards,

Tai

2 REPLIES 2
Read only

Former Member
0 Likes
789

Hello All,

Could anybody here help me on this issue. ?

I tried to set an message type 'E' when enhance above BADI. And this cause that issue.

I tried to set and leave screen..., but not help.

Thanks

Read only

Former Member
790

Hi,

Just for info: just for info, we can use BADI MB_CHECK_LINE_BADI replace MB_DOCUMENT_BADI.

The method MB_DOCUMENT_BEFORE_UPDATE is called in update task so when we raise message error then we got dump.

Thanks.