<?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 Text elements creation in user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156685#M750868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have written code in user exit MV45AFZZ(include program ) ,now i need to create text elements.&lt;/P&gt;&lt;P&gt;The above include is in standard program SAPMV45A,which will ask access key for creating text elements.&lt;/P&gt;&lt;P&gt;Can any one give me some inputs,like,can i go ahead using accesskey or any alternative procedure exists for enhancing text elements without accesskey?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Seshagiri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 11:53:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T11:53:11Z</dc:date>
    <item>
      <title>Text elements creation in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156685#M750868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have written code in user exit MV45AFZZ(include program ) ,now i need to create text elements.&lt;/P&gt;&lt;P&gt;The above include is in standard program SAPMV45A,which will ask access key for creating text elements.&lt;/P&gt;&lt;P&gt;Can any one give me some inputs,like,can i go ahead using accesskey or any alternative procedure exists for enhancing text elements without accesskey?&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Seshagiri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 11:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156685#M750868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T11:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements creation in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156686#M750869</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;Create one message class or use any created message class(custom). In that write ur text elements and use that in include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In same program and same include which u r telling, we created one message class called Z_SDRQC and using text elements from this message class in this include. check below sample code for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siva Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF SY-TCODE = c_tcode1.&lt;/P&gt;&lt;P&gt;          MESSAGE a006(z_sdrqc).&lt;/P&gt;&lt;P&gt;        ELSEIF SY-TCODE = c_tcode2 OR SY-TCODE = c_tcode3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 15:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156686#M750869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T15:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements creation in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156687#M750870</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;The text elements belong to main program so SAPMV45A, so or you write the texts directly in to the code (without to use the text elements) or (if you need to manage the translations concept) you can try to use an your own message class: so you replace the text element with a message of your class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 16:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156687#M750870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements creation in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156688#M750871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva and Max,&lt;/P&gt;&lt;P&gt;Thanks for your inputs.&lt;/P&gt;&lt;P&gt;As i was on some other assignment,i haven't yet tried creating message class.&lt;/P&gt;&lt;P&gt;I will go-ahead as per your solution.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Seshagiri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 11:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156688#M750871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Text elements creation in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156689#M750872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;Followed your suggestion and created text elements.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Seshagiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 07:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements-creation-in-user-exit/m-p/3156689#M750872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T07:13:29Z</dc:date>
    </item>
  </channel>
</rss>

