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

creation of text objects

Former Member
0 Likes
769

Hi,

I've a requirement to store over 1000 characters in a screen program. I heard that Texts objects(ex. entering user Texts in Va02 item level) & some other standard transaction) can fulfill that requirement. can any body help me to create them............?

-Rajiv

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

have a look at std program

SAPSCRIPT_DEMO_NOTE_EDITOR

Hi,

I've a requirement to store over 1000 characters in a screen program. I heard that Texts objects(ex. entering user Texts in Va02 item level) & some other standard transaction) can fulfill that requirement. can any body help me to create them............?

-Rajiv

5 REPLIES 5
Read only

Former Member
0 Likes
739

You can create text objetcs using SO10 transaction.

Read only

Former Member
0 Likes
740

have a look at std program

SAPSCRIPT_DEMO_NOTE_EDITOR

Read only

Former Member
0 Likes
739

Hi,

I hope the below link will help you.

/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class

Thanks & Regards,

Khushboo.

Read only

Former Member
0 Likes
739

Try this

DATA: objtxt like SOLISTI1 occurs 0 with header line.

start-of-selection.

editor-call for objtxt.

Hope this helps....

Read only

0 Likes
739

Hi karan sethi,

thanks 4 ur reply

can u pl give me the code

-Rajiv