<?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 set parameter ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593766#M1275049</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;double click on pf-status 'Standard' it will navigate to the PF-STATUS screen, there in the function keys, for the function key F2 just give the function code &amp;amp;IC1 and actviate it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for which field you want to set the parameter id check the parameter id for that field in this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to transaction XK03 and press F1 on the field you want the parameter id.... then click on technical information a small popup box will appear in that you will get the parameter id.... otherwise go to the data element level for that element and check for parameter id over there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'LIF' FIELD WA_FINAL-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2009 11:15:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-15T11:15:56Z</dc:date>
    <item>
      <title>how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593764#M1275047</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;this my code&lt;/P&gt;&lt;P&gt;my problm is wn i double clik on any vendor code i want to call 'XK03' in ALV grid display i hav written below code...&lt;/P&gt;&lt;P&gt;can any body help me to meet my requirement.&lt;/P&gt;&lt;P&gt;in ' standarard ' how to specify '&amp;amp;IC1'  and how to set parameter ID?&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM F01_ALV_EVENT_PF_STATUS_SET USING RT_EXTAB TYPE SLIS_T_EXTAB.&lt;/P&gt;&lt;P&gt;   SET PF-STATUS 'STANDARD'.&lt;/P&gt;&lt;P&gt;  ENDFORM.&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;CASE SY-UCOMM.&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;    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 SELFIELD-FIELDNAME = 'LIFNR'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; READ DATA TABLE, USING INDEX ROW USER CLICKED ON&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   READ TABLE IT_FINAL INTO WA_FINAL INDEX 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 'BES' FIELD WA_FINAL-LIFNR.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXECUTE TRANSACTION 'XK03',AND SKIP INITIAL DATA ENTRY SCREEN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   CALL TRANSACTION 'XK03' 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593764#M1275047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593765#M1275048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PARAMETER-ID 'ZABCD' FIELD V_FIELDA " Where  V_FIELDA is the paramter whih you wnat to set in transaction  to be called
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593765#M1275048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593766#M1275049</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;double click on pf-status 'Standard' it will navigate to the PF-STATUS screen, there in the function keys, for the function key F2 just give the function code &amp;amp;IC1 and actviate it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for which field you want to set the parameter id check the parameter id for that field in this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to transaction XK03 and press F1 on the field you want the parameter id.... then click on technical information a small popup box will appear in that you will get the parameter id.... otherwise go to the data element level for that element and check for parameter id over there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'LIF' FIELD WA_FINAL-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593766#M1275049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593767#M1275050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Parameter id for LIFNR should be 'LIF'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593767#M1275050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593768#M1275051</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;U can find in the further chracterstics of datelement of LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U r passing 'BAS' as parameter but it is 'LIF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just chenage and check it will work for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593768#M1275051</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-05-15T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593769#M1275052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this code&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'LIF' FIELD WA_FINAL-LIFNR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'XK03' AND SKIP FIRST SCREEN.*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593769#M1275052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593770#M1275053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi siddart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply...&lt;/P&gt;&lt;P&gt;i got the out put..&lt;/P&gt;&lt;P&gt;but if i click on double click on the field it is not going if i click on F2 ya it works fine....&lt;/P&gt;&lt;P&gt;how to do for double click???&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>Fri, 15 May 2009 11:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593770#M1275053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593771#M1275054</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;just write a break-point statement at the place mentioned in the code below....&lt;/P&gt;&lt;P&gt;then execute the program and double click on the screen.... when it goes to debugging mode check the value of sy-ucomm and ok_code....&lt;/P&gt;&lt;P&gt;put that code in F2.... then it will work fine....&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.

break-point.    " write this statements at this place and it will go to debugging mode
CASE SY-UCOMM.
* CHECK FUNCTION CODE
WHEN '&amp;amp;IC1'.
* CHECK FIELD CLICKED ON WITHIN ALVGRID REPORT
IF SELFIELD-FIELDNAME = 'LIFNR'.
* READ DATA TABLE, USING INDEX ROW USER CLICKED ON
READ TABLE IT_FINAL INTO WA_FINAL INDEX SELFIELD-TABINDEX.
* SET PARAMETER ID FOR TRANSACTION SCREEN FIELD
SET PARAMETER ID 'BES' FIELD WA_FINAL-LIFNR.
* EXECUTE TRANSACTION 'XK03',AND SKIP INITIAL DATA ENTRY SCREEN.
CALL TRANSACTION 'XK03' AND SKIP FIRST SCREEN.
ENDIF.
ENDCASE.
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 11:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593771#M1275054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to set parameter ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593772#M1275055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the following example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM alv_callback USING r_ucomm LIKE sy-ucomm rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CHECK rs_selfield-fieldname  EQ 'VBELN'.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'VF' FIELD rs_selfield-value.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 06:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-set-parameter-id/m-p/5593772#M1275055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T06:28:03Z</dc:date>
    </item>
  </channel>
</rss>

