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: 

Pass values From the Screen fields into the Field exit Function Module

Former Member
0 Kudos

Hai All,

I have created a Field Exit For MIGO transaction for the Delivery note field,I can able to pass the Screen value of the Delivery note field using the import parameter Input in the Function Module Field Exit,now along with the Delivery note field i should also get the posting date BUDAT, Vendor LIFNR fields along with the delivery note field,how can i pass those datas into the Field exit function module.

In the Debugging Mode if i check it before the Field exit Function module the bldat, lifnr field values are there, if it enters into the FM field exit the values get cleared and similarly if it is out of the FM filed exit, the values are there as before,

so how can i get the Values,

with regards,

Sathish

3 REPLIES 3

0 Kudos

Hi,

I think the Function module of the field exit is getting executed in a seperate Internal session.

So what you can do is may be EXPORT the data in the program and IMPORT in the Function module.

You can also use SET/GET but you should use EXPORT/IMPORT as it is with Internal session and uses ABAP memory.

Regards,

Sesh

Former Member
0 Kudos

Please check the work areas and table in the exit . they are not of the same name as that in the program ... But they will have the value

Former Member
0 Kudos

Thanks For all your replies,

I dont know exactly how to export the data from the standard transaction migo and import into my Field exit Function module, Because if i give the import parameters other than the input field it is throwing the dump..

so can you help me to solve this,

with regards,

sathish.