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

Cursor Set - Not Working

Former Member
0 Likes
550

In Screen Designing on selecting a list item iam trying to fetch and track the cursorfield in a field by name ' cursorf'

Get Cursor Field Cursorf.

Its able to fetch the cursorfield and storing in cursorf.

Later i assigned cursorf to the screen field

cursorf = zfeestab-feesdate. (zfeestab - screenname and feesdate - field on screen)

Set Cursor Field cursorf.

The entire operation is written in PAI module, but unable to get the cursor on feesdate field of screen on selecting an item from list. The same thing i tried to do in writing in PBO module also but unable to get it. The cursor should blink on the set cursor field assigned.

Please help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
503

Hi,

try writing in PAI.

Field Fieldname Module Modulename.

eg: FIELD wf_field module abc.

module abc.

set cursor Field 'FIELD NAME'.

endmodule.

Rgds,

Ajith

reward pts if helpful.

3 REPLIES 3
Read only

anversha_s
Active Contributor
0 Likes
503

hi,

Get Cursor Field 'FILED_NAME'.  " in capital letter and quotes

same for SET CURSOR

rgds

Anver

Read only

Former Member
0 Likes
504

Hi,

try writing in PAI.

Field Fieldname Module Modulename.

eg: FIELD wf_field module abc.

module abc.

set cursor Field 'FIELD NAME'.

endmodule.

Rgds,

Ajith

reward pts if helpful.

Read only

Former Member
0 Likes
503

Hi Sandeep,

Try to write <b>set cursor field dg_field_name</b> in PBO.

Thanks & Regards,

Siri.