<?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: Set Parameter ID for recognizing the called transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177294#M756163</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 record the BDC using SHDB transaction to call the required transaction directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2007 07:20:31 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2007-12-18T07:20:31Z</dc:date>
    <item>
      <title>Set Parameter ID for recognizing the called transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177293#M756162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out from the following situtation. Will reward the points for the usefull answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling a transaction (ZC17) from another transaction (ZF00). Now iam getting a screen which is different as compared with the screen which i got if i called transaction ZC17 directly. This is happening Becoz SY-CALLD is having value X if called from other transaction and SY-CALLD is BLANK if called directly. so what i want to do now is i need to put a condition in ZC17 to make SY-CALLD to BLANK if called from ZF00. for this i need to set a parameter in ZF00  bfore calling the transaction ZC17.&lt;/P&gt;&lt;P&gt;How can i achieve it. Please help me out.&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>Tue, 18 Dec 2007 07:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177293#M756162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T07:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Parameter ID for recognizing the called transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177294#M756163</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 record the BDC using SHDB transaction to call the required transaction directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 07:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177294#M756163</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-12-18T07:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Parameter ID for recognizing the called transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177295#M756164</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;validate sy-dynnr.&lt;/P&gt;&lt;P&gt;if sy-dynnr eq 'ZC17' then &lt;/P&gt;&lt;P&gt;set the system field sy-dynnr eq SPACE before calling the ZC17 Transaction from ZF00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 07:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177295#M756164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T07:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Parameter ID for recognizing the called transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177296#M756165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Tried with what u suggested but SY-CALLD still holds value 'X'.&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2007 08:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-parameter-id-for-recognizing-the-called-transaction/m-p/3177296#M756165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-18T08:59:45Z</dc:date>
    </item>
  </channel>
</rss>

