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

Call subscreen from standard sap program

0 Likes
566

I am trying to enhance transaction 'Display Flight' (/ISDFPS/LMFL03). I want to read values from a ztable keyed to a flight order and display those values in a subscreen at the bottom of the main screen of the flight transaction. I have created a function group with a function module and a subscreen. The function group function module accepts the flight order as input, selects a record from the ztable and populates a structure which is tied to fields on the subscreen. I have created an enhancement in the flight transaction which calls the function module. I can successfully pass the flight order to the function module and retrieve the associated ztable flight order record. What I can't figure out is how to call my function group subscreen from the flight transaction so the subscreen is displayed at the bottom of the flight transaction main screen. How do I do that?

I am trying to enhance transaction 'Display Flight' (/ISDFPS/LMFL03). I want to read values from a ztable keyed to a flight order and display those values in a subscreen at the bottom of the main screen of the flight transaction. I have created a function group with a function module and a subscreen. The function group function module accepts the flight order as input, selects a record from the ztable and populates a structure which is tied to fields on the subscreen. I have created an enhancement in the flight transaction which calls the function module. I can successfully pass the flight order to the function module and retrieve the associated ztable flight order record. What I can't figure out is how to call my function group subscreen from the flight transaction so the subscreen is displayed at the bottom of the flight transaction main screen. How do I do that?

1 REPLY 1
Read only

Former Member
0 Likes
481

Call the function and call the screen you created in the function