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

Customer Specific long text object to be create

Former Member
0 Likes
641

Hi all,

I have to create and maintain Long text in my module pool program , just like some std. transaction have it at header.

I know new text object can be created at SE75 with textid. But don't know how to call MS-editor create, save and display

long text , just like most of std. transaction in SAP.

Please help me with some sample codes and steps in this regards.

Thanks in advance,

Vinit

Hi all,

I have to create and maintain Long text in my module pool program , just like some std. transaction have it at header.

I know new text object can be created at SE75 with textid. But don't know how to call MS-editor create, save and display

long text , just like most of std. transaction in SAP.

Please help me with some sample codes and steps in this regards.

Thanks in advance,

Vinit

3 REPLIES 3
Read only

Former Member
0 Likes
583

Hi,

Use txn SO10 for creating std text and call it by using FM like read text.

Hope this helps

Read only

0 Likes
583

Hi Seema,

My requirement is to maintain remarks in Long text for some customer specific internally generated no. on use module pool program.

And i think in that case S010 , can't help it.

Read only

0 Likes
583

hi Vineet,

Not sure this wud wrk or not but give it a try...

Use some message no of a message class created in txn se91 if that message gets display where u need to show the long text. Just remove the tick from the checkbox which says self explainatory goto longtext and write the remarks over there

I hope i am clear..