2007 Apr 10 8:20 AM
Hi experts
i am developing a module pool prog, in the second screen 6 fields are displayed and one of them is date field. I wanna search help for that date field. Plz note the date field is populated from Work area of iternal table.
Plz help me out in solving the issue.
Thanks and Regards,
Alson
Hi,
Take that Date screen field as SY_DATUM.
we don't create search helps for date fields.
generally by default all date fields have search help.
press F4 and see.
reward if useful
regards,
Anji
2007 Apr 10 8:25 AM
Hi,
do like this...
Process on value-request.
module modulename field <field name ,here give ur date field>
Double click on it..Now use the FM F4_DATE inside the module..
Regards,
Nagaraj
2007 Apr 10 8:25 AM
Hi
We have a lot of Example programs in SAP, have a look at the demo program
<b>DEMO_DYNPRO_F4_HELP_MODULE</b>..
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm
Regards
Sudheer
2007 Apr 10 8:27 AM
Hi,
Take that Date screen field as SY_DATUM.
we don't create search helps for date fields.
generally by default all date fields have search help.
press F4 and see.
reward if useful
regards,
Anji
2007 Apr 10 8:29 AM
Hi Alson,
In the internal table, declare your date field referring to a standard data element like ERDAT.
date type EKKO-ERDAT,
Put the date field on the screen using the get from program button in the screen painter. YOu would get the f4 help automatically,
Regards,
Ravi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |