‎2010 Oct 18 5:17 AM
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
‎2010 Oct 18 5:27 AM
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.
‎2010 Oct 18 5:27 AM
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.