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

a subscreen calling a screen

Former Member
0 Likes
853

hi,

i know that a subscreen can not call a normal screen.

so how can i replace that.

i have button in subscreen.

i want when i click down another screen appears, a screen that contains an alvgrid with header.

help.

hi,

i know that a subscreen can not call a normal screen.

so how can i replace that.

i have button in subscreen.

i want when i click down another screen appears, a screen that contains an alvgrid with header.

help.

6 REPLIES 6
Read only

Former Member
0 Likes
816

Meriem,

     Have you considered calling another subscreen where you can have the ALV grid display with the header?

~Athreya

Read only

0 Likes
816

hi Athreya,

i will try to put my alv in a subscreen and try to call it from the other subscreen.

Read only

0 Likes
816

but i can' do that because i want my alv in a new screen

Read only

Former Member
0 Likes
816

i solve that i just call screen.

Read only

Former Member
0 Likes
816

Hi Meriem,

As you know,we cannot call Normal screen by a subscreen,but we can call another subscreen by a subscreen.

So my suggestion is,Create another subscreen and call ALV grid in that subscreen.

Call the second subscreen when you click on a button on First subscreen.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
816

The function code associated to the button will be copied to the ok_code of the main screen, so you must/should manage it in the main screen (I suppose the subscreen is a customer exit/BAdI subscreen and the main screen a standard SAP screen, what else ?) You could check sy-ucomm in the PAI of the subscreen. You could also display the ALV in a docking container attached to one side of current screen.

Can you be more specific about your requirement, did you check for customer-specific function code avaliable in exit of main program, etc. ?

Regards,

Raymond