2011 Mar 10 2:44 PM
Hi
I have a function group in which a screen has been defined in it.
Now i need to call this screen from my report program? How to do that? Do i need to create a function module in the same function group with jus CALL SCREEN statement coded in it and call this function module from my report? kindly clarify.
thanks
abdul hakim
2011 Mar 10 2:56 PM
Hello Abdul,
You can assign a transaction code to the screen using SE93. Then you can call the transaction code from your report program. Without further information about the program or what you are trying to accomplish it is hard to determine what is the best solution to your question.
Kind Regards,
Rae Ellen Woytowiez
2011 Mar 10 2:56 PM
Hello Abdul,
You can assign a transaction code to the screen using SE93. Then you can call the transaction code from your report program. Without further information about the program or what you are trying to accomplish it is hard to determine what is the best solution to your question.
Kind Regards,
Rae Ellen Woytowiez
2011 Mar 10 6:04 PM
Rae
What should be the type of transaction that i need to select since this is a Function group?
--Abdul Hakim
2011 Mar 10 6:10 PM
Hello Abdul,
When you call SE93 and press "Create" pushbutton, select radio button labeled "Program and screen (dialog transaction)."
Kind Regards,
Rae Ellen Woytowiez
2011 Mar 10 6:21 PM
2011 Mar 10 2:57 PM
Hello Abdul
Yes, you can use CALL SCREEN in your function module just like it was an report program.
Sorry, I've miss understood your question... By reading it again, I agree with Rae...
Regards,
João Argêncio
Edited by: djutopic on Mar 10, 2011 4:01 PM