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

assign defaulit values while using PNP

Former Member
0 Likes
695

Hi Everybody,

I am using Logical Database PNP for the one of my implementation. i have to develop a new report using PNP logical database. Now I have to assign default values for Employee status and Employee Group. while executing the report, in the selection screen default values must be "3" and '1" . How to assign them.

Thank and regards,

giri.

1 ACCEPTED SOLUTION
Read only

former_member225631
Active Contributor
0 Likes
564

Initialization.

pnpstat2-sign = 'I'.

pnpstat2-option ='EQ'.

pnpstat2-low = '3'.

APPEND pnpstat2.

CLEAR pnpstat2.

1 REPLY 1
Read only

former_member225631
Active Contributor
0 Likes
565

Initialization.

pnpstat2-sign = 'I'.

pnpstat2-option ='EQ'.

pnpstat2-low = '3'.

APPEND pnpstat2.

CLEAR pnpstat2.