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 screen on another session code

Former Member
0 Likes
838

Hi Experts,

How can I code the calling of a dialog box screen with ALV. already call this function module, pesudocode:

CALL FUNCTION 'CC_CALL_TRANSACTION_NEW_TASK'

STARTING NEW TASK 'ZNEW'

DESTINATION 'NONE'

EXPORTING

transaction = 'ZSDR0025'

TABLES

paramtab = it_spa.

Note: ZSDR0025 is the transaction code that contains CALL SCREEN 9000 STARTING 10 5.

It's already calling the screen with the ALV values also displayed, but the problem is that it is not a dialog box, but a full screen call and users liked it to be a dialog box. Please help on how to rectify by code.

4 REPLIES 4
Read only

prasoon_sahay
Participant
0 Likes
659

Refer to program BCALV_TEST_GRID_ONPOPUP and BCALV_GRID_AND_POPUP

Edited by: Prasoon Sahay on Mar 10, 2011 7:59 PM

Read only

0 Likes
659

Hi,

Try using the function module 'REUSE_ALV_POPUP_TO_SELECT'.

Thanks,

Rugmani

Read only

0 Likes
659

Sorry for the misundertanding...my problem is "How can I code the calling of another session dialog box screen with ALV".

So from one screen execution, it will create another session for the other screen but a dialog box and ALV.

Read only

0 Likes
659

Problem solved...created a Selection-Screen for the skip screen of the Function Module, then called the screen as dialog box e.g. CALL SCREEN 9000 STARTING FROM 10 10.