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

New Session

VikasB
Active Participant
0 Likes
394

hi all,

I have one main report which calls another report on button click from ALV of main report.

while calling this new report I am using Function module ABAP4_CALL_TRANSACTION with addition STARTING NEW TASK to open that report in a new session.

this opens a new window for that calling report. but what i want is the that opened window size should be smaller than in Main report window size.

any idea how to achive this...

thanks in advance.

regards,

vikas.

2 REPLIES 2
Read only

VikasB
Active Participant
0 Likes
357

???..

Read only

Former Member
0 Likes
357

hi

try to use WINDOW STARTING AT X1 Y1.

ENDING AT X2 Y2.

reward if helpful.