Application Development and Automation 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: 
Read only

Me23n edit

Former Member
0 Likes
666

how can i change the funcionality of edit button in the me22n,me23n.

For example.

I execute me23n and the purchase i'm showing has some characteristics that should not allow to be edited.

In this case when i push edit, the program should call to me23n again any idea?

Thankx

how can i change the funcionality of edit button in the me22n,me23n.

For example.

I execute me23n and the purchase i'm showing has some characteristics that should not allow to be edited.

In this case when i push edit, the program should call to me23n again any idea?

Thankx

1 REPLY 1
Read only

Former Member
0 Likes
471

Hi.

You should

either set fields as not editable if such possibility exists in Customizing transactions

or find appropriate place in one of PBO modules and use implicit enhancement

option to change properties of screen fields using:


loop at screen..
***
modify screen.
endloop.