on 2006 Aug 25 3:39 PM
Hi,
I have executed a PNP program.
I can see the Standard PNP Selection Screen with the radiobutton at Other Period as default.
How can i change the program so that the radiobutton takes Today on selection screen as Default.
Thanks,
Rohit
Hi Rohit,
Use the following code in the Initialization event;
INITIALIZATION.
pnptimed = 'D'.
Regards,
Anirban
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rohit,
if you are using the new PNPCE you can say in the customizing of the report class (SM30 T599C) what should be the default value and what should be available.
Even better than creating coding.
In the coding for PNP you should use PNPTEIMED.
Regards,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try the following..
AT SELECTION-SCREEN OUTPUT.
PNPTIMR6 = space.
PNPTIMR1 = 'X'.
~Suresh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
104 | |
10 | |
8 | |
7 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.