2009 Jun 03 1:08 PM
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
2009 Jun 03 1:28 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |