cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve text in FM READ_TEXT to CR.

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Alex,

You posted here multiple times, any reason why you can't include the version of CR with each post so it's clear and we don't have to ask each time? Quite often people have more than one version installed and does or can make a difference.

Also need info on the DB and Client you are using.

Have you tried connecting using some other type of connection?

Does what you are doing work in in a stand alone DB tool?

Thanks

Don