<?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: Regarding SET PARAMETER ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313953#M793731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max, Can you send me the sample coding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Justin.S on Jan 22, 2008 6:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2008 05:45:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-22T05:45:12Z</dc:date>
    <item>
      <title>Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313947#M793725</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 am doing a classical report. In this report in the initial list i am displaying material number and some other details. If i am double clicking the marterial it should call the t-code ME51N and display the material number defaultly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have done this through &lt;/P&gt;&lt;P&gt;SET PARAMETER ID  'MAT' field gt_out-matnr.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ME51N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the t-code is calling but no material is displaying.. and one please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313947#M793725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313948#M793726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1). Set parameter will work with initial screen and i have not found any material number in ME51N screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313948#M793726</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-01-21T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313949#M793727</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;U make sure there an input/output field using that ID parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field or program don't used it, it's useless you initialize it by statament SET PARAMETER ID. &lt;/P&gt;&lt;P&gt;So you make sure the program does the GET PARAMETER ID: it isn't enough the parameter id is assigned to the data element of the field (in your case MATNR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trx ME51N uses a table control to insert all items of requisition, so I don't think it does the GET PARAMETER statament.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313949#M793727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313950#M793728</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;Use call transaction 'ME51N' and skip first screen.&lt;/P&gt;&lt;P&gt;Also check in debug whether you require to remove leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddhesh S.Tawate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313950#M793728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313951#M793729</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;&lt;/P&gt;&lt;P&gt;form user_command using r_ucomm like sy-ucomm&lt;/P&gt;&lt;P&gt;                  rs_selfield type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check function code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  case r_ucomm.&lt;/P&gt;&lt;P&gt;    when '&amp;amp;IC1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Check field clicked on within ALVgrid report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    if rs_selfield-fieldname = 'MATNR'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Read data table, using index of row user clicked on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    read table itab  into wa_display index rs_selfield-tabindex.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Set parameter ID for transaction screen field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      set parameter id 'MAT' field wa_display-MATNR.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Execute transaction me51n, and skip initial data entry screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      call transaction 'ME51N' and skip first screen.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rEGARDS,&lt;/P&gt;&lt;P&gt;MOhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313951#M793729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313952#M793730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set parameter ID for transaction screen field &lt;/P&gt;&lt;P&gt;set parameter id 'BAN' field wa_display-BANFN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute transaction me53, and skip initial data entry screen &lt;/P&gt;&lt;P&gt;call transaction 'ME53' and skip first screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 15:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313952#M793730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313953#M793731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max, Can you send me the sample coding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Justin.S on Jan 22, 2008 6:48 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 05:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313953#M793731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T05:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313954#M793732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;For creating transactions SET parameter id will not work . The same will work for change and display transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I have faced the same probelm with Notification create IW21 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you cant set parameter id for creating transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nageswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 05:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313954#M793732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T05:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SET PARAMETER ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313955#M793733</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;Your logic is wrong, if you need materil details,use t.Code MM03. Tcode ME51n is purchase requisition transaction.ME51n will show details of purchase requisition .So you need purchase requisition  number and then use this me51n. this is correct way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 06:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-set-parameter-id/m-p/3313955#M793733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T06:14:20Z</dc:date>
    </item>
  </channel>
</rss>

