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

BDC screen error

Former Member
0 Likes
358

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
323

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

1 REPLY 1
Read only

Former Member
0 Likes
324

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