<?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: call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332674#M169365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what did you pass in  SELTAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have passed values to seltab you wont be seeing the selscreen&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>Sun, 14 May 2006 11:50:49 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2006-05-14T11:50:49Z</dc:date>
    <item>
      <title>call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332667#M169358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to call transaction se16 with my ztable and show it on the screen can you gaive me an examp PLS&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 09:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332667#M169358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T09:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332668#M169359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i made this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'DTB' FIELD  'zloc_mstr' .&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'SE16' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt; but it not making f8 and show all the data&lt;/P&gt;&lt;P&gt;what is the comma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 09:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332668#M169359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332669#M169360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you put the table name in upper case? ie&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'DTB' FIELD 'ZLOC_MASTR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 09:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332669#M169360</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-05-14T09:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332670#M169361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should work.&lt;/P&gt;&lt;P&gt;change the tablename to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'DTB' FIELD 'ZLOC_MSTR' .&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE16' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should take you to the selection screen for the databrowse for tabl ZLOC_MSTR&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>Sun, 14 May 2006 09:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332670#M169361</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T09:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332671#M169362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I WANT THE STEP AFTER THE SELECTION SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 09:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332671#M169362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332672#M169363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats not skipping first screen, its skipping two screens. in such a case you cannot use call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead in your program call FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_TABLE_LIST_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the table name to parameter TABLE_NAME&lt;/P&gt;&lt;P&gt;'ANZE' to action and leave all the other parameters blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to restrict the data you need to fill table SELTAB&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;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 10:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332672#M169363</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332673#M169364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it but i see only the screen of the paramters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 11:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332673#M169364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T11:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332674#M169365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what did you pass in  SELTAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have passed values to seltab you wont be seeing the selscreen&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>Sun, 14 May 2006 11:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332674#M169365</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332675#M169366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i move this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_TABLE_LIST_CREATE'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;                 table_name         = tabname&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        ACTION             = 'ANZE'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; where is the SELTAB?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 11:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332675#M169366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332676#M169367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELTAB is a tables parameter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the definition of the FM from se37&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>Sun, 14 May 2006 12:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332676#M169367</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332677#M169368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;raja &lt;/P&gt;&lt;P&gt;i pass it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : i_itab like RSPARAMS occurs 0.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'RS_TABLE_LIST_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    table_name               = 'ZLOC_MSTR'&lt;/P&gt;&lt;P&gt;   ACTION                   = 'ANZE'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   SELTAB                   = i_itab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;and still.&lt;/P&gt;&lt;P&gt;and if i want se16n is this FM too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332677#M169368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332678#M169369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for SE16N you cannot use this. to start SE16N you can call function SE16N_START. but you cannot by pass the screen to enter selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to fill i_itab with values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_itab-selname = 'I1' .&lt;/P&gt;&lt;P&gt;i_itab-kind    = 'S' .&lt;/P&gt;&lt;P&gt;i_itab-sign    = 'I' .&lt;/P&gt;&lt;P&gt;i_itab-option  = 'EQ' .&lt;/P&gt;&lt;P&gt;i_itab-low     = '&amp;lt;filter value&amp;gt;' .&lt;/P&gt;&lt;P&gt;append i_itab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_itab-selname I1 refers to the first field you see when you go to se16 and enter your table name and hit enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this example is for filtering values based on that first field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;Reward points to helpful answers by choosing appropriate radiobuttons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1332678#M169369</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T12:22:30Z</dc:date>
    </item>
  </channel>
</rss>

