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

Issue while Calling VA43 second screen using call transaction

Former Member
0 Likes
542

Hi Frds,

I have created business object to display VA43 second screen. for this implemented a method as BAPI where added ZBAPI in SW01 and use below code in.

set parameter id ''AUN' field lv_vbeln.

call transaction 'VA43' and skip first screen.

but it always show first screen i.e. search contract order, even if i use normal method still result is same.

Please Note: when using same code in report it work fine. i.e show second screen of respected contract.

Please advice.

Thanks,

Rajan

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
424

Have a look at the doc of CALL TRANSACTION which states :


This addition suppresses the display of a  screen of the initial dynpro of a called dialog transaction.

The addition AND SKIP FIRST SCREEN suppresses the first screen only under these prerequisites:

  • On the initial dynpro, the dynpro number must not be specified as a static follow-on dynpro in Screen Painter.
  • All mandatory input fields of the initial dynpro must be filled completely and with the correct values by the SPA/GPA parameters.

If these prerequisites are met, the screen of the dynpro is displayed that is specified in Screen Painter as the next dynpro of the initial dynpro.