‎2009 Jun 08 4:27 PM
Hi,
How to find the table fields of the text editors in the functional screens like MM03 --> MRP4 View --> Material Memo. Or how to upload text in the editors using ABAP program.
Thanks,
K R Vishnu Kumar
‎2009 Jun 09 4:05 AM
Hi Vishnu,
Apart from the Above you can know the Object ID & all other details with the help of using a SQL trace by ST05.
Thanks & regards,
Dileep .C
‎2009 Jun 08 4:31 PM
Hello,
To "upload" Long Text you have to use the FM 'SAVE_TEXT'.
Please search in SDN you will find umpteen number of examples.
Hope this helps.
BR,
Suhas
‎2009 Jun 08 5:27 PM
Hi,
Any long text will consists of the TEXT_NAME, TEXT_ID, TEXT_OBJECT and the LANGUAGE.
To find out these details you basically have to open the text in the text editor by double clicking on it.
And then go to the Header details in the Menu.
Here you will find all the relevant information.
You pass these details to FM SAVE_TEXT to save this text to database and you make use of FM READ_TEXT to read these texts.
The texts are basically stored in STXH and STXL tables.
Regards,
Ankur Parab
‎2009 Jun 09 4:05 AM
Hi Vishnu,
Apart from the Above you can know the Object ID & all other details with the help of using a SQL trace by ST05.
Thanks & regards,
Dileep .C