cancel
Showing results for 
Search instead for 
Did you mean: 

Giving the input as sy-datum to GDATU not working..

Former Member
0 Kudos

Hi Gurus,

I am working on customized function module in this  function module one of the input is GDATU for this we are giving the input as sydatum.

But it is not working. When we are manually enter the date like DD.MM.YYYY it' working fine.

I have tried below function modules. But it is not working.

CONVERSION_EXIT_INVDT_INPUT

CONVERSION_EXIT_INVDT_OUTPUT.

Also i have tried below syntax.

CONVERT DATE SY-DATUM INTO INVERTED-DATE DATE_INV.

Please advise.

Regards

Sudhir Saripalli

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I have solved this problem. For inverted date conversion i have used.

Variable = 99999999 - SY-DATUM.

Regards

Sudhir Saripalli.

Answers (1)

Answers (1)

fcorodriguezl
Contributor
0 Kudos

Hi Sudhir,

Assume you try load since datasource infopackage, try mark conversion routine.

Regards

Former Member
0 Kudos

Hi,

I have tried but no luck,

Regards

Sudhir Saripalli