‎2007 Apr 04 2:42 PM
Good morning, I am new to ABAP Web Dynpro and am developing a questionnaire application (in ERP 2005) where I am using UI element TextEdit to enter comments. Since Web Dynpro does not handle long text, can anyone help me or give me some information on how to easily store these comments in an SAP custom table?
Thank you....Robert
‎2007 Apr 04 2:55 PM
Capture the commnets that are entered in the text editor anto an internal table and use the Function module CREATE_TEXT to store the texts as a standard text (It will store the text in raw format in STXH/STXL tables). later you can retrieve the texts using READ_TEXT function module.
Regards,
Ravi
‎2007 Apr 04 2:57 PM