<?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: Going to a tcode at line selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807546#M656164</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;Please post your line selection code &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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2007 16:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-02T16:26:31Z</dc:date>
    <item>
      <title>Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807539#M656157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I need to enter a material number in the selection screen. Ans when I execute I get the list from MVKE table as below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;material number - sales org - dist channel - Material status (VMSTA)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now when I select a line, then the screen should direct to tcode CO09. I wrote the code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is every time when I enter a new material in the selection screen, and when I select a line from the display, it goes to CO09 tcode with a default material (first material I use in the select screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to avoid this and each time I select a line from the display, it should go to tcode CO09 with th ematerial selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 15:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807539#M656157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807540#M656158</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;Did you used the HIDE comand in final output display ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write:/ itab-matnr hotspot,&lt;/P&gt;&lt;P&gt;...........&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide: itab-matnr.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        KDeepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 15:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807540#M656158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T15:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807541#M656159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You asked this question yesterday. I posted code that I tested and does exactly what you want. Please check that thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 15:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807541#M656159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807542#M656160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;The program was working fine but only the issue is everytime when I put a different material in my selection screen, it just goes to tcode CO09 with default material (which I used first time) irrespectiove of whatever material I give in the selection screen.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 16:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807542#M656160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T16:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807543#M656161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's really hard to tell without seeing what you actually did. Would you post your code please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 16:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807543#M656161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T16:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807544#M656162</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;Are you using SET PARAMETER ID 'MAT' for populating the material field??&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 16:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807544#M656162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T16:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807545#M656163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that.&lt;/P&gt;&lt;P&gt;For the first time its working fine.&lt;/P&gt;&lt;P&gt;Next time when I put a new material in my selection screen and a new list appears with new materials and when I select one of this lines, the tcode is going to CO09 but with old material.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 16:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807545#M656163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807546#M656164</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;Please post your line selection code &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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 16:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807546#M656164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807547#M656165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;SELECT MATNR VKORG VTWEG VMSTA FROM MVKE INTO TABLE LT_MVKE WHERE MATNR = P_MATNR .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;APPEND LT_MVKE.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT LT_MVKE.&lt;/P&gt;&lt;P&gt;FORMAT HOTSPOT ON.&lt;/P&gt;&lt;P&gt;WRITE: /1 LT_MVKE-MATNR, 20 LT_MVKE-VKORG, 26 LT_MVKE-VTWEG, 30 LT_MVKE-VMSTA.&lt;/P&gt;&lt;P&gt;HIDE: LT_MVKE-MATNR.&lt;/P&gt;&lt;P&gt;CLEAR LT_MVKE.&lt;/P&gt;&lt;P&gt;FORMAT HOTSPOT OFF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD CAUFVD-MATNR.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID '1200' FIELD CAUFVD-WERKS.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'A' FIELD CAUFVD-PRREG.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CO09'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code.&lt;/P&gt;&lt;P&gt;The material number is not populating by default when I select a line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Balu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 17:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807547#M656165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T17:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807548#M656166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD LT_MVKE-MATNR.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID '1200' FIELD CAUFVD-WERKS.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'A' FIELD CAUFVD-PRREG.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CO09'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also hide the other parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to hide all the parameters you will be using in the CALL TRANSACTION and then use these hidden parameters in the SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 17:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807548#M656166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T17:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807549#M656167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;Points assigned.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2007 17:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807549#M656167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-02T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807550#M656168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus.&lt;/P&gt;&lt;P&gt;I have a problem with my program again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the lsit output, when I click on a line its going to tcode co09.&lt;/P&gt;&lt;P&gt;But the selected line material is not populating in the CO09 tcode. It is getting populated only if we click the line on the material number or else if we click either on sales org or dchannel or status its not updating the material number in CO09 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 23:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807550#M656168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T23:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807551#M656169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gurus.&lt;/P&gt;&lt;P&gt;I have a problem with my program again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the list output, when I click on a line its going to tcode co09.&lt;/P&gt;&lt;P&gt;But the selected line material is not populating in the CO09 tcode. It is getting populated only if we click the line on the material number. But when we click either on sales org or dchannel or status on the same line its not updating the material number in CO09 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out to populate the material and default parameters in the CO09 screen if we click anywhere on the listed row.&lt;/P&gt;&lt;P&gt;Any ideas gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 23:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807551#M656169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T23:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807552#M656170</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;Please post your AT LINE-SELECTION code and your HIDE statement&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 23:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807552#M656170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T23:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807553#M656171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren,&lt;/P&gt;&lt;P&gt;Please find my code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT LT2_MVKE.&lt;/P&gt;&lt;P&gt;FORMAT HOTSPOT ON.&lt;/P&gt;&lt;P&gt;WRITE: /1 LT2_MVKE-MATNR, 20 LT2_MVKE-VKORG, 35 LT2_MVKE-VTWEG, 65 LT2_MVKE-VMSTA, 85 LT2_MVKE-VMSTB.&lt;/P&gt;&lt;P&gt;HIDE: LT2_MVKE-MATNR. ", LT2_MVKE-VKORG, LT2_MVKE-VTWEG, LT2_MVKE-VMSTA, LT2_MVKE-VMSTB.&lt;/P&gt;&lt;P&gt;CLEAR LT2_MVKE.&lt;/P&gt;&lt;P&gt;FORMAT HOTSPOT OFF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  IF LT2_MVKE-VMSTA = 'Z4'.&lt;/P&gt;&lt;P&gt;   MESSAGE E002.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CO09'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD LT2_MVKE-MATNR.&lt;/P&gt;&lt;P&gt;CLEAR LT2_MVKE-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA WERKS(4) TYPE C VALUE '1200'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'WRK' FIELD WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA RULE(2) TYPE C VALUE 'ZB'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'PRR' FIELD RULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'X' FIELD CAUFVD-PRMBD.&lt;/P&gt;&lt;P&gt;&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;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 00:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807553#M656171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T00:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807554#M656172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this any better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT LINE-SELECTION.
  IF LT2_MVKE-VMSTA = 'Z4'.
    MESSAGE E002.
  ELSE.

    SET PARAMETER ID 'MAT' FIELD LT2_MVKE-MATNR.
    CLEAR LT2_MVKE-MATNR.

    DATA WERKS(4) TYPE C VALUE '1200'.
    SET PARAMETER ID 'WRK' FIELD WERKS.

    DATA RULE(2) TYPE C VALUE 'ZB'.
    SET PARAMETER ID 'PRR' FIELD RULE.

    SET PARAMETER ID 'X' FIELD CAUFVD-PRMBD.
  
    CALL TRANSACTION 'CO09'.

  ENDIF&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 00:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807554#M656172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T00:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807555#M656173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Points assigned.&lt;/P&gt;&lt;P&gt;One more question, I see its working now. I will check with more data again.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 01:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807555#M656173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T01:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807556#M656174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;I have a question. Is there anything wrong using the line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'X' FIELD  CAUFVD-PRMBD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when there is no parameter ID (I use F1 to find parameter ID) for the check box with requirements in the CO09 screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, how can I set the check box enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 01:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807556#M656174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T01:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807557#M656175</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't set the parameter ID for check box. In such case you should use SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 01:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807557#M656175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T01:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Going to a tcode at line selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807558#M656176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atish,&lt;/P&gt;&lt;P&gt;Can you help me how I can enable the check box after I call the tcode.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Oct 2007 02:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-to-a-tcode-at-line-selection/m-p/2807558#M656176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-20T02:47:30Z</dc:date>
    </item>
  </channel>
</rss>

