<?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: displaying parameter's name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100595#M437886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se38 editor screen (where you are writting the report) menu path goto---&amp;gt;textelements --&amp;gt; selection text here you can see your parameter name just type the text beside that and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 09:36:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T09:36:58Z</dc:date>
    <item>
      <title>displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100594#M437885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I am new to abap and facing some problem.The name of a parameter can contain at max 8 letters. but i want to name the parameter like:   Employee code.&lt;/P&gt;&lt;P&gt; .can anyone suggest me how it is possible. your response will be appriciated.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100594#M437885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T09:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100595#M437886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se38 editor screen (where you are writting the report) menu path goto---&amp;gt;textelements --&amp;gt; selection text here you can see your parameter name just type the text beside that and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100595#M437886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T09:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100596#M437887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to declaring parameter that long&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter: p_pernr like pa0001-pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO To --&amp;gt; text element --&amp;gt; selection text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here u will get a table with P_PERNR and give the text here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100596#M437887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T09:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100597#M437888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The parameter name is 8 long, let say P_EMPL,&lt;/P&gt;&lt;P&gt;but you can modify the text on the input screen, by changing the selection text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abap editor : Goto --&amp;gt; Text elements --&amp;gt; Selection texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward all helpful answers !!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100597#M437888</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-04-16T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100598#M437889</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; Go to se38 and follwo this path ie., goto-&amp;gt; text elements - &amp;gt; selection texts Aand beside the parameter name give the name of your parameter ..but never forget to save and activate ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100598#M437889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100599#M437890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameters: empcode(30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in the output u will be having empcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get Employee code.&lt;/P&gt;&lt;P&gt;in menubar click Goto-&amp;gt;Text Elements-&amp;gt;Selection Text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now ur empcode will be with ?... delete that &amp;amp; write ur Text there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100599#M437890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T09:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100600#M437891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto --&amp;gt; Text elements --&amp;gt; Selection texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(31) text-001 FOR FIELD p_field.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_field&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 09:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100600#M437891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: displaying parameter's name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100601#M437892</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;write this code as like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-002.&lt;/P&gt;&lt;P&gt;parameters:matnr type mara-matnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN end OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on TEXT-002 and give text name as u like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;vana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-parameter-s-name/m-p/2100601#M437892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:13:15Z</dc:date>
    </item>
  </channel>
</rss>

