report ZCERINVERTDATE
data d_date(10).
call function 'CONVERSION_EXIT_INVDT_OUTPUT'
exporting
input = '79879869'
importing
output = d_date.
write d_date.
data c_date(8).
call function 'CONVERSION_EXIT_INVDT_INPUT'
exporting
input = '07102005'
importing
output = c_date.
write c_date.
data d_date(10).
call function 'CONVERSION_EXIT_INVDT_OUTPUT'
exporting
input = '79879869'
importing
output = d_date.
write d_date.
data c_date(8).
call function 'CONVERSION_EXIT_INVDT_INPUT'
exporting
input = '07102005'
importing
output = c_date.
write c_date.