‎2011 Mar 28 10:49 AM
Dear all
I have content in SO10
e.g.
FORMAT CONTENT
Dear Mr. / Ms. &EMP&
*
*
*
*
<h>Welcome</>
*
We are delighed to .......
Output when i am using READ_TEXT function module in abap program.
Dear Mr. / Ms. <(>&<)>EMP<(>&<)>**** <h> Welcome</> ** We are delighted to ..........
I am getting formating text also along with the content.
‎2011 Mar 28 10:52 AM
In the TLINE structure consider on the text line i.e., TLINE-TDLINE. I think you're considering both the formatting options & the tekt line.
BR,
Suhas
‎2011 Mar 28 10:52 AM
In the TLINE structure consider on the text line i.e., TLINE-TDLINE. I think you're considering both the formatting options & the tekt line.
BR,
Suhas
‎2011 Mar 28 11:06 AM
Thanks. Formating is not coming with content. But the Continues Text is coming.
‎2011 Mar 28 11:28 AM
Hello,
Output when i am using READ_TEXT function module in abap program.
Dear Mr. / Ms. <(>&<)>EMP<(>&<)>**** <h> Welcome ** We are delighted to
How are you getting this output?
BR,
Suhas
‎2011 Mar 28 11:51 AM
e.g. Data in SO10
* Dear MR. / MS. &EMP&
*
*
*
*
*
*
*
* Welcome to Family,Group is one of Indiau2019s top Business houses with businesses
spread over Real Estate, Enery dirnks, cold frams etc in all over india.
One of the company ..........
Output when i am using READ_TEXT function module in abap program to send text in body of email.
Dear Mr. / Ms. Welcome to Family,Group is one of Indiau2019s top Business houses with businesses
spread over Real Estate, Enery dirnks, cold frams etc in all over india.
One of the company ..........
After Dear it should give 5 lines spaces and then rest of the lines. but it is not doing fomatting defined in the SO10.
‎2011 Mar 28 1:56 PM
I see this sometimes with texts....it's easy to fix...loop at tline table, shift tdline data left by 2 places.
‎2011 Mar 28 10:53 AM
Ravi,
Please check if you are passing all the below parameters to the function module.
client = sy-mandt
id --- pass the text ID
language = 'EN'
name --- pass the text name from SO10
object = "TEXT'.
Thanks,
Guru
‎2011 Mar 28 10:58 AM
Hi
Thanks for your instant reply.
I am passing all the values as per your saying.
LINES LIKE TLINE OCCURS 0 WITH HEADER LINE
i have declared table for the read_text output.
But still i am facing the same.