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: 

Calling custom screen inside a function module

Former Member
0 Kudos

This is regarding calling a screen as a pop up from a function module.How do I capture the values that would be entered in the fields of that pop up screen?Do I use ABAP memory or SAP memory or is there any other alternative?Please suggest.

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi savitha,

When you create the Custom Screen, you can attach that custom screen to the main program of the function module itslef. The TOP Include variables can be used as screen fields. Thereby, you don't need to store the data entered in the screen, anywhere else. The data will be readily available in the global variables itself.

Regards,

Ravi

Former Member
0 Kudos

Hi savitha,

When you create the Custom Screen, you can attach that custom screen to the main program of the function module itslef.

The TOP Include variables can be used as screen fields and hence you don't need to store the data entered in the screen, anywhere else.

The data will be readily available in the global variables itself in the whole function group..

Thanks and Regards,

Kunjal Patel