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

Explit 'ENTER' in POV

Former Member
0 Likes
974

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
917

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]

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
918

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]

Read only

0 Likes
917

> 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

Read only

0 Likes
917

Suhas,

I have mentioned about the POV. Just wanted the OP to know about the options available

Read only

Former Member
0 Likes
917

The statement

leave to screen sy-dynnr.

will call the pbo of the screen. PAI will not be processed.

KR

Alfons Eberth

Read only

0 Likes
917

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