<?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: regarding sap query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285694#M1389058</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 need to define the type-pools : slis. in the data defination section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using the SLIS_SELFIELD structure, its part of types SLIS, you need mention it. Then only the structure will refer from that type-pools. Try with this, I hope it resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 07:44:32 GMT</pubDate>
    <dc:creator>praveen_hannu</dc:creator>
    <dc:date>2009-11-02T07:44:32Z</dc:date>
    <item>
      <title>regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285691#M1389055</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 one sap query which displays output in ALV format, i want to add one dynamic subroutine into it as following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                  rs_selfield TYPE slis_selfield.&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;&lt;/P&gt;&lt;P&gt;So can i add it directly to the query ??.. If not plaese tell me how would i insert this subroutine??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 12:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285691#M1389055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-30T12:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285692#M1389056</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;Wht type of query you are using, if you built your query using SAP Quick viewer through the t-code SQVI you cant make any changes in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would have created the infoset query, you can make the changes in the infoset developement through the SQ02, in the code tab. There you can write what ever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 04:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285692#M1389056</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2009-11-02T04:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285693#M1389057</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;Thnx for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query is designed through Quick Viewer. When i am doing changes in the same and inserting subroutine it is giving me some error as : The type 'SLIS_ SELFIELD' is unknown...can you tell me what necessary changes i have to make .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added subroutine as follows  :  Please tell me what necessary changes i have to do in it so that it'll suit to query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                  rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.                       "doubleclick&lt;/P&gt;&lt;P&gt;      READ TABLE G00 INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        IF  rs_selfield-fieldname EQ 'JHAK-AVM_NR'&lt;/P&gt;&lt;P&gt;        AND NOT rs_selfield-value IS INITIAL .&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'JHA' FIELD rs_selfield-value.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION 'JHA3N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;          SET PARAMETER ID 'JHA' FIELD G00-jhak-avm_nr.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION 'JHA3N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      CLEAR r_ucomm.&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;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 07:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285693#M1389057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T07:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285694#M1389058</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 need to define the type-pools : slis. in the data defination section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using the SLIS_SELFIELD structure, its part of types SLIS, you need mention it. Then only the structure will refer from that type-pools. Try with this, I hope it resolves the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 07:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285694#M1389058</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2009-11-02T07:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285695#M1389059</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;Now i am not getting any errors but the effect of that subroutine is not reflecting in the output. When i am doing double click on that order, according to the logic of subroutine it should call the transaction JHA3N but it is not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me the reason?...are there any settings for query which i have to make in some other transactions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 09:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285695#M1389059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T09:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285696#M1389060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SQ01 menu bar select &lt;STRONG&gt;Goto&lt;/STRONG&gt; there is a report assignment . Here you can assign Tcode which should be called when a line in the report output is double clicked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285696#M1389060</guid>
      <dc:creator>Azeemquadri</dc:creator>
      <dc:date>2009-11-03T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285697#M1389061</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;Actually it is not the query but modified Zreport of the query report AQL4BD==========BOUNCED_CNTRS=  and in that i need to make the changes for the desired output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 07:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-query/m-p/6285697#M1389061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-03T07:39:15Z</dc:date>
    </item>
  </channel>
</rss>

