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: 

DYNP_UPDATE_FIELDS / FIELD EXIT

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

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

0 Kudos

I´ve try but don´t solved the problem.

Thanks.

Former Member
0 Kudos

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.