Application Development 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: 

call a transaction automatically F8, select all and click on a button

Former Member
0 Kudos

Hi all,

I have a requirement where I click on a custom application bar from my selection screen and it should got through a new transaction(zt1) selection screen, should pass the delivery number from my base program, should execute automatically. when executed it displays some ALV line items. Automatically those line items should be selected(I have a select all button) and should click on a custom application button(Print).

How can I achieve this? I have an option of BDC but any other choices apart from that?

1 REPLY 1

former_member186746
Active Contributor
0 Kudos

Hi,

Instead of calling your custom transaction you can also replicate the abap logic for printing it, then you don't need to pass all this data.

Maybe you can even directly call the method/subroutine that your custom transaction uses when someone presses the print button.

Kind regards, Rob Dielemans