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

mmpur_message issue

Former Member
0 Likes
888

Hi All,

I'm using mmpur_message in BADI ME_PROCESS_PO_CUST (for PO line items) and exit EXIT_SAPMM06E_016(for SA and contract line items).

When the error message pops-up it only contains an exit button, and when i click it, it gets out totally from the transaction.

What I want is to make it go back to the screen, so that i could correct the cause of the error.

How to do that?

Tnx.

navi

Hi All,

I'm using mmpur_message in BADI ME_PROCESS_PO_CUST (for PO line items) and exit EXIT_SAPMM06E_016(for SA and contract line items).

When the error message pops-up it only contains an exit button, and when i click it, it gets out totally from the transaction.

What I want is to make it go back to the screen, so that i could correct the cause of the error.

How to do that?

Tnx.

navi

2 REPLIES 2
Read only

Former Member
0 Likes
679

I was on the wrong exit.

i should be in EXIT_SAPMM06E_017.

But there still an issue, when the error message is issued, all the fields are not editable and i can't correct the error.

what should to make it editable?

tnx

Read only

Former Member
0 Likes
679

Other way to solve it: is to accumulate the error msgs in the main screen, thus avoiding the per item correction to happen, which is impossible because the fields are not modifiable.