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

Calling a screen defined within the function group

abdul_hakim
Active Contributor
0 Likes
2,942

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

1 ACCEPTED SOLUTION
Read only

former_member182010
Active Participant
0 Likes
1,538

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

5 REPLIES 5
Read only

former_member182010
Active Participant
0 Likes
1,539

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

Read only

0 Likes
1,538

Rae

What should be the type of transaction that i need to select since this is a Function group?

--Abdul Hakim

Read only

0 Likes
1,538

Hello Abdul,

When you call SE93 and press "Create" pushbutton, select radio button labeled "Program and screen (dialog transaction)."

Kind Regards,

Rae Ellen Woytowiez

Read only

0 Likes
1,538

Rae,

Thanks. It solved my problem.

Read only

Former Member
0 Likes
1,538

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