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

transaction cmod - set cursor...

Former Member
0 Likes
814

hi,

There's an Enhancement: PBAS0001

PA: Pers.Admin./Recruitment: Default values and checks.

In include ZXPADU02:

I try to set cursor on field P0442-REGNO (infotype - 0442)

but it's not work.

The field appear on screen 2100 while first load screen 2000. how can i set cursor on field P0442-REGNO in include ZXPADU02.

6 REPLIES 6
Read only

Former Member
0 Likes
752

Set the cursor on screen field ( cleck F1 on the field and see technical attribute of it , here u'll get screen field ) not on the database table-field .

regards

Kishor

Read only

Former Member
0 Likes
752

Hello eliram,

I don't think u will be able o use this exit to do the necessary. As this is called in PAI and not in PBO it will be difficult to set it before the screen in displayed.

Read only

Former Member
0 Likes
752

You can SET CURSOR in PBO of the screen

Read only

0 Likes
752

i can't do anything with the screen.

it's sap program - module pool: mp044200.

that's why i use Enhancement: PBAS0001 in transaction cmod.

INCLUDE ZXPADU01 - pbo - only in create or copy.

INCLUDE ZXPADU02 - pai - in any operation.

Read only

0 Likes
752

Have you tried this -

Set the cursor on screen field ( cleck F1 on the field and see technical attribute of it , here u'll get screen field ) not on the database table-field .

regards

Kishor

Read only

0 Likes
752

i can't focus on field p0442-regno because in cmod

INCLUDE ZXPADU02 i can focus on fields in screen 2000

and the field i want to focus found in screen 2100.

how can i move from screen 2000 to 2100 in cmod

INCLUDE ZXPADU02 ? ?