‎2007 Oct 23 7:27 AM
‎2007 Oct 23 7:29 AM
Import parameters Value
INPUT 12102007
PLAUSIBILITY_CHECK X
Export parameters Value
OUTPUT 12.10.2007
‎2007 Oct 23 7:29 AM
INPUT 10122007
PLAUSIBILITY_CHECK X
Export Parameters Value
OUTPUT 10.12.2007
‎2007 Oct 23 7:31 AM
Hi,
it's used to check whether '.' is separator used in date.
Regards,
Raghavendra
‎2007 Oct 23 7:31 AM
hi,
i have used only fm_* intern_date for coverting the input date to the system date fornat, this is also like that, plz check that
regards
karthik
‎2007 Oct 23 7:31 AM
This function module converts a date from the externally formatted user input into the internal SAP system format. There will not be a function module CONVERT_DATE_OUTPUT as this is is done via WRITE, using the parameter DD/MM/YYYY.
‎2007 Oct 23 7:37 AM
Import Parameter
INPUT : 23102007
PLAUSIBILITY_CHECK : X (default value)
u will get the date in sydatum format i.e
Export parameters
OUTPUT 12.10.2007
regards,
sohi
‎2007 Oct 23 7:41 AM
Hi Hema,
CONVERT_DATE_INPUT : Conversion of a date from external to internal format
Regards,
Hemant
‎2007 Oct 23 7:47 AM
Hi Hemant,
Could you please give me an example for this?
Regards,
Hema
‎2007 Oct 23 7:53 AM
Dear Go to transaction
<b>internal format</b>
SU3>Defaults>check date format whether it is DDMMYYYY or YYYYMMDD
now run this function module enter date format yhat is <b>external format</b>.
so it will output in internal format.
ok enter in FM input 20071012.
change your internal date format to YYYYMMDD.
it will give output 12.10.2007
i think you got it.
reward if useful.
Amit Singla