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: 

Calling VA03 item screen and return to calling program

Former Member
0 Kudos

Hi Exports,

Good Day....

I am having one issue in my development.

My requirement is, I am calling VA03 item screen form my report output based on the user selected order and when user clicks on back butten it should come to my report output list insted of VA03 initial screen. please provide me the solution.

now calling the VA03 next screen based on the selected order by using BDC, but while clicks on BACK butten it is comming to VA03 initial screen insted of my report output. i need go my report output when i clicks on back button, please help me on this.

Thanks,

Firdous

1 REPLY 1

nirajgadre
Active Contributor
0 Kudos

Hi,

Instead of calling the BDC program for nevigating to VA03 transaction from your report. you can use the user the SET PARAMETER statement to set the sales order no. and then call the transaction VA03 skipping first screen.

SET PARAMETER ID 'AUN' sales order number.
CALL TRANSACTION 'VA03' and SKIP FIRST SCREEN.

This will nevigate you to the second scren of the VA03 screen and if you press back button it will come to the report again.