‎2012 Feb 08 9:34 AM
Hi Experts,
Is it possible to explit 'ENTER' command in POV, so that PBO will be triggerred and my problem will be solved.
Any inputs are appreciated.
Regards
Sravan
‎2012 Feb 08 10:14 AM
Not sure about POV. But you can have a look into this
If this statement is specified during PBO processing, then the current dynpro is processed without displaying the screen, while the screen of the previous dynpro remains visible. After the PBO processing, the system triggers the event PAI in such as way, as if a user had pressed Enter
Read [SUPPRESS DIALOG|http://help.sap.com/abapdocu_70/en/ABAPSUPPRESS.htm]
‎2012 Feb 08 10:14 AM
Not sure about POV. But you can have a look into this
If this statement is specified during PBO processing, then the current dynpro is processed without displaying the screen, while the screen of the previous dynpro remains visible. After the PBO processing, the system triggers the event PAI in such as way, as if a user had pressed Enter
Read [SUPPRESS DIALOG|http://help.sap.com/abapdocu_70/en/ABAPSUPPRESS.htm]
‎2012 Feb 08 10:22 AM
> Read [SUPPRESS DIALOG|http://help.sap.com/abapdocu_70/en/ABAPSUPPRESS.htm]
@Keshav: The OP wants to trigger PBO from the POV module. How does SUPPRESS DIALOG help? I don't get it
@Sravana: If you give more details about your problem, may be we can provide you with the solution.
BR,
Suhas
‎2012 Feb 08 10:33 AM
Suhas,
I have mentioned about the POV. Just wanted the OP to know about the options available
‎2012 Feb 08 11:02 AM
The statement
leave to screen sy-dynnr.
will call the pbo of the screen. PAI will not be processed.
KR
Alfons Eberth
‎2012 Feb 08 11:39 AM
Hi Everyone,
Thanks for your replies... My problem is solved using FM SAPGUI_SET_FUNCTIONCODE.
Regards
Sravan
Edited by: Sravan_SAP on Feb 8, 2012 12:41 PM
Edited by: Sravan_SAP on Feb 8, 2012 12:41 PM