<?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 ALV Interactive -Problem while calling transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944210#M1153086</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;FORM user_command USING cmd TYPE sy-ucomm&lt;/P&gt;&lt;P&gt;                        self TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE cmd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	READ TABLE gt_output INTO gs_output INDEX self-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF self-fieldname = 'VBELN' and gs_output-vbeln is not initial.&lt;/P&gt;&lt;P&gt;	  SET PARAMETER ID 'AUN' field gs_output-VBELN.&lt;/P&gt;&lt;P&gt;	  call transaction 'VA23' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;	ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the above code my parameter id value is not properly fixed. Could anybody suggest me how I can fix my parameter id based on user selection so that I can call the desired transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 09:49:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T09:49:37Z</dc:date>
    <item>
      <title>ALV Interactive -Problem while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944210#M1153086</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;FORM user_command USING cmd TYPE sy-ucomm&lt;/P&gt;&lt;P&gt;                        self TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE cmd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	READ TABLE gt_output INTO gs_output INDEX self-tabindex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        IF self-fieldname = 'VBELN' and gs_output-vbeln is not initial.&lt;/P&gt;&lt;P&gt;	  SET PARAMETER ID 'AUN' field gs_output-VBELN.&lt;/P&gt;&lt;P&gt;	  call transaction 'VA23' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;	ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the above code my parameter id value is not properly fixed. Could anybody suggest me how I can fix my parameter id based on user selection so that I can call the desired transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944210#M1153086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Interactive -Problem while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944211#M1153087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we dont have any parameter id AUN in standard t.code so it is not possible to get the vbeln value to va23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'AUN' FIELD VBAK-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give find for above syntax in the standard program  and see........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944211#M1153087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Interactive -Problem while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944212#M1153088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AGN' field gs_output-VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following parameters are available for the individual document types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFN - Inquiry number&lt;/P&gt;&lt;P&gt;AGN - Quotation number&lt;/P&gt;&lt;P&gt;AUN - Order number&lt;/P&gt;&lt;P&gt;LPN - Scheduling agreement number&lt;/P&gt;&lt;P&gt;KTN - Contract number&lt;/P&gt;&lt;P&gt;AMN - Assortment number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944212#M1153088</guid>
      <dc:creator>joginder_singh</dc:creator>
      <dc:date>2008-12-22T10:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Interactive -Problem while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944213#M1153089</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 AUN try AGN... ...... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944213#M1153089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Interactive -Problem while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944214#M1153090</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;    &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET PARAMETER ID &amp;lt;pid&amp;gt; FIELD &amp;lt;f&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement saves the contents of field &amp;lt;f&amp;gt; under the ID &amp;lt;pid&amp;gt; in the SAP memory. The code &amp;lt;pid&amp;gt; can be up to 20 characters long. If there was already a value stored under &amp;lt;pid&amp;gt;, this statement overwrites it. If the ID &amp;lt;pid&amp;gt; does not exist, double-click &amp;lt;pid&amp;gt; in the ABAP Editor to create a new parameter object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your statement check the id, if it is not available you can create id and store the field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information, follow this link.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9e0435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944214#M1153090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Interactive -Problem while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944215#M1153091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your valuable reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-interactive-problem-while-calling-transaction/m-p/4944215#M1153091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:45:04Z</dc:date>
    </item>
  </channel>
</rss>

