2013 Dec 09 11:13 AM
Hello Experts,
I did an enhancement for partner functions validations, Here whenever i enter a wrong partner function and save, it should throw an error message and stay in the same page for entering the correct value.
i coded like this,
MESSAGE E001(Zxxx) DISPLAY LIKE 'I'.
Here i get a pop up for entering a wrong value but the page becomes inactive(Non-editable). can you please help me in meeting my requirement by both throwing an error and staying in the same page in active mode(Editable).
2013 Dec 09 10:43 PM
Hi,
Display like won't change the programme flow.So error message disable if that message raised in not Conditional module.So check where standard validations taking place or conditional module of your filed and put your validation in that module by implicit enhancement.
or change code as MESSAGE I001(Zxxx) DISPLAY LIKE 'E'.
Regards,
Sreenivasa.
2013 Dec 09 10:43 PM
Hi,
Display like won't change the programme flow.So error message disable if that message raised in not Conditional module.So check where standard validations taking place or conditional module of your filed and put your validation in that module by implicit enhancement.
or change code as MESSAGE I001(Zxxx) DISPLAY LIKE 'E'.
Regards,
Sreenivasa.
2014 Feb 11 8:15 AM
I have code as below and it is working fine as per my requirement.
MESSAGE S001(ZXXX) DISPLAY LIKE 'E'.
Thanks sreeni for your response
Thanks,
Satish