‎2008 Dec 30 9:44 AM
Good morning,
i have to develop a matchcode custom in a dynpro of a module pool, because i have some custom data fields in different format (YYMM) (DDMMYY) and i haven't declared the fields DATS but CHAR.
I wanto to call the function F4_DATE on matchcode input and transalte via ABAP the correct format.
How i set the match-code in a field of a dynpro? I tryed with "FIELD ZTBMODOMO-ZDTRICHIESTA MODULE DTRICHIESTA_0200 ON REQUEST." but it doesn't work for my proposal.
thanks a lot.
Marco
‎2008 Dec 30 10:11 AM
hi,
Please check this link will help you
http://help.sap.com/saphelp_nw70/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/frameset.htm
‎2008 Dec 30 10:18 AM
Hi.
Check this link.
http://help.sap.com/saphelp_nw04s/helpdata/en/b3/4d3642eca5033be10000000a1550b0/frameset.htm
REgards.
Jay
‎2008 Dec 30 10:34 AM
ok thanks, but i have to create a custom help.
I using standard dynpro, no web dynpro.
I mean if there is an istruction like "AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fname." that is using for report programming, also in module pool programming.
thanks
‎2008 Dec 30 10:44 AM
thanks i resolved myself with the code:
PROCESS ON VALUE-REQUEST.
FIELD ZTBMODOMO-ZDTRICHIESTA MODULE DTRICHIESTA_0200.this is called when i pressed f4.
bye