‎2006 Aug 08 4:57 PM
Hi friends, I'm using BAPI_MESSAGE_GETDETAIL to get message details. This bapi returns HTML formatted text in TEXT table. How can i show this content?, this bapi returns SAPscript formatted text also, in that case, how can i show this content?
Thank you
Leonardo P.
‎2006 Aug 08 6:40 PM
You can use fm HELP_DOCULINES_SHOW to display the formatted text.
Pass the scpscript formatted text to paramter HELPLINES of the above mentioned FM.
Regards
Sridhar
‎2006 Aug 08 5:37 PM
Do you want to display the text as list with WRITE statement?
If you use ASC as text format, it gives you plain text.
Regards
Sridhar
‎2006 Aug 08 6:13 PM
Shridar thank you, i would like to show the content with formatted fonts, colors, etc. Plain text is too "plain". Can i do this?, in a separated window for example?.
‎2006 Aug 08 6:40 PM
You can use fm HELP_DOCULINES_SHOW to display the formatted text.
Pass the scpscript formatted text to paramter HELPLINES of the above mentioned FM.
Regards
Sridhar
‎2006 Aug 08 8:56 PM
Thank you very much Sridhar, that's just what i need. Do you know a similar function module for HTML?
Regards
Leonardo P.