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

VA05

Former Member
0 Likes
398

Hi all,

I want to jump with a double-click to the transaction VA05 from another Z-Program which is preparing some order numbers.

I'm doing this with:

CALL TRANSACTION 'VA05' USING bdcdata MODE 'A'

MESSAGES INTO itab_mes.

This is working so far. My problem is that I have to transfer the order numbers to the VA05. If I'm doing this in a normal dialog I have to put the button "Further sel. criteria", mark "SD document" und put in the orders.

How can I do this automatically with my program?

Thank you for your help!

Stefan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
340

Fill the BDCDATA with the fields which are required to get into that screen

1 REPLY 1
Read only

Former Member
0 Likes
341

Fill the BDCDATA with the fields which are required to get into that screen