<?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 Hotspot in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674950#M297788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In My Report output :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking on the cross company refrenec num : ( thats a hotspot) ...I want the user to be taken to the FBU3 tcode. &lt;/P&gt;&lt;P&gt;This tcode has only one field as input ..but I dont see ant SET/GET Paramatere ID associated with this field to call the transaction and skip first screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no SET/GET id then how do we pass the values to the screen for calling a tcode from our program &lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 21:44:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-31T21:44:42Z</dc:date>
    <item>
      <title>Hotspot</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674950#M297788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In My Report output :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking on the cross company refrenec num : ( thats a hotspot) ...I want the user to be taken to the FBU3 tcode. &lt;/P&gt;&lt;P&gt;This tcode has only one field as input ..but I dont see ant SET/GET Paramatere ID associated with this field to call the transaction and skip first screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no SET/GET id then how do we pass the values to the screen for calling a tcode from our program &lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 21:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674950#M297788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T21:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674951#M297789</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;Create a small BDC program for FBU3..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCDATA-PROGRAM = 'SAPMF05L'.&lt;/P&gt;&lt;P&gt;BDCDATA-DYNPRO  = '0110'.&lt;/P&gt;&lt;P&gt;BDCDATA-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCDATA-FNAM = 'RF05L-BVORG'.&lt;/P&gt;&lt;P&gt;BDCDATA-FVAL = 'GIVE THE VALUE'.&lt;/P&gt;&lt;P&gt;APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCDATA-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;BDCDATA-FVAL = '/00'.&lt;/P&gt;&lt;P&gt;APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FBU3' USING BDCDATA&lt;/P&gt;&lt;P&gt;                        MODE 'E'.&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, 31 Oct 2006 21:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674951#M297789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T21:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674952#M297790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 22:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hotspot/m-p/1674952#M297790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T22:08:08Z</dc:date>
    </item>
  </channel>
</rss>

