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: 

Fields Editable after Error Message In BADI/EXIT

Former Member
0 Kudos

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 .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Though it is error message give type I not E, then it will allow to edit after displaying the message

3 REPLIES 3

Former Member
0 Kudos

did you try this?

MESSAGE '232' TYPE 'S' DISPLAY LIKE 'E'.

Use

MESSAGE '232' TYPE 'S' DISPLAY LIKE 'E'.

SET SCREEN SY-DYNNR.

LEAVE SCREEN

Former Member
0 Kudos

Hi,

Though it is error message give type I not E, then it will allow to edit after displaying the message