<?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 Calling Tcode form the output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074643#M974301</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;  In my ALV output, if i double click on the field 'Trip No', i need to go to the transaction TP04 by taking the corespondin record values to the screen. my question is, if i want to see four fields with values in TP04, should i pass all the 4 filds from the report as parameter ID. Or, if i just pass the 'trip' no value will it work.&lt;/P&gt;&lt;P&gt;I am trying it by the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rs-fieldname eq 'TRIP_NO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'TNO' FIELD RS-VALUE.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    call transaction 'TP04' and skip first screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working. Just the Screen getting opened.But its not showing the corresponding data on the screen..pls suggest me..to solve my prob.&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;         Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 09:37:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T09:37:25Z</dc:date>
    <item>
      <title>Calling Tcode form the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074643#M974301</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;  In my ALV output, if i double click on the field 'Trip No', i need to go to the transaction TP04 by taking the corespondin record values to the screen. my question is, if i want to see four fields with values in TP04, should i pass all the 4 filds from the report as parameter ID. Or, if i just pass the 'trip' no value will it work.&lt;/P&gt;&lt;P&gt;I am trying it by the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if rs-fieldname eq 'TRIP_NO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'TNO' FIELD RS-VALUE.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    call transaction 'TP04' and skip first screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its not working. Just the Screen getting opened.But its not showing the corresponding data on the screen..pls suggest me..to solve my prob.&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;         Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 09:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074643#M974301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Tcode form the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074644#M974302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to pass all the 4 filds from the report using &lt;/P&gt;&lt;P&gt;SET PARAMETER ID ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 09:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074644#M974302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calling Tcode form the output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074645#M974303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Export the value to the screen fields name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 09:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-tcode-form-the-output/m-p/4074645#M974303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T09:41:43Z</dc:date>
    </item>
  </channel>
</rss>

