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

READ_TEXT Code?

Former Member
0 Likes
527

Anyone privy to the coding beneath the READ_TEXT FM?

A PL/SQL equivalent would SURE heal a lot of pain.

Thanks,

David Sacker

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
487

Check this thread -

Regards,

Amit

reward all helpful replies.

Read only

0 Likes
487

Not quite what I need. This tells how to tell ABAP certain things about READ_TEXT, but what I need is the actual code that reads the raw data and converts it, aka, what comprises the READ_TEXT function module.

Read only

0 Likes
487

For that you may take a look at the code for this FM in SE37.

Basically it is reading from STXH and doing conversions for the data.

Regards,

Amit

Read only

0 Likes
487

It eventually has to read the STXL.CLUSTD field, which is LONG RAW, and then convert it. I need that low of a level of code.

I'll look into SE37, see how far it will help, then get back.