<?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: DISABLING SAVE BUTTON WHILE CALL TRANSACTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443708#M1740554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with transaction variants. &lt;A class="active_link" href="http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm"&gt;Variant Transactions (SAP Library - ABAP Workbench Tools)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Create a transaction variant and call it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 10:43:47 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2013-09-13T10:43:47Z</dc:date>
    <item>
      <title>DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443700#M1740546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to disable the standard transaction save button while I triggering it from Zreport using Call Transaction skip initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest ur ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen Kumar G.V.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443700#M1740546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-15T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443701#M1740547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does not the transaction have a display mode ? for ex: MM03, ME23N...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it something else you require ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Please do not post all caps in your subject line&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443701#M1740547</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2013-05-15T10:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443702#M1740548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using display transaction codes. I am using create transaction codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: mm01. me21n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443702#M1740548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-15T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443703#M1740549</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check the PF Status for the transaction, and when the requirement occurs, use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set pf-status 'pf_status' (pf status name) excluding 'save'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think this would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443703#M1740549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-15T11:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443704#M1740550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;DISABLING SAVE BUTTON WHILE CALL TRANSACTION&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; DATA: it_ucomm TYPE TABLE OF sy-ucomm.&lt;/P&gt;&lt;P&gt;APPEND 'SPOS' TO it_ucomm, "for SAVE&lt;/P&gt;&lt;P&gt;call transactionn 'MM01'&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_status&amp;nbsp; = sy-pfkey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_exclude = it_ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will solve your issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/217569" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443704#M1740550</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2013-05-15T11:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443705#M1740551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for appropriate BADI for particular Transaction Code to disable SAVE button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443705#M1740551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-15T11:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443706#M1740552</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;Then what is the use of disabling the SAVE button ?&amp;nbsp; What is expected by disabling the save button in create mode ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to provide more details in the first place itself, we cannot assume what is required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443706#M1740552</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2013-05-15T11:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443707#M1740553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Hi, &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/swadhin.ghatuary" id="jive-5352231827891317334514" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; text-decoration: underline !important; color: #3778c7;"&gt;swadhin ghatuary&lt;/A&gt; .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;I´ve tried using &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/SPAN&gt; but no success.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;I need to let user go to VF01 but cannot let him/her save billing document.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Before someone asks me why I am doing this, I´ll explain. I´ve created a program to simulate billing document creation. User wants to see conditions for items of document which has not been saved yet, it is the one with $ in the billing document number. If he/she uses VF01, he/she can input the invoice, choose the item from it, and push enter. The program displays the original document and the one with $.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;In my program, I am using a CALL TRANSACTION VF01, but, as I said before, I cannot let button SAVE available.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Any ideas?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;Thanks in advance.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 12:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443707#M1740553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-12T12:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443708#M1740554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with transaction variants. &lt;A class="active_link" href="http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm" title="http://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm"&gt;Variant Transactions (SAP Library - ABAP Workbench Tools)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Create a transaction variant and call it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 10:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443708#M1740554</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2013-09-13T10:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: DISABLING SAVE BUTTON WHILE CALL TRANSACTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443709#M1740555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I´ve already tried it.&lt;/P&gt;&lt;P&gt;It seems transaction variant does not let us modify toolbar(save button).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 20:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-save-button-while-call-transaction/m-p/9443709#M1740555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-13T20:02:00Z</dc:date>
    </item>
  </channel>
</rss>

