2006 Apr 29 1:52 PM
Hi friends !
Can i use function DYNP_UPDATE_FIELDS in a field-exit to update other field of screen ?
I´ve tryed but without sucess. Have you know other solution to this problem ???
Thanks !
Fabrício
2006 Apr 30 3:12 AM
Hi Fabricio,
You can use field symbol to directly modify the other screen value by referring to the address location using the field symbol.
Use this as the last option as its not a good practice to use a field symbol within a field exit and modify other screen field.
Instead use the field exit to check the value of the other field and throw a message instead of trying to change the field value. Let the user change the value of the other field manually.
Cheers
VJ
2006 May 04 9:22 PM
2006 Apr 30 3:32 PM
Hi Fabricio,
U can simply use transation code "EEWB" i.e.easy enhancement workbench.
this will be helpful for modify the screen.
Regards,
Ranjit Thakur.
Mark the helpful answer.