‎2008 May 02 10:09 AM
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.
‎2008 May 02 10:49 AM
‎2008 May 02 11:04 AM
hi
try to use WINDOW STARTING AT X1 Y1.
ENDING AT X2 Y2.
reward if helpful.