<?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: what is the syntax to call the tcode  with input variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537790#M1264878</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;opt-mantr = 'E'. &lt;/P&gt;&lt;P&gt;opt-defsize = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE24' USING bdcdata_tab OPTIONS FROM opt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 07:20:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T07:20:55Z</dc:date>
    <item>
      <title>what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537784#M1264872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a se38 program .In this program i am calling a  Z TRANSACTION CODE LIKE 'ZMAT' LIKE BELOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZREPORT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: VA_MATNR LIKE MARA-MATNR DEFAULT VALUE 'MAT123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZMAT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to pass this variable VA_MATNR  with this tcode .&lt;/P&gt;&lt;P&gt;So what is the syntax to call the tcosde zmat with input variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moosa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537784#M1264872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537785#M1264873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction 'XYZ' USING bdc_tab [bdc_options] .&lt;/P&gt;&lt;P&gt;Fill the bdc_tab table and use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537785#M1264873</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-04-15T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537786#M1264874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;press f1 on CALL TRANSACTION &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'tcode'  USING bdc_tab [bdc_options]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rimpa Abhishek on Apr 15, 2009 8:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537786#M1264874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537787#M1264875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this is not bdc  program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537787#M1264875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537788#M1264876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      SET PARAMETER ID 'ABC' FIELD VA_MATNR .
      CALL TRANSACTION 'ZMAT' AND SKIP FIRST SCREEN.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:35:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537788#M1264876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537789#M1264877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you can use &lt;/P&gt;&lt;P&gt;     SET PARAMETER ID 'XYZ ' FIELD VA_MATNR .&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION "ZMAT' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537789#M1264877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537790#M1264878</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;opt-mantr = 'E'. &lt;/P&gt;&lt;P&gt;opt-defsize = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE24' USING bdcdata_tab OPTIONS FROM opt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 07:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537790#M1264878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T07:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537791#M1264879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  user_commands&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;SYST_UCOMM text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     --&amp;gt;SELFIELD   text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_commands USING syst_ucomm 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;&lt;/P&gt;&lt;P&gt;  CASE:syst_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN  '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;      IF selfield-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;        READ TABLE itt INTO wa 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-MATNR.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION   'ZMAT' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anagha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537791#M1264879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: what is the syntax to call the tcode  with input variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537792#M1264880</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;if it is a executable program you can also use &lt;/P&gt;&lt;P&gt;submit 'PROGRAM' &lt;/P&gt;&lt;P&gt;    with 'P_MATNR' EQ 'MAT123'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-syntax-to-call-the-tcode-with-input-variable/m-p/5537792#M1264880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T08:55:25Z</dc:date>
    </item>
  </channel>
</rss>

