2023 May 04 10:53 AM
Hi,
I dont know a lot about ABAP long text objects but I would like to learn about them.
I am working on a programm where I think I need them.
One of the questions is can I create multipple of these objects during programm runtime and uniquely identify them and call them for later use?
Thank you for the answer in advance.
2023 May 04 11:46 AM
Sure, you could use the long text object for custom development. These objects are mostly used in standard tcode too, you could also find the usage of them for example on PO / PR tcode in header 'Texts' tab.
In case that you might want to do so in your custom program, you could use the function 'READ_TEXT' to get the data of the long text object or 'SAVE_TEXT' to insert / update the long text as saving and reading the data from table directly is a bit complicated.
2023 May 04 11:46 AM
Sure, you could use the long text object for custom development. These objects are mostly used in standard tcode too, you could also find the usage of them for example on PO / PR tcode in header 'Texts' tab.
In case that you might want to do so in your custom program, you could use the function 'READ_TEXT' to get the data of the long text object or 'SAVE_TEXT' to insert / update the long text as saving and reading the data from table directly is a bit complicated.
2023 May 04 12:44 PM