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: 

LDB Selection Screen

Former Member
0 Kudos

Hi Guru's ,

I am using PNP as LDB, I a m having Payroll Period on the selection screen. How to make 'PAYROLL AREA' default not equal to '99'. That is when ever i execute the pgroma, default payroll area should be not equal to 99 with current period raiod button checkd.

Thanks,

Sarath.

1 REPLY 1

Former Member
0 Kudos

Hi,

You can code it in

AT SELECTION-SCREEN.

IF PNPXABKR EQ '99'.

MESSAGE E000(TEST).

ENDIF.

PNPTIMR9 = 'X'. "CURRENT PERIOD

REWARD IF USEFUL.