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: 

Making field input editable after giving error msg from table event 01

Former Member
0 Kudos

Hi All,

I have a requirement of giving error msg and making that row or the particular field input editable by writing code in table event 01 i.e before saving any record in a z-table i have to chk some condition for a column value and if that condition fails then i have to give error msg and make that column input editable.

I have created a routine for event 01 and written the code to give error msg. But my problem is that column is not becoming input editable. Could you pls tell me how can i make that field editable?

Thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Hi Piyali,

Use SET PARAMETER & GET PARAMETER ID .

You will get it.

Best Regards,

Pravin

Former Member
0 Kudos

If you are using screens than use SCREEN-INPUT = 1(FOR MAKING EDITABLE). and then use MODIFY SCREEN.