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: 

How to call a standard subscreen of a TCODE into a Custom screen

Former Member
0 Kudos

Hi Folks,

I need to call a subscreen of tcode KEU3 into my custom program.

Is it possible to call a Standard subscreen of a tcode in to a custom program?

Here it is not a Standard Report it is Module Pool Program.

3 REPLIES 3

former_member223537
Active Contributor
0 Kudos

Hi Vinay,

Even if you call a standard subscreen in your program, how are you going to handle the data which is entered in the subscreen. Do you want the save the values into your own tables or validate them ?

I am not clear on the need for such a requirement. Please elaborate.

Thanks,

Best regards,

Prashant

0 Kudos

Hi Prashanth,

Thanks for your reply .Yes here i need to call a subscreen of that standard report .The user wants the same functionality what the standard tcode is doing now.They want the standard functionality in the custom screen .So do we have any possibility to call a standard screen with the custom program values?

0 Kudos

Hi Vinay,

Well we can call the screen using CALL TRANSACTION with BDC recording. However if you want only a part of the entire screen i.e. subscreen to be displayed, then thats not possible.

You will have to build your own screen.

Thanks,

Best regards,

Prashant