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

function module for getting input values from one screen to another screen?

abapmahamood
Explorer
1,696

hi sap experts,

what is th FM for to get input values from one screen to another screen or one program to another program?

4 REPLIES 4
Read only

pokrakam
Active Contributor
1,194

Input values are available in your program. Pass them on to whatever needs it. This is standard ABAP, no FM required.

I think you need to describe a bit more clearly what you are trying to do.

Read only

Former Member
0 Likes
1,194

To get input values entered on a screen to your program, you can use the FM 'DYNP_VALUES_READ'. Inside the program you can handle/ pass the same values to another screen or another program as per your need.

Attaching a blog which may be an example for you...

https://blogs.sap.com/2013/10/11/how-to-use-function-module-dynpvaluesread/

Read only

0 Likes
1,194

Thank you Sundaram for sharing function module

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,194

I'm also confused about the nature of this question... What is the context?

But if the answer below did answer this somehow then kindly close the question.