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

Alternate solution for Field Exit

Former Member
0 Likes
495

Hi All,

Is there any other way to get the functionality of Field Exit?

According to my requirement, I have to populate some values in a table control based on the value entered in a field.

Please tell me a solution for this.

Thanks,

Nandhu.

Hi All,

Is there any other way to get the functionality of Field Exit?

According to my requirement, I have to populate some values in a table control based on the value entered in a field.

Please tell me a solution for this.

Thanks,

Nandhu.

2 REPLIES 2
Read only

Former Member
0 Likes
460

Nandhu.

Look at using enhancement points.

there is plenty of documentation to be found on the web.

Jules

Read only

Former Member
0 Likes
460

Hi,

As per your requirement you want to populate some values based on the value of some other field.

You can try for EXITS or if the field from which you want to use the value and the other fields which you want to populate are input fields then you can as well use field exits.

Variables declared globally for storing values in the top include of the function group for field exits can be accessed in other field exits. So you can make use of this functionality.

Thanks.