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