‎2009 Sep 30 8:07 AM
Hi Experts,
I am creating sales order and displaying the order number. If I double click on the order number, it has to go to VA03 and order should be displayed. For that I wrote BDC. But When I execute it, the VA03 screen comes with a small frame. I want the output like if we go to VA03 and give order number and press enter.
How to maximize the screen?
Thanks and regards,
venkat
‎2009 Sep 30 8:11 AM
Hi,
Did you try like below rather than use the BDC:
set parameter id AUN field ordernumber(variable).
call transaction VA03 skip first screen.
Regards,
Himanshu
‎2009 Sep 30 8:11 AM
Hi,
Did you try like below rather than use the BDC:
set parameter id AUN field ordernumber(variable).
call transaction VA03 skip first screen.
Regards,
Himanshu