2009 Jan 20 10:38 AM
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
2009 Jan 20 10:42 AM
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
2009 Jan 20 10:42 AM
2009 Jan 20 10:42 AM
2009 Jan 20 10:42 AM
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.
2009 Jan 20 11:04 AM
Try this
DATA: objtxt like SOLISTI1 occurs 0 with header line.
start-of-selection.
editor-call for objtxt.
Hope this helps....
2009 Jan 23 2:43 PM
Hi karan sethi,
thanks 4 ur reply
can u pl give me the code
-Rajiv