<?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: Double click on table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571331#M257888</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; First&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'CO03'.&lt;/P&gt;&lt;P&gt;DATA : fname(40),&lt;/P&gt;&lt;P&gt;fvalue(40).&lt;/P&gt;&lt;P&gt;CLEAR :fname,&lt;/P&gt;&lt;P&gt;fvalue.&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD fname value fvalue.&lt;/P&gt;&lt;P&gt;IF fname = 'WA_OVERVIEW-AUFNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*---Here set the parameter with the fvalue.&lt;/P&gt;&lt;P&gt;set parameter id anr fvalue.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CO03'and skip first screen.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 07:10:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-17T07:10:44Z</dc:date>
    <item>
      <title>Double click on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571330#M257887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;    I am having a table control.In that there is a field called Production Order.When I am double clicking on that field it is taking me to the transaction CO03.&lt;/P&gt;&lt;P&gt;But the problem is it is going to the transaction CO03 without the value of production order.The piece of code which i am using is given below.&lt;/P&gt;&lt;P&gt;  WHEN 'CO03'.&lt;/P&gt;&lt;P&gt;      DATA : fname(40),&lt;/P&gt;&lt;P&gt;             fvalue(40).&lt;/P&gt;&lt;P&gt;      CLEAR :fname,&lt;/P&gt;&lt;P&gt;             fvalue.&lt;/P&gt;&lt;P&gt;      GET CURSOR FIELD fname value fvalue.&lt;/P&gt;&lt;P&gt;      IF fname = 'WA_OVERVIEW-AUFNR'.&lt;/P&gt;&lt;P&gt;         CALL TRANSACTION 'CO03'and skip first screen.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out hoe to get the value of the production order in the CO03 transaction.Help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571330#M257887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T07:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Double click on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571331#M257888</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; First&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'CO03'.&lt;/P&gt;&lt;P&gt;DATA : fname(40),&lt;/P&gt;&lt;P&gt;fvalue(40).&lt;/P&gt;&lt;P&gt;CLEAR :fname,&lt;/P&gt;&lt;P&gt;fvalue.&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD fname value fvalue.&lt;/P&gt;&lt;P&gt;IF fname = 'WA_OVERVIEW-AUFNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*---Here set the parameter with the fvalue.&lt;/P&gt;&lt;P&gt;set parameter id anr fvalue.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CO03'and skip first screen.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571331#M257888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T07:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Double click on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571332#M257889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharat,&lt;/P&gt;&lt;P&gt;   I have tried this but it is not working. What does &amp;lt;b&amp;gt;anr&amp;lt;/b&amp;gt; stands for in set parameter id &amp;lt;b&amp;gt;anr&amp;lt;/b&amp;gt; fvalue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571332#M257889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Double click on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571333#M257890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sourabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It is the parameter id, which is available for most of the data elements. It stores the field value in it till it is further changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check F1 help... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID pid FIELD dobj. &lt;/P&gt;&lt;P&gt;Effect: &lt;/P&gt;&lt;P&gt;This statement sets the content of the SPA/GPA parameter specified in pid to the content of the data object dobj. For pid, a flat character-type field is expected that can contain a maximum of 20 characters, which cannot be exclusively blank characters. pid is case-sensitive. For dobj, a flat, (as of release 6.10 character-type) field is expected, whose binary content is transferred in an unconverted format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571333#M257890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Double click on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571334#M257891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct syntax for set parameter id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ANR' FIELD rs_selfield .&lt;/P&gt;&lt;P&gt;where rs_selfield is a variable holding the value to be passed to order field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANR is the parameter id of the order no. field which you can see from the data element of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;place the curosor on order no. field in CO03 and hit f1, then hit f9. double click on dataelement (AUFNR) , choose futher characteristics tab , here you will se the parameter id ANR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571334#M257891</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-17T07:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Double click on table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571335#M257892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Durairaj.&lt;/P&gt;&lt;P&gt;The problem is solved.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-click-on-table-control/m-p/1571335#M257892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:31:33Z</dc:date>
    </item>
  </channel>
</rss>

