<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Standard text with a variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597118#M1275713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you have read the text then pass the contents into FM REPLACE_TEXTSYMBOL - assuming that your variable to replace is known to the local program.  This FM will then replace all occurances from start to finish (via STARTLINE and ENDLINE parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 11:57:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T11:57:58Z</dc:date>
    <item>
      <title>Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597117#M1275712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, a question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO10 I created in a standard text: "&lt;STRONG&gt;Facts: &amp;amp;v_df&amp;amp;"&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;With the READ_TEXT put that text in a table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I am interested to give a value to this variable: &lt;STRONG&gt;v_df&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Table I only have this sentence and is the first line. &lt;/P&gt;&lt;P&gt;The question is this, &lt;STRONG&gt;how to give a value to a variable that is inside a table?&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that could also put a value in the variable since the READ_TEXT, or before putting on the table, but that's only guess. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone could tell me something please. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I'm Spanish, sorry for language) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 11:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597117#M1275712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T11:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597118#M1275713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you have read the text then pass the contents into FM REPLACE_TEXTSYMBOL - assuming that your variable to replace is known to the local program.  This FM will then replace all occurances from start to finish (via STARTLINE and ENDLINE parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 11:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597118#M1275713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T11:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597119#M1275714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code would look like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REPLACE_TEXTSYMBOL'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        endline                = 2&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FORMATWIDTH            = 72&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       language               = sy-langu&lt;/P&gt;&lt;P&gt;       linewidth              = 132&lt;/P&gt;&lt;P&gt;       option_dialog          = ' '&lt;/P&gt;&lt;P&gt;       replace_program        = 'X'&lt;/P&gt;&lt;P&gt;       replace_standard       = 'X'&lt;/P&gt;&lt;P&gt;       replace_system         = 'X'&lt;/P&gt;&lt;P&gt;       replace_text           = 'X'&lt;/P&gt;&lt;P&gt;         &lt;STRONG&gt;v_df                  = v_ci_name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        startline              = 1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHANGED                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        lines                  = i_datos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;She says that the variable v_df is unknown.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 12:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597119#M1275714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597120#M1275715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you may of mis-understood.  The code would look like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: V_DF TYPE xxx.

* wherever the value is coming from - looks like v_ci_name in your code
V_DF = xxx.  

CALL FUNCTION 'REPLACE_TEXTSYMBOL'
  EXPORTING
    endline                = &amp;lt;last line of i_datos&amp;gt;
    language               = sy-langu
    linewidth              = 132
    option_dialog          = ' '
    replace_program        = 'X'
    replace_standard       = 'X'
    replace_system         = 'X'
    replace_text           = 'X'
    startline              = 1
  TABLES
     lines                  = i_datos.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function has a fixed interface and works by looking at the program symbols of the calling program to perform the replacement.  This is why V_DF would have to be declared as a normal data statement in the calling program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 12:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597120#M1275715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T12:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597121#M1275716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete Devereux. &lt;/P&gt;&lt;P&gt;I get an error like: call_function_conflict_leng &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing code I write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TYPES: typ_datos TYPE text132. "132 characters&lt;/P&gt;&lt;P&gt;    TYPES: typ_tab_datos TYPE STANDARD TABLE OF typ_datos.&lt;/P&gt;&lt;P&gt;    DATA: i_datos TYPE typ_tab_datos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; i_datos has put a line: Try: &amp;amp;v_df&amp;amp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DATA: v_df TYPE CHAR08.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    v_df = 'hello'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE i_datos LINES v_lineas_tabla.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'REPLACE_TEXTSYMBOL'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        endline             = v_lineas_tabla "&amp;lt;last line of i_datos&amp;gt;&lt;/P&gt;&lt;P&gt;        language          = sy-langu&lt;/P&gt;&lt;P&gt;        linewidth          = 132&lt;/P&gt;&lt;P&gt;        option_dialog    = ' '&lt;/P&gt;&lt;P&gt;        replace_program  = 'X'&lt;/P&gt;&lt;P&gt;        replace_standard = 'X'&lt;/P&gt;&lt;P&gt;        replace_system   = 'X'&lt;/P&gt;&lt;P&gt;        replace_text     = 'X'&lt;/P&gt;&lt;P&gt;        startline        = '1'&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        lines            = i_datos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 08:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597121#M1275716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T08:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597122#M1275717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Pete Devereux, I was confused by the table and it gave me this error. &lt;/P&gt;&lt;P&gt;Now I get no error, but I did not write the value that I want in a variable v_df. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard text and the variable created in SO10.&lt;/P&gt;&lt;P&gt;SO10 I created in a standard text: "Try: &amp;amp;v_df&amp;amp;" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REPLACE_TEXTSYMBOL gives me the option of: &lt;/P&gt;&lt;P&gt;         replace_program &lt;/P&gt;&lt;P&gt;         replace_standard &lt;/P&gt;&lt;P&gt;         replace_system &lt;/P&gt;&lt;P&gt;         replace_text &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think the variable is not one of these options.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_df = 'hello' &lt;/P&gt;&lt;P&gt;If the startline = 0, he writes: Try: v_df &amp;amp; &amp;amp; &lt;/P&gt;&lt;P&gt;If the startline = 1, he writes: Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_I write:&lt;/STRONG&gt;_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: typ_datos TYPE text132. "132 characters&lt;/P&gt;&lt;P&gt;TYPES: typ_tab_datos TYPE STANDARD TABLE OF typ_datos.&lt;/P&gt;&lt;P&gt;DATA: i_datos TYPE typ_tab_datos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_df TYPE CHAR08.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_df = 'hello'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE TABLE it_lines LINES v_lineas_tabla.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REPLACE_TEXTSYMBOL'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;endline                  = v_lineas_tabla "&amp;lt;last line of it_lines&amp;gt;&lt;/P&gt;&lt;P&gt;language               = sy-langu&lt;/P&gt;&lt;P&gt;linewidth               = 132&lt;/P&gt;&lt;P&gt;option_dialog        = 'X'&lt;/P&gt;&lt;P&gt;replace_program   = 'X'&lt;/P&gt;&lt;P&gt;replace_standard  = 'X'&lt;/P&gt;&lt;P&gt;replace_system    = 'X'&lt;/P&gt;&lt;P&gt;replace_text         = 'X'&lt;/P&gt;&lt;P&gt;startline               = 1&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;lines                    = it_lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 10:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597122#M1275717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597123#M1275718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats strange - works ok on my system (ECC6).  The full code that I have is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  lt_text TYPE STANDARD TABLE OF tline,
  v_df    TYPE char30 VALUE 'text to be replaced'.

START-OF-SELECTION.
  CALL FUNCTION 'READ_TEXT'
    EXPORTING
      id       = 'ST'
      language = sy-langu
      name     = 'ZREPLACE_SYMBOL'
      object   = 'TEXT'
    TABLES
      lines    = lt_text.

  DESCRIBE TABLE lt_text LINES sy-tfill.
  CALL FUNCTION 'REPLACE_TEXTSYMBOL'
    EXPORTING
      endline                = sy-tfill
      startline              = 1
    tables
      lines                  = lt_text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text symbol in my standard text is replaced by the content of v_df.  Are you sure your symbol in the text is correct?  Which editor are you using?  I know if you use the front end editor (MS Word in my case) then typing in &amp;amp;v_df&amp;amp; will not be correct as it is not regognised as a symbol.  You have to use "Insert Command" or Include Symbols/Program Symbols or switch editor (Goto/Change Editor) and use the old SAPScript editor - then you can just type your symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 13:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597123#M1275718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T13:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597124#M1275719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the trouble. &lt;/P&gt;&lt;P&gt;I have done what I indicated, but the variable does not change the value that I said. &lt;/P&gt;&lt;P&gt;Failure to recognize and change the variable value by a blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 08:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597124#M1275719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T08:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597125#M1275720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case I can only suggest two more alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do it the old fashioned way:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF '&amp;amp;V_DF&amp;amp;' IN TABLE lt_text WITH v_df.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, line wrapping may be a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try and use the wrapper function TEXT_SYMBOL_REPLACE which in turn calls REPLACE_TEXTSYMBOL.  Code for this would look something like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  lt_text   TYPE STANDARD TABLE OF tline,
  ls_header TYPE thead,
  v_df      TYPE char30 VALUE 'text to be replaced'.

START-OF-SELECTION.
  CALL FUNCTION 'READ_TEXT'
    EXPORTING
      id       = 'ST'
      language = sy-langu
      name     = 'ZREPLACE_SYMBOL'
      object   = 'TEXT'
    IMPORTING
      header   = ls_header
    TABLES
      lines    = lt_text.

  CALL FUNCTION 'TEXT_SYMBOL_REPLACE'
    EXPORTING
      header = ls_header
    TABLES
      lines  = lt_text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The wrapper function calls some other initialisation stuff that may help in your case.  Worth giving a try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 10:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597125#M1275720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T10:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597126#M1275721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;The first option works fine, but they told me the same thing as you, it is bad form. &lt;/P&gt;&lt;P&gt;I have to do it the first way, but taking into account that there may be several variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help, really&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 12:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597126#M1275721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Standard text with a variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597127#M1275722</link>
      <description>&lt;P&gt;Before calling REPLACE_TEXTSYMBOL you must call SET_TEXTSYMBOL_PROGRAM like that:&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'SET_TEXTSYMBOL_PROGRAM'&lt;BR /&gt;
 EXPORTING&lt;BR /&gt;
 program = sy-repid&lt;BR /&gt;
 event = 'OPEN_FORM'.&lt;BR /&gt;
&lt;BR /&gt;
 DESCRIBE TABLE lt_lines LINES sy-tfill.&lt;BR /&gt;
 CALL FUNCTION 'REPLACE_TEXTSYMBOL'&lt;BR /&gt;
 EXPORTING&lt;BR /&gt;
 endline = sy-tfill&lt;BR /&gt;
 startline = 1&lt;BR /&gt;
 TABLES&lt;BR /&gt;
 lines = lt_lines.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 09:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text-with-a-variable/m-p/5597127#M1275722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-29T09:31:06Z</dc:date>
    </item>
  </channel>
</rss>

