<?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 Use At line-Selection Functionality in dialog programming  or mpp . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301690#M1635717</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;WHat do you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to to check the fieldname in order to run the code only for the field where the notification is placed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET CURSOR FIELD dc_scrfield.
  CHECK NOT dc_scrfield IS INITIAL.
 
  IF dc_scrfield = 'ZMOTOR-QMNUM'.
    IF NOT zmotor-qmnum IS INITIAL .
      set PARAMETER ID 'IQM' FIELD zmotor-qmnum.
      call TRANSACTION 'IW23'.
    ENDIF. 
    ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 11:33:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-05T11:33:20Z</dc:date>
    <item>
      <title>How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301685#M1635712</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 had created customized Transaction ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;in that  notification field is there , their when they  place notification number ,after that when they double click on that, it have to go to iw23 .(so that they will get confirm that notification  number is write  )&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried to use AT LINE-SELECTION event it showing error ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i have to write and which event i have to use ?&lt;/P&gt;&lt;P&gt;may i know how can i resolve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: raghu111 on Dec 3, 2011 6:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2011 05:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301685#M1635712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-03T05:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301686#M1635713</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;AT LINE-SELECTION event is for abap list only, if you use a dialog programm, so a dynpro, you have to assigne the ok-code to function key F2, in this way this ok-code will automatically be triggered for doubleclick, and at the end you have to manage the code in the user_command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2011 09:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301686#M1635713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-03T09:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301687#M1635714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want enable At line-selection Functionality in MPP we need to assign F2 function key for double click functionality .The Default function Code for Double click is &lt;STRONG&gt;PICK&lt;/STRONG&gt;. I hope it will resolve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 09:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301687#M1635714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301688#M1635715</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen painter, &lt;/P&gt;&lt;P&gt;  for notification field, set the attributes (Display) - enable the checkbox (Responds to double-click).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In user-command of the screen, use the below code for the ok_code 'PICK'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'PICK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: wsl_scrfldnm TYPE scrfname.&lt;/P&gt;&lt;P&gt; GET CURSOR FIELD wsl_scrfldnm.&lt;/P&gt;&lt;P&gt; CHECK NOT wsl_scrfldnm IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If wsl_scrfldnm = &amp;lt;notification_field&amp;gt;.     &lt;/P&gt;&lt;P&gt; IF not &amp;lt;notification_field&amp;gt; IS INITIAL.&lt;/P&gt;&lt;P&gt;        SET PARAMETER ID '&amp;lt;XXX&amp;gt;' FIELD &amp;lt;notification_field&amp;gt;.&lt;/P&gt;&lt;P&gt;        CALL TRANSACTION '&amp;lt;TTT&amp;gt;'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;XXX - refers to the parameter id of the notification field&lt;/P&gt;&lt;P&gt;TTT  - refers to transaction code to be executed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may be helpful.&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;Sharin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301688#M1635715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301689#M1635716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  sharin.&lt;/P&gt;&lt;P&gt;Thanks for ur reply &lt;/P&gt;&lt;P&gt;i followed ur  steps  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WHEN 'PICK'.

  DATA : dc_scrfield  TYPE zmotor-qmnum.
  GET CURSOR FIELD dc_scrfield.
  CHECK NOT dc_scrfield IS INITIAL.

  IF dc_scrfield = zmotor-qmnum.
    IF NOT zmotor-qmnum IS INITIAL .
      set PARAMETER ID 'IQM' FIELD zmotor-qmnum.
      call TRANSACTION 'IW23'.

    ENDIF. .

    ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;its not working&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i already tried like this . &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WHEN 'PICK'.
if field name =tablename-fieldname 
 set PARAMETER ID 'IQM' FIELD zmotor-qmnum
  call transaction 'IW23'
endif&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i written in pai event ." i have dought here also whether i have to write here r not &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE ITS  WORKING BUT PROBLEM IS  FOR ANOTHER FIELDS ALSO ITS RESPONDING . how to stop the responding .&lt;/P&gt;&lt;P&gt;as per my knowledge in condition only prob but i tried i didnt solve &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please send me one example or tell me how to solve &lt;/P&gt;&lt;P&gt;for better understanding only i pasted coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: raghu111 on Dec 5, 2011 12:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 11:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301689#M1635716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T11:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301690#M1635717</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;WHat do you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to to check the fieldname in order to run the code only for the field where the notification is placed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET CURSOR FIELD dc_scrfield.
  CHECK NOT dc_scrfield IS INITIAL.
 
  IF dc_scrfield = 'ZMOTOR-QMNUM'.
    IF NOT zmotor-qmnum IS INITIAL .
      set PARAMETER ID 'IQM' FIELD zmotor-qmnum.
      call TRANSACTION 'IW23'.
    ENDIF. 
    ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 11:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301690#M1635717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-05T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use At line-Selection Functionality in dialog programming  or mpp .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301691#M1635718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shiren and max ,thanks a lot , problem is solved .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: raghu111 on Dec 7, 2011 5:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 06:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-at-line-selection-functionality-in-dialog-programming-or-mpp/m-p/8301691#M1635718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T06:45:36Z</dc:date>
    </item>
  </channel>
</rss>

