‎2008 Feb 13 8:14 AM
Hi,
I want to save my text temporarily thru edit_text save_text etc.
But i dont know what object should i pass .Can i create a custom object.If yes how.
I need to store some comments in the text and retrieve them.
Regards,
Swathi
‎2008 Feb 13 8:17 AM
‎2008 Feb 13 8:30 AM
Hi,
If you want to create a custom text use transaction SO10.
This allows you to create a standard text which can be used to store text lines.
Use READ_TEXT to retrieve the text.
Use SAVE_TEXT followed by COMMIT_TEXT to update the text from program.
Cheers,
Aditya