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

help in pnp

Former Member
0 Likes
325

hallow

i use the logical data base pnpce and i wont to now if i can change the date

like the user can choose <b>just</b> today

regards

hallow

i use the logical data base pnpce and i wont to now if i can change the date

like the user can choose <b>just</b> today

regards

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
300

I dont think we have any screen with just TODAY.

you can search or create one through attributes->hr report category.

Or choose any and use following code in INITIALIZATION event.

loop at screen.

if screen-name = 'PNPBEGDA'.

screen-invisible = '1'.

endif.

modify screen.

endloop.

regards,

Amit