2006 Sep 14 2:20 PM
hi everybody
theres a field in table tcurr, called as gdatu
the date format in this field is very strange , for example 80009898
Does anybody know any FM which converts this date into a readable format?
Regards
Anjali
2006 Sep 14 2:23 PM
Use the FM <b>CONVERSION_EXIT_INVDT_OUTPUT</b>.
Regards,
Prakash.
hi everybody
theres a field in table tcurr, called as gdatu
the date format in this field is very strange , for example 80009898
Does anybody know any FM which converts this date into a readable format?
Regards
Anjali
2006 Sep 14 2:23 PM
Use the FM <b>CONVERSION_EXIT_INVDT_OUTPUT</b>.
Regards,
Prakash.
2006 Sep 14 2:23 PM
Try using one of these fms:
CONVERSION_EXIT_INVDT_INPUT Conversion exit routine for inverted date (INPUT)
CONVERSION_EXIT_INVDT_OUTPUT Conversion exit routine for inverted date (OUTPUT)
Sample Usage:
CALL FUNCTION 'CONVERSION_EXIT_INVDT_OUTPUT'
EXPORTING
INPUT = TCURR-GDATU
IMPORTING
OUTPUT = DATE.
Regards,
ravi
2025 Aug 19 2:11 PM
In this FM for exporting parameter associated type is not given, what should be the associated type which can hold atleast 10 char as I want date to be printed as dd/mm/yyyy
2025 Aug 19 2:36 PM - edited 2025 Aug 19 2:36 PM
JM25 you are replying a "Former member" (aka nobody) from a thread from 2006!
2006 Sep 14 2:25 PM
CONVERT INVERTED-DATE TCURR-GDATU INTO DATE VALID_FROM_DATE.
2006 Sep 14 2:28 PM
hi ,
use this FM
CONVERSION_EXIT_INVDT_OUTPUT
rgds
anver
if hlped mark points
2006 Sep 14 2:33 PM
Hi Sia,
Please try this FM.
<b>CONVERSION_EXIT_INVDT_INPUT
CONVERSION_EXIT_INVDT_OUTPUT</b>
Hope this will help.
Regards,
Ferry Lianto
2006 Sep 14 2:33 PM
the FM CONVERSION_EXIT_INVDT_OUTPUT works perfectly
Thanks Prakash!
2006 Sep 14 2:43 PM
2006 Sep 15 7:37 AM
2006 Sep 14 3:04 PM
Hello,
Use the function module CONVERSION_EXIT_INVDT_OUTPUT
Regs,
Venkat Ramanan N
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |