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: 

Not getting field value in Input field of field exit

Former Member
0 Kudos
84

Hi all

I am using field exit for data element GWLDT in transaction code IE02. But in this field exit I am not getting the value entered in the field "Begin guarantee date(GWLDT)" in the INPUT field of field exit.How I can get the value in the INPUT field of field exit?

Regards

Deepak

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos
58

Use this statement in source code.

output = input.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos
59

Use this statement in source code.

output = input.

Former Member
0 Kudos
58

thanks