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

Defaulting LDB screen fields

Former Member
0 Likes
402

Hi Techies ,

I have got to default certain selection screen fields of LDB( Logical Data Base).

Any suggestion as how to do this.

I appreciate ,If you could provide your inputs

Thanks

Santhosh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

Hi,

If you want to default values to some fields , write the coding in INITIALIZATION event.

Ex:

PNPPERNR-SIGN = 'I'.

PNPPERNR-OPTION = 'EQ'.

PNPPERNR-LOW = '90'.

APPEND PNPPERNR.

Regards,

Srini.

1 REPLY 1
Read only

Former Member
0 Likes
374

Hi,

If you want to default values to some fields , write the coding in INITIALIZATION event.

Ex:

PNPPERNR-SIGN = 'I'.

PNPPERNR-OPTION = 'EQ'.

PNPPERNR-LOW = '90'.

APPEND PNPPERNR.

Regards,

Srini.