Skip to Content
0
Former Member
Jun 08, 2009 at 03:50 PM

Reading CRMD_ORDERADM_H through field CREATED_AT

381 Views

Hello,

I want to do something like this:

SELECT guid object_id process_type created_at posting_date
    INTO CORRESPONDING FIELDS OF TABLE lt_orderadmh
    FROM crmd_orderadm_h
    WHERE created_at > sy-datum.

But it doesn't work.

I notice CREATED_AT is a special decimal field... for a date?

I found the conversion routine but I don't know how to use it. What format of date does this function receive?

CONVERSION_EXIT_TSTLC_INPUT

Best Regards