<?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: Interactive ALV list Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666338#M1574620</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 use SUBMIT &lt;STRONG&gt;PPIO_ENTRY&lt;/STRONG&gt; USING SELECTION-SCREEN instead of CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;Or if you still want to use call transaction only then do not comment "AND SKIP FIRST SCREEN" ,It should work after this.&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;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Feb 2011 06:15:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-17T06:15:38Z</dc:date>
    <item>
      <title>Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666335#M1574617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed ALV report which is working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while i double click on one record i need to call another transaction code i.e "COHV" which is also working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the value is not population to that transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE r_ucomm.
    WHEN '&amp;amp;IC1'.

      READ TABLE ta_final INTO wa_final INDEX rs_selfield-tabindex.
      IF sy-subrc = 0.
        IF rs_selfield-fieldname = 'AUFNR'.
          SET PARAMETER ID 'ANR' FIELD wa_final-aufnr.
*          GET PARAMETER ID 'ANR' FIELD rs_selfield-value.
          CALL TRANSACTION 'COHV'." AND SKIP FIRST SCREEN .
        ENDIF.
      ENDIF.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i came to know that is t-code for a report selection screen how to pass the value to that &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;Surendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 04:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666335#M1574617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T04:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666336#M1574618</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;Ttry with CALL FUNCTION 'ABAP4_CALL_TRANSACTION' FM.&lt;/P&gt;&lt;P&gt;in this you can pass parameter ID in SPAGPA_TAB  tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: salil chavan on Feb 17, 2011 5:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 04:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666336#M1574618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T04:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666337#M1574619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working the function module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 05:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666337#M1574619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T05:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666338#M1574620</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 use SUBMIT &lt;STRONG&gt;PPIO_ENTRY&lt;/STRONG&gt; USING SELECTION-SCREEN instead of CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;Or if you still want to use call transaction only then do not comment "AND SKIP FIRST SCREEN" ,It should work after this.&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;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 06:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666338#M1574620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666339#M1574621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just make changes to this line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'ANR' FIELD rs_selfield-value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 06:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666339#M1574621</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2011-02-17T06:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666340#M1574622</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;1. Use SUBMIT COHVOMPP AND RETURN instead of CALL TRANSACTION 'COHV'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Here's some example code of SUBMITTING a program WITH SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: SELTAB     TYPE TABLE OF RSPARAMS, &lt;/P&gt;&lt;P&gt;      SELTAB_WA  LIKE LINE OF SELTAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'LANGU'  TO SELTAB_WA-SELNAME, &lt;/P&gt;&lt;P&gt;      'S'      TO SELTAB_WA-KIND,      " SELECT-OPTION &lt;/P&gt;&lt;P&gt;      'I'      TO SELTAB_WA-SIGN, &lt;/P&gt;&lt;P&gt;      'BT'     TO SELTAB_WA-OPTION, &lt;/P&gt;&lt;P&gt;      'D'      TO SELTAB_WA-LOW, &lt;/P&gt;&lt;P&gt;      'I'      TO SELTAB_WA-HIGH. &lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: 'E'      TO SELTAB_WA-SIGN, &lt;/P&gt;&lt;P&gt;      'EQ'     TO SELTAB_WA-OPTION, &lt;/P&gt;&lt;P&gt;      'F'      TO SELTAB_WA-LOW, &lt;/P&gt;&lt;P&gt;      SPACE    TO SELTAB_WA-HIGH. &lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR SELTAB_WA. &lt;/P&gt;&lt;P&gt;MOVE: 'ARBGB' TO SELTAB_WA-SELNAME, &lt;/P&gt;&lt;P&gt;      'P'     TO SELTAB_WA-KIND,      " PARAMETER &lt;/P&gt;&lt;P&gt;      'XX'    TO SELTAB_WA-LOW. &lt;/P&gt;&lt;P&gt;APPEND SELTAB_WA TO SELTAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT00 &lt;/P&gt;&lt;P&gt;       USING SELECTION-SET 'VARIANT1' &lt;/P&gt;&lt;P&gt;       WITH  ARBGB CP 'A*' &lt;/P&gt;&lt;P&gt;       WITH  SELECTION-TABLE SELTAB &lt;/P&gt;&lt;P&gt;       AND RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 06:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666340#M1574622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666341#M1574623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if above said answers are not working, try to call BDC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 07:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666341#M1574623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV list Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666342#M1574624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of call transaction use submit statement &lt;/P&gt;&lt;P&gt;   SUBMIT &amp;lt;program name&amp;gt; WITH p_param1 = l_param1&lt;/P&gt;&lt;P&gt;                                WITH  p_param2 = l_param2&lt;/P&gt;&lt;P&gt;                               AND RETURN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 09:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-list-problem/m-p/7666342#M1574624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-17T09:10:57Z</dc:date>
    </item>
  </channel>
</rss>

