Application Development 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: 

LCHR data type in USR10

0 Kudos

Dear colleagues,

The Problem is: AUTHS fields in table USR10 are in LCHR data type. I cannot read them.

How is it possible to convert These fields?

Thank you.

Best regards,

Yan Gordon

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

With LCHR, you must absolutely read its previous INT2 field in the SELECT (and INT2 must be before LCHR in the target structure/table, don't ask!)

For more info, see note 302788 - LCHR/LRAW fields in logical cluster tables

Message was edited by: Sandra Rossi : For more info, see note 302788 - LCHR/LRAW fields in logical cluster tables

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

With LCHR, you must absolutely read its previous INT2 field in the SELECT (and INT2 must be before LCHR in the target structure/table, don't ask!)

For more info, see note 302788 - LCHR/LRAW fields in logical cluster tables

Message was edited by: Sandra Rossi : For more info, see note 302788 - LCHR/LRAW fields in logical cluster tables

0 Kudos

Hello Sandra.

thank you for Information. But note does not answer my question.

How is it possible to convert  LCHR field?

Sorry, I am not ABAPer. I have no idea.

0 Kudos

Sorry, I am not ABAPer. I have no idea.

Ask an Abaper to read include MS01CD20_FILL_TABPRO (map USR10 to an internal table using offset and assign statements)

Regards,

Raymond