Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Document date in notification

Former Member
0 Likes
651

Hi,

The value of Document Date(DOKDT) is fetching from the table AUSP by passing objek and atinn. And the document date is getting in the ATFLV field. But it is not in date format. It is in floating point format. how to convert it to date format plz help..

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
624

Look at function module CTCV_CONVERT_FLOAT_TO_DATE.

Regards

5 REPLIES 5
Read only

Lakshmant1
Active Contributor
0 Likes
624

Hi Anu,

Use FM CTCV_CONVERT_FLOAT_TO_DATE

Thanks

Lakshman

Read only

RaymondGiuseppi
Active Contributor
0 Likes
625

Look at function module CTCV_CONVERT_FLOAT_TO_DATE.

Regards

Read only

0 Likes
624

This FM is not released . So i can't use it directly.

could u please give any other solution for this .

Read only

0 Likes
624

Just use statement UNPACK <field> TO <date-field>.

Regards

Read only

0 Likes
624

THANK YOU!!!!