Use [SUPPRESS DIALOG|http://help.sap.com/abapdocu_70/en/ABAPSUPPRESS.htm] in PBO, this will trigger PAI without displaying the screen.
Regards,
Raymond
Hi Pradeep,
It is not possible to go directly to a particular statement in PBO. But this can be achieved by putting other statements in PAI and PBO in conditions like : check for sy-ucomm or for any other condition. The statement that you dont want to execute for a particular scenario, put that in some kind of condition check.
Thanks & Regards
Rocky Agarwal
Add a comment