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: 

transaction cmod - set cursor...

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

You can SET CURSOR in PBO of the screen

0 Kudos

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.

0 Kudos

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

0 Kudos

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 ? ?