<?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: how to find the correct Parameter Id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570947#M1270805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;From  table TPARA you can find Parameter ID's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 05:19:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T05:19:00Z</dc:date>
    <item>
      <title>how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570934#M1270792</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;below is my code...&lt;/P&gt;&lt;P&gt;i have the report in ALV grid display...&lt;/P&gt;&lt;P&gt;wn i double click on the materail number i want to get the "Basic data 1" screen but my problm is wn i click on the material it is displaying the view selections tab i dont want it to be displayed...&lt;/P&gt;&lt;P&gt;i hav written below code..&lt;/P&gt;&lt;P&gt;wt is wrong in my code? &lt;/P&gt;&lt;P&gt;and tell me exactly how can i find the Parameter ID for a perticular screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM F01_ALV_EVENT_USER_COMMAND&lt;/P&gt;&lt;P&gt;  USING COMMAND LIKE SY-UCOMM&lt;/P&gt;&lt;P&gt;        SELFIELD TYPE SLIS_SELFIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      CLEAR wa_final-aufnr.&lt;/P&gt;&lt;P&gt;    WHEN 'PLNBEZ'.&lt;/P&gt;&lt;P&gt;      READ TABLE IT_FINAL INTO WA_FINAL INDEX SELFIELD-TABINDEX.&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID 'MAT' FIELD WA_FINAL-PLNBEZ.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570934#M1270792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570935#M1270793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press F1 on selected field,you will get field documentation,&lt;/P&gt;&lt;P&gt;in that documentation menu you can find technical settings option.&lt;/P&gt;&lt;P&gt;Click on that a pop will appear with all the Technical details..there it self you can find your parameter ID of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Help ful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570935#M1270793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570936#M1270794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using TPARA Table also you can find Parameter ID's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570936#M1270794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570937#M1270795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I worked on the similar example that you have stated.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try using this way...&lt;/P&gt;&lt;P&gt;You are assinging the parameter id write....i think the field that you are clicking check the value and then compare that value and proceed this way....it will work....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
get cursor field fs_lips-vbeln value w_data.
  if fs_lips-vbeln  ne 'FS_LIPS-VB'.
    message 'Click on Delivery Number Only'(004) type 'E'.
  endif.
  set parameter id 'VL' field w_data.
  call transaction 'VL02N' and skip first screen.
  commit work.
  wait up to 10 seconds.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570937#M1270795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570938#M1270796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the tale TPARA to find the correct Parameter id .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570938#M1270796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570939#M1270797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to find the corrct parameter ID, just click F1 on the material number in MM03 transaction and then click on technical information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside that you will get the parameter ID for the required screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this may be usefull..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570939#M1270797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570940#M1270798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be done in the following way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MXX' FIELD 'K'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD S_MATNR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; Check the table T132 for the status of various views. In the above example 'K' is used to define the basic data view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570940#M1270798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570941#M1270799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 , and give the dataelement for the field in datatype option input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can find the parameter Id within the Furtherchracteristics tab of the data element screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570941#M1270799</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2009-05-20T04:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570942#M1270800</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;Try as suggested by Babu.It works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MXX' FIELD 'K'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD 'L5-01080-07A'.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570942#M1270800</guid>
      <dc:creator>mohammedahasanullah_mulla</dc:creator>
      <dc:date>2009-05-20T04:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570943#M1270801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As in MM02 there are views available, it wont skip the views popup by the statement  " SKIP FIRST SCREEN".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what yu can do is , that you have to record the Tcode MM02 upto screen BASIC DATA1  and then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction MM02 using itab mode 'E'.&lt;/P&gt;&lt;P&gt;without recording you cant achieve ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570943#M1270801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570944#M1270802</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;You can use this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM F01_ALV_EVENT_USER_COMMAND
USING COMMAND LIKE SY-UCOMM
SELFIELD TYPE SLIS_SELFIELD.

ENDIF.
CLEAR wa_final-aufnr.
WHEN 'PLNBEZ'.
READ TABLE IT_FINAL INTO WA_FINAL INDEX SELFIELD-TABINDEX.
IF SY-SUBRC EQ 0.
SET PARAMETER ID 'MXX' FIELD 'K'. "add this statement
SET PARAMETER ID 'MAT' FIELD WA_FINAL-PLNBEZ.
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 04:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570944#M1270802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T04:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570945#M1270803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented the scenario and it is working fine for me.&lt;/P&gt;&lt;P&gt;Check the solution give by me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570945#M1270803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570946#M1270804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570946#M1270804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570947#M1270805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;From  table TPARA you can find Parameter ID's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 05:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570947#M1270805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T05:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570948#M1270806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Ppl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below code is very correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'MAT' FIELD lv_value.&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'MXX' FIELD 'K'.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me know that how could you find parameter id 'MXX' for the material view. I see fields for material view status PSTAT and VPSTA but they have no parameter id attached with them. &lt;/P&gt;&lt;P&gt;I know the way of finding parameter id for a field, but am interested in finding the way for this specific one 'MXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 02:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570948#M1270806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T02:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570949#M1270807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was a bulls eye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 10:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570949#M1270807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-14T10:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570950#M1270808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anupama. I am glad, it helped you !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 13:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570950#M1270808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-19T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the correct Parameter Id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570951#M1270809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not able to pass value using this method .&lt;/P&gt;&lt;P&gt;My requirement is to pass value of change number field from selection screen to the tcode'CS03' .Tcode is called when one radiobutton is clicked from selection screen.&lt;/P&gt;&lt;P&gt;hence I did coding in At selection screen event.&lt;/P&gt;&lt;P&gt;Please share you knowledge on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-the-correct-parameter-id/m-p/5570951#M1270809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T11:03:19Z</dc:date>
    </item>
  </channel>
</rss>

