‎2016 Aug 08 4:14 PM
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
‎2016 Aug 08 8:43 PM
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.