‎2010 Jun 22 9:22 AM
Hi,
I have the requirement to put the check on Profit Center Field In CO01 and it should not be different from Master Data Profit Center. I have Implemented BADI - DATA_EXTENTION_CHK for the same and it is giving me error.
But my reqirement is to make the fields editable or be on the same screen on ENTER once the error message is displayed.
Please guide me .
‎2010 Jun 23 2:06 PM
Hi,
Though it is error message give type I not E, then it will allow to edit after displaying the message
‎2010 Jun 22 9:37 AM
‎2010 Jun 23 12:52 PM
Use
MESSAGE '232' TYPE 'S' DISPLAY LIKE 'E'.
SET SCREEN SY-DYNNR.
LEAVE SCREEN
‎2010 Jun 23 2:06 PM
Hi,
Though it is error message give type I not E, then it will allow to edit after displaying the message