<?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: Program text element not read in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507929#M1852758</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;please check the name of your text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between text-206 and text-2O6 there is only a little optical difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 11:44:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-26T11:44:36Z</dc:date>
    <item>
      <title>Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507923#M1852752</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;My question may be easy but please pardon as I am new to ABAP. I have created a new text element for main program so that the string I need to write will not be hardcoded within the program. The text elements are activated and so is the program, and inlcude program where the text element is called. But when I run the program and check during debug, the variable where I assign the text element is always empty. Is there anything else that need to be done in order for the program to use the text elements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cholen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507923#M1852752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-26T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507924#M1852753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the code how you are assigning the text to the variable (include the declaration of the variable as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe we can then see why this is happening. Your query is to general to be able to answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507924#M1852753</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2014-08-26T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507925#M1852754</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;check the data type of the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507925#M1852754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-26T09:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507926#M1852755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the code. When the text is hardcoded, it works. When I use the text element 206, fv_subj is empty. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/527659" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 09:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507926#M1852755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-26T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507927#M1852756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working for me and I have done exactly what you did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you 100% sue that your text-206 is activated ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go again in the program menu bar to goto textelements textsymbols and click in that screen the activate button . Only there you can activate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you activate the program in se38 in your sourcecode view the text symbols will NOT get activated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 10:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507927#M1852756</guid>
      <dc:creator>PeterJonker</dc:creator>
      <dc:date>2014-08-26T10:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507928#M1852757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree with Peter.&lt;/P&gt;&lt;P&gt;i think you can have 2 scenario:&lt;/P&gt;&lt;P&gt;1-text elements not actives&lt;/P&gt;&lt;P&gt;2-text elements active but your TEXT-206 contains only your variable part and bkpf-xblnr is empty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 10:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507928#M1852757</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2014-08-26T10:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507929#M1852758</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;please check the name of your text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between text-206 and text-2O6 there is only a little optical difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 11:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507929#M1852758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-26T11:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507930#M1852759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have ensured that they are activated. Additional object LIMU REPT for reports texts is also showing in my transport request so I think I have done that correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main program is copied from a standard SAP R* program, does that matter in this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 16:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507930#M1852759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-26T16:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507931#M1852760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the original language of the program, could you try to translate the text elements (SE63 or menu navigation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 13:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507931#M1852760</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-08-27T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507932#M1852761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cholen ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggest is to check text element language and your current system language for example text origin language is DE and your system language is EN it ll show empty you have to maintenance for EN language of the text element &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 13:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507932#M1852761</guid>
      <dc:creator>asim_isik</dc:creator>
      <dc:date>2014-08-27T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Program text element not read</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507933#M1852762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original language is DE. As work around, I tried to logon with DE, I also see the text elements. I also went to the program, there's go to - translation, and did that for DE to EN but I still have the issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 19:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-text-element-not-read/m-p/10507933#M1852762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-29T19:09:47Z</dc:date>
    </item>
  </channel>
</rss>

