Application Development 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: 

PBO not being trigger in POV

Former Member
0 Kudos

Dear,

I have 2 field on screen BELNR and GJAHR. If i put some value in belnr than help of GJAHR contain possible values of given BELNR. But problem is PBO is not trigger so value of belnr is not getting update.

Thanx.

Anuj

4 REPLIES 4

Former Member
0 Kudos

PBO and POV are separate events... WHat exactly is your problem?

Former Member
0 Kudos

Dear,

Actually i want F4 help by using POV. But given value of belnr in screen is showing empty in debugger. Means screen value is not getting update. So i am not getting F4 help on respect of given Belnr.

If after entering belnr if i do ENTER then this work fine because in that case PBO triggered. But i do not want to press ENTER.

0 Kudos

HI,

In the event POV use the FM -> DYNP_VALUES_READ to get the screen field value i.e in ur case it is belnr

then depending on the belnr write ur further logic. Pass the field name in the table parameter DYNPFIELDS

Regards,

Madhukar Shetty

Former Member
0 Kudos

Thanx dear its working fine.