Application Development 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: 

Enabling the field after message in ME52N

rohit_kaikala
Participant
0 Kudos

Hi Folks,

I need to raise a error message in ME52N OR ME51N, when valuation value is not equal to one particular value which will be already existed.

So I'm using MEREQ001 exit for this and its working fine.

But the problem is when raise an error message the valuation value field is getting disabled.

I want it to be enabled after raising the error msg.

I can't use Type "I' or "S" messages.

Please suggest me something.

Thanks...............Rohith

Edited by: rohit kaikala on Apr 17, 2009 9:04 AM

5 REPLIES 5

former_member262988
Active Contributor
0 Kudos

hI,

Along with that exit also use the badi ME_PROCESS_REQ_CUST and method FIELDSELECTION_ITEM_REFKEYS...

Thanks,

Shailaja Ainala.

0 Kudos

Thanks for the hint.....

Former Member
0 Kudos

Hi Rohit,

Can you please tell what you did for enabling the screens after displaying the error message.

I have also the same requirement.

0 Kudos

Hi,

I had used BADI " ME_PROCESS_CUST".

Regards,

Rohit.

0 Kudos

Hi Guys,

I have also somewhat similar requirement in PR.

I have custom fields on Custom Tab. It is working fine. I have made this field as mandatory on the screen.

But if I am not going to Customer Data tab, then system not giving any error. It is saving data. My requirement is, even if I not going to Cuatomer Data Tab and custom filed data is not entered, system should throw error. It should allow to save data.

Could you please let me know how to resolve the same?

Regards,

Anil Salekar