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: 

Using submit program to access the standard program output save button .

Former Member
0 Kudos

Hi Guys,

Need help for my development .

I have created one 'Z' program Ex : zreport_1. This program contain submit statement to access and pass value to the standard program .

Passing xml file like :(awe_234_ert_4543.xml) to the standard program .

As of now file name has been passing to the standard program .After exceution of standard program in output screen it is having a one confirmation popup and save button when i press save button it will save in Al11 directory file path. how to achieve this pop up and save button through submit statement .

2 REPLIES 2

Sandra_Rossi
Active Contributor

Maybe with technology "Batch Input". Do a dynpro recording of transaction SA38 (SHD0), to get the "BDC data", and execute this BDC data from your program with statement CALL TRANSACTION 'SA38' USING ... cf ABAP documentation and SCN.

Jelena
Active Contributor
0 Kudos

It'd be helpful if you explained what standard program you're calling and why. There could be better options.

BDC might work, as Sandra suggested, but there won't be any BDC in S/4HANA. So come 2025 I guess we should expect a new question from your successor on how to deal with this.