<?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: Difference in the screen for the same Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091288#M1902543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of those fields (as the original document link)&amp;nbsp; were provided to be used by calling applications and not in pure FI document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tricks: To "trick" the system, try with some SPA.GPA parameters as' FOP&lt;/EM&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;' and '&lt;/EM&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;FO2' (structures RFOPT and RFOPT) or setting sy-calld thru use of SUBMIT AND RETURN statement in some two level wrapper program as well as some CALL TRANSACTION with correct OPTIONS FROM (e.g. dismode &lt;SPAN class="L0S55"&gt;= &lt;SPAN class="L0S33"&gt;'D')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;But why would you require those/which fields?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 06:03:50 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2015-05-20T06:03:50Z</dc:date>
    <item>
      <title>Difference in the screen for the same Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091283#M1902538</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 go to T code F-30, I could see lesser input fields when compared to what I can see from a BDC call transaction&lt;/P&gt;&lt;P&gt;and use a display mode (A). I guess this relates to parameter IDs and get, set. But is there a way I could see the same &lt;/P&gt;&lt;P&gt;set of fields I see while using BDC, when I run F-30 independently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abdul Samad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 07:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091283#M1902538</guid>
      <dc:creator>former_member488128</dc:creator>
      <dc:date>2015-05-19T07:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in the screen for the same Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091284#M1902539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many transactions (as FB05 which is the transaction hidden behind F-30) check value of some system fields &lt;SPAN&gt;and adapt dynpro.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sy-binpt - batch input execution&lt;/LI&gt;&lt;LI&gt;sy-calld - CALL TRANSACTION"&lt;/LI&gt;&lt;LI&gt;sy-batch - in background job&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 07:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091284#M1902539</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-05-19T07:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in the screen for the same Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091285#M1902540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond, that was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, is there a way to see what we see in BDC when we run the tcode independently or is it not possible?. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 02:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091285#M1902540</guid>
      <dc:creator>former_member488128</dc:creator>
      <dc:date>2015-05-20T02:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in the screen for the same Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091286#M1902541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you tried&amp;nbsp; tcode SHDB (Transaction Recorder) ? Maybe this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not only Batch-Input mode may have influence on the fields you can see. Also some other input values like the &lt;EM&gt;Document Type&lt;/EM&gt; (BKPF-BLART) may cause fields to be available or hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see all fields please call tcode SE51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 05:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091286#M1902541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T05:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in the screen for the same Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091287#M1902542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use BAPI&amp;nbsp; for those posting ....BDC field may change &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 05:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091287#M1902542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T05:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in the screen for the same Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091288#M1902543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of those fields (as the original document link)&amp;nbsp; were provided to be used by calling applications and not in pure FI document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tricks: To "trick" the system, try with some SPA.GPA parameters as' FOP&lt;/EM&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;' and '&lt;/EM&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;FO2' (structures RFOPT and RFOPT) or setting sy-calld thru use of SUBMIT AND RETURN statement in some two level wrapper program as well as some CALL TRANSACTION with correct OPTIONS FROM (e.g. dismode &lt;SPAN class="L0S55"&gt;= &lt;SPAN class="L0S33"&gt;'D')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;But why would you require those/which fields?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S33"&gt;&lt;EM&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 06:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-the-screen-for-the-same-tcode/m-p/11091288#M1902543</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-05-20T06:03:50Z</dc:date>
    </item>
  </channel>
</rss>

