cancel
Showing results for 
Search instead for 
Did you mean: 

Read_Text in webdynpro

Former Member
0 Kudos

Hi guru's,

I need to get text from standard tcode va22. By sdn search i got function module Read_text.

While running Function module alone its working fine.

But while implement in to webdynpro how to create node for text edit ( cardinality for text edit ) it showing dump.

Thanks & Regards,

Meena.R

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

READ_TEXT uses table of  structure TLINE, however TEXT_EDIT UI uses a string table.

Create a string table in context and move data returned from READ_TEXT to this context table.

And finally bind value of TEXT_EDIT UI with this context table.

Regards,

Priyanka

former_member184578
Active Contributor
0 Kudos

Hi,

use cardinality 1:1 and check. if not post your short dump here..

Regards,

Kiran

Former Member
0 Kudos

Hey kiran i used cardinality 1:1 and selection 0 :1

but it showing error

Type conflict when calling a function module.

Regards,

Meena.R