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: 

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

abapmahamood
Explorer

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

pokrakam
Active Contributor

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.

Former Member
0 Kudos

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/

0 Kudos

Thank you Sundaram for sharing function module

Jelena
Active Contributor
0 Kudos

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.