<?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: Problem with CALL TRANSACTION  SKIP FIRST SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609596#M1663081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi iostreamax, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checked with other transactions and same problem i have faced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 10:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-27T10:20:07Z</dc:date>
    <item>
      <title>Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609582#M1663067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a functionality where in if i click the hotspot i go the specified transaction..I am able to do that using -- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'CAA3' AND SKIP FIRST SCREEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i press the back button on the standard transaction i am coming to the first screen of the CAA3 transaction.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i come back to my original ALV display instead of coming to the first screen of the CAA3 transaction which i have skipped while going there.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched in all forums. But i couldn't get the proper solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 06:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609582#M1663067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T06:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609583#M1663068</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;Can you paste a portion of your code of USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;iostreamax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 07:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609583#M1663068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T07:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609584#M1663069</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;Instead of Call Transaction, you can use - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT BUSSTART WITH ......... AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUSSTART is the program for CAA3..and in with you can specify parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Bansal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 07:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609584#M1663069</guid>
      <dc:creator>Harsh_Bansal</dc:creator>
      <dc:date>2012-02-24T07:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609585#M1663070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Use the user-command event and inside this user command&lt;/P&gt;&lt;P&gt;do one thing.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID " PARAMETER ID".&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;TCODE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at the following thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.sdn.sap.com/thread.jspa?threadID=1000859" target="test_blank"&gt;http://forums.sdn.sap.com/thread.jspa?threadID=1000859&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 07:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609585#M1663070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609586#M1663071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried with SUBMIT BUSSTART. I got "Transaction SE38 is not defined as an application transaction" error. In fact program BUSSTART do not have any selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 08:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609586#M1663071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T08:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609587#M1663072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi iostreamax, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below code snippet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM change USING ucomm LIKE sy-ucomm &lt;/P&gt;&lt;P&gt;                  selfield TYPE slis_selfield. &lt;/P&gt;&lt;P&gt;  CASE ucomm. &lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'. &lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'KTO' FIELD selfield-value. &lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'CAA3' AND SKIP FIRST SCREEN. &lt;/P&gt;&lt;P&gt;  ENDCASE. &lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 08:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609587#M1663072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T08:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609588#M1663073</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;Generally it comes back to the ALV output when we press back on called transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Bansal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 09:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609588#M1663073</guid>
      <dc:creator>Harsh_Bansal</dc:creator>
      <dc:date>2012-02-24T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609589#M1663074</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;I agree with Harsh Bansal, it always come back to ALV generated report that's why I'm asking you to paste a portion of your code logic so we can analyze from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;iostreamax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 09:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609589#M1663074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609590#M1663075</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;Try using different transaction just to check if its problem with transaction or ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 10:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609590#M1663075</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-02-24T10:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609591#M1663076</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;       I think this would    work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            SET PARAMETER ID 'KTO' FIELD  ws_value.&lt;/P&gt;&lt;P&gt;            CALL TRANSACTION 'CA3' AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;            SET PARAMETER ID 'KTO' FIELD  space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 11:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609591#M1663076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-24T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609592#M1663077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harsh &amp;amp; iostreamax, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not coming back to ALV directly.it is coming to CAA3 initial screen and then it is coming back to ALV.&lt;/P&gt;&lt;P&gt;I have tried many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 09:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609592#M1663077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T09:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609593#M1663078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kirthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 09:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609593#M1663078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T09:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609594#M1663079</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;I don't think it is a problem in SAP or something. When you call a transaction with skip initial screen clause it indeed will go to that first screen. But since you set the parameters in your program itself it will directly go to the next screen instead of displaying the first screen. If you enter wrong values it will display error message in the status bar of first screen itself. Because of this reason when you press BACK button it will go to the first screen since it was the previous screen. &lt;/P&gt;&lt;P&gt;To modify this behaviour you have to right the code in the usercommand section of the standard code but that is not possible without enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;P&gt;Aswath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 09:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609594#M1663079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609595#M1663080</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;Have you try the suggestion of Vinit?&lt;/P&gt;&lt;P&gt;If not, please try it then revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;iostreamax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609595#M1663080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609596#M1663081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi iostreamax, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checked with other transactions and same problem i have faced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609596#M1663081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T10:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609597#M1663082</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 actually implement an enhancement ,to avoid going to the first screen of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the program ' SAPLCPDI ' in se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include the following piece of code in the implicit enhancement point at the beginning of the form 'ok_code_prep' in the module 'anf_exit' that exist in the include 'LCPDII10' in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-DYNNR EQ 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rofin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 27, 2012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609597#M1663082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T10:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609598#M1663083</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;The problem seems in code then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you passing below parameter in you ALV Grid Function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            &lt;STRONG&gt;i_callback_program      = sy_repid&lt;/STRONG&gt;&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;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 11:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609598#M1663083</guid>
      <dc:creator>former_member189779</dc:creator>
      <dc:date>2012-02-27T11:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609599#M1663084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam passing i_callback_program to ALV Grid Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 01:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609599#M1663084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-28T01:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609600#M1663085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rofin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented the implicit enhancement in the form you have mentioned. But the form or enhancement is not even triggering during calling the transaction or coming back from transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 02:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609600#M1663085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-28T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CALL TRANSACTION  SKIP FIRST SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609601#M1663086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to using Function Module "FKK_CRPO_VKONT_DISPLAY" passing business partner and contract account. You can directly go to Contract Account general dispaly option and coming go back ALV main screen when using "BACK" command from CAA3 screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Ex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALL FUNCTION 'FKK_CRPO_VKONT_DISPLAY'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_xdisplay = gc_x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_gpart&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lv_gpart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_vkont&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lv_vkont.&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;Apurba Biswas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 13:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-call-transaction-skip-first-screen/m-p/8609601#M1663086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T13:08:41Z</dc:date>
    </item>
  </channel>
</rss>

