<?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/1950884#M391707</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;Here I am giving some code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all declare two varibles to hold the filed and its value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: F_NAM(10), V_FVAL(40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while displaying the record in the list hold the value with hostspot and with hide keywords&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the case statement to call the tcode write the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is some example piece of code for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD V_FNAM VALUE V_FVAL.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'FILEDNAME' FIELD V_FVAL.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE16' AND SKIP FRIST TWO SCREENS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thinks this piece of code would be helpful for u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u find it useful mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 04:25:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-21T04:25:30Z</dc:date>
    <item>
      <title>call transaction...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950880#M391703</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;When i double click a line in my report. I shud call Transaction 'SE16', Skipping 2 screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Passing : 1. table name in the first screen  AND&lt;/P&gt;&lt;P&gt;               2. PO number in the second Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How shud i go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950880#M391703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950881#M391704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don;t think it is possible using call transaction to skip 2 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;betetr u do the recording of that transaction and paas the value  as u do in the bdc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950881#M391704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950882#M391705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other possibility other than BDC recording, to skip 2 screens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950882#M391705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950883#M391706</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 use SUBMIT program instead of using CALL TRANSACTION..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Ex..If you want to display PO header table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT /1BCDWB/DBEKKO..&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>Wed, 21 Feb 2007 04:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950883#M391706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950884#M391707</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;Here I am giving some code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all declare two varibles to hold the filed and its value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: F_NAM(10), V_FVAL(40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while displaying the record in the list hold the value with hostspot and with hide keywords&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the case statement to call the tcode write the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is some example piece of code for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR FIELD V_FNAM VALUE V_FVAL.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'FILEDNAME' FIELD V_FVAL.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'SE16' AND SKIP FRIST TWO SCREENS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thinks this piece of code would be helpful for u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u find it useful mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950884#M391707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T04:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950885#M391708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sherly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try using FM: &amp;lt;b&amp;gt;RFC_READ_TABLE&amp;lt;/b&amp;gt; to extract the entry from the database table and display accordingly. You can restrict the fields to be displayed too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 06:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction/m-p/1950885#M391708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T06:34:07Z</dc:date>
    </item>
  </channel>
</rss>

