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

DYNP_UPDATE_FIELDS / FIELD EXIT

Former Member
0 Likes
625

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
Read only

Former Member
0 Likes
508

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

Read only

0 Likes
508

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

Thanks.

Read only

Former Member
0 Likes
508

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.