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

recognize FM parameter in screen code

former_member355261
Participant
0 Likes
596

Hi all,

I have a FM and I created a screen (dynpro) in it. I have several changing and export parameters in my FM but they're not recognized in my screen code (POV event).

For the import parameters, I created variables with the same types of my import parameters and assigned them, and then used them. But I don't see how I can access the changing and export parameters.

Thanks in advance.

2 REPLIES 2
Read only

kcelikmih
Explorer
0 Likes
575

Hi Occoro,

You must create your varaibles in global top include of your function group.

Then you would assign, use and acces them in your screen.

Regards.

Kadir

Read only

0 Likes
575

Hi Kadir,

Yes, that's what I did with the import parameters, but for the changing parameters for example I need to change the parameter itself not a copy of it.

Actually, I'm looking for a trick if there is any to be able to access the parameters without creating new variables.