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

Field Exit Issue

Former Member
0 Likes
316

Hi Experts.

Does another code rather than the INPUT parameter, triggers on a field exit ???. i'm trying to validate several values trought GET PARAMETER, EXPORT, IMPORT, but the field exit does'nt validate that code, Just the input parameter.

Hope you can help me.

Regards.

Hi Experts.

Does another code rather than the INPUT parameter, triggers on a field exit ???. i'm trying to validate several values trought GET PARAMETER, EXPORT, IMPORT, but the field exit does'nt validate that code, Just the input parameter.

Hope you can help me.

Regards.

2 REPLIES 2
Read only

Former Member
0 Likes
297

Hi

<b>Ensure that profile paramater is set

abap/fieldexit = YES (or TRUE ?? -> not sure)</b>

<u>(Ask your BASIS Person to help you out).</u>

Regards

- Atul

Read only

Former Member
0 Likes
297

field exit is only for validating single field so only INPUT and OUTPUT parameters are there to get and pass the single value to the field. as per your requirement you can go for fn module exit here you can get all the field values of the screen.

regards

shiba dutta