Application Development 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: 

Create Text object

Former Member
0 Kudos

Hi every one,

Please help me creating  my own Text object referring Standard text object.

Suppose, we have KONP text object which is a standard text object and it has its own routine to process.

Now, I want to create ZKONP same like KONP also I should be able to use the standard routine of KONP.

Please help me with this.

Thank you in advance.

8 REPLIES 8

Former Member
0 Kudos

Goto SE75.

Change->Create->Text Object->Editor application TN and Line Width 72.

0 Kudos

Hi Venkat,

Thanks for your quick reply.

I have asked the process of creating my own Text object by taking the reference of other standard text object where all the ID's and routines of standard text object should be copied to my text object.

Former Member

Hi,

Goto SO10--->utilities---->Copy From Client

Give your standard text object name(KNOP) in TEXT NAME field and Give your custom object name in Target name (ZKONP) field.

Thanks

Mani

Former Member
0 Kudos

Hi Kishore,

Below link will be helpful for you:

http://www.kodyaz.com/articles/how-to-create-standard-text-using-so10-sap-tcode.aspx

Also, you can use the transaction SO10->utilities->copy from client

and give the source and target name.

0 Kudos

Hi,

Thank you for your reply.

I wanted to create Text object not a standard text. Both are totally different.

Rushikesh_Yeole
Contributor
0 Kudos

Can you check transaction SE75.

Here, you create or copy KONP object.

0 Kudos

Hi,

I want to how to copy the text object ?

0 Kudos

I think you want to create your own Text Object. Open the view "V_TTXOBI" from SM30 and here you can create your own Text Object. But how you can link this to your Std Object or any custom, transaction, you will need to investigate a little 🙂

Hope this helps !!

- Harshad