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

how to trigger PAI

ifat_bar
Participant
0 Likes
919

hello,

I am using dialog programming , I need to trigger PAI after POV automaticaly without an enter command.

My requirment is to set the cursor on the screen field directly from the POV is it possible ?

Regards

Yifat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
598

Hi, maybe you can use something like:

call method CL_GUI_CFW=>SET_NEW_OK_CODE exporting NEW_CODE = '/00'.

hello,

I am using dialog programming , I need to trigger PAI after POV automaticaly without an enter command.

My requirment is to set the cursor on the screen field directly from the POV is it possible ?

Regards

Yifat

2 REPLIES 2
Read only

Former Member
0 Likes
599

Hi, maybe you can use something like:

call method CL_GUI_CFW=>SET_NEW_OK_CODE exporting NEW_CODE = '/00'.

Read only

Former Member
0 Likes
598

HI,

Use SET CURSOR FIELD US_FELDNAME.

regards,

Abhijit G. Borkar