Skip to Content
0
Former Member
Jun 10, 2011 at 02:52 AM

How to retrieve text in FM READ_TEXT to CR.

77 Views

Dear all expert,

I need to return some text to my CR from FM READ_TEXT. I try to pass the GUID from tables CRMD_ORDERADM_H to table STXH field TDNAME. But the problem is, The field TDNAME is storing a CHAR with length 70. the example of TDNAME is:

E064C2BC64BC0AF1951D005056A10000 20110412054058139

There are 21 space in the TDNAME field.

GUID from CRMD_ORDERADM_H is a RAW with length 16 field:

E064C2BC64BC0AF1951D005056A10000

I suspect the last 17 CHAR is the timestamp:

20110412054058139

How can I pass the GUID + TIMESTAMP from CRMD_ORDERADM_H to table STXH field TDNAME?

Thank You.