2006 Jul 05 7:42 AM
Hi all,
WHile using LDB (PNP) how to make the current year as default.
tnx
tnx for your replies.
but it is like selecting the current year option(radio button) by default in standard LDB(PNP). is it neccessary that i have to go for Module Pool Programming
Message was edited by: Dana Boopalam
Hi all,
WHile using LDB (PNP) how to make the current year as default.
tnx
tnx for your replies.
but it is like selecting the current year option(radio button) by default in standard LDB(PNP). is it neccessary that i have to go for Module Pool Programming
Message was edited by: Dana Boopalam
2006 Jul 05 7:52 AM
Hi dana,
1. simple.
2. write the code in INITIALIZATION EVENT.
3. just copy paste to get a taste of it.
4.
REPORT ABC.
tables : pernr.
INITIALIZATION.
PNPBEGDA = SY-DATUM.
regards,
amit m.
2006 Jul 05 7:54 AM
2006 Jul 05 8:00 AM
2006 Jul 05 8:01 AM
initialization.
PNPPABRJ = sy-datum+0(4). "Make use of your date format.rgds,
TM
2006 Jul 05 8:12 AM
2006 Jul 05 8:12 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |