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

Handling Long Text

Former Member
0 Likes
902

Dear All

i got a requirement for handling of the long Text in webdynpro

help me in this regards with the sample

Thanks

Regards

Jaipal

Dear All

i got a requirement for handling of the long Text in webdynpro

help me in this regards with the sample

Thanks

Regards

Jaipal

6 REPLIES 6
Read only

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
876

What do you mean by handle? Edit, display, print? What kind of long text? Message long text or application long text? How is the long text stored (as separate records or as a single STRING). What exactly are you having problems with in regards to the long text. I think you need to supply more details.

Read only

0 Likes
876

Thank you Thomas for the quick reply

i want to store the long text information without using datatype String

my Requirement here over is creating fields which will hold the long text ex: Comments

in the database string data type can'nt be used

on this i require suggestions or Sample on same

Regards

Read only

0 Likes
876

Thank you Thomas for the quick reply

i want to store the long text information without using datatype String

my Requirement here over is creating fields which will hold the long text ex: Comments

in the database string data type can'nt be used

on this i require suggestions or Sample on same

Regards

Read only

0 Likes
876

>in the database string data type can'nt be used

I'm curious why STRING can't be used? Are you re-using a text object from standard SAP object? If so is your main problem just slicing the text up into individual records? I'm not sure I see the Web Dynpro ABAP specific aspect of this question.

Read only

0 Likes
876

Dear Thomas

want to know the solution if any without using string data type & Standard Text i.e SO10

and function module's like Read_text,Create_text.

Regards

Jaipal

Read only

0 Likes
876

Moving to ABAP general because there doesn't appear to be anything Web Dynpro ABAP related about this question.