<?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: Help with Selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653925#M1666880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikram,&lt;/P&gt;&lt;P&gt;it's a little unclear what you mean. Are you saying that you have successfully added in a selection screen which now appears but after the user has entered criteria it does not then got through your pasted abap code? If so you need to show us your pai code from the screen painter. You would at least need to exectute your form 'execute_user_exit' in there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2012 00:35:32 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2012-03-15T00:35:32Z</dc:date>
    <item>
      <title>Help with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653924#M1666879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys, I have a question regarding selecting data. I wrote a program for a user exit for BW which works fine. in that program there is a dialogue screen in which user puts its selection values. but the program totally ignores it. is there a standard code that I need to put in that some one can share with me please? thanks.&lt;/P&gt;&lt;P&gt;TYPE-POOLS: sbiwa.&lt;BR /&gt;FORM execute_user_exit&lt;BR /&gt;TABLES i_t_select TYPE sbiwa_t_select&lt;BR /&gt;i_t_fields TYPE sbiwa_t_fields&lt;BR /&gt;c_t_data STRUCTURE FAGLPOSBW&lt;BR /&gt;c_t_messages STRUCTURE balmi.&lt;BR /&gt;DATA: l_s_FAGLPOSBW LIKE FAGLPOSBW,&lt;BR /&gt;it_FAGLPOSBW TYPE FAGLPOSBW OCCURS 0.&lt;BR /&gt;DATA: l_tabix LIKE sy-tabix.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;DATA: BEGIN OF it_BKPF OCCURS 0,&lt;BR /&gt;AWSYS TYPE BKPF-AWSYS,&lt;BR /&gt;AWTYP TYPE BKPF-AWTYP,&lt;BR /&gt;BELNR TYPE BKPF-BELNR,&lt;BR /&gt;BUKRS TYPE BKPF-BUKRS,&lt;BR /&gt;GJAHR TYPE BKPF-GJAHR.&lt;BR /&gt;DATA: END OF it_BKPF.&lt;/P&gt;&lt;P&gt;it_FAGLPOSBW[] = c_t_data[].&lt;/P&gt;&lt;P&gt;SELECT AWSYS AWTYP BELNR BUKRS GJAHR&lt;/P&gt;&lt;P&gt;INTO TABLE it_BKPF&lt;/P&gt;&lt;P&gt;FROM BKPF&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN it_FAGLPOSBW&lt;BR /&gt;WHERE BUKRS = it_FAGLPOSBW-BUKRS AND&lt;BR /&gt;BELNR = it_FAGLPOSBW-BELNR AND&lt;BR /&gt;GJAHR = it_FAGLPOSBW-GJAHR.&lt;/P&gt;&lt;P&gt;LOOP AT c_t_data INTO l_s_FAGLPOSBW.&lt;BR /&gt;l_tabix = sy-tabix.&lt;/P&gt;&lt;P&gt;Read TABLE it_BKPF with key BELNR = l_s_FAGLPOSBW-BELNR&lt;BR /&gt;BUKRS = l_s_FAGLPOSBW-BUKRS&lt;BR /&gt;GJAHR = l_s_FAGLPOSBW-GJAHR.&lt;BR /&gt;If SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;l_s_FAGLPOSBW-ZZAWSYS_BK = it_BKPF-AWSYS.&lt;BR /&gt;l_s_FAGLPOSBW-ZZAWTYP_BK = it_BKPF-AWTYP.&lt;BR /&gt;Endif.&lt;/P&gt;&lt;P&gt;MODIFY c_t_data FROM l_s_FAGLPOSBW.&lt;BR /&gt;IF SY-SUBRC = 0.&lt;BR /&gt;ENDIF.&lt;BR /&gt; &lt;BR /&gt;ENDLOOP.&lt;BR /&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 00:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653924#M1666879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-15T00:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653925#M1666880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikram,&lt;/P&gt;&lt;P&gt;it's a little unclear what you mean. Are you saying that you have successfully added in a selection screen which now appears but after the user has entered criteria it does not then got through your pasted abap code? If so you need to show us your pai code from the screen painter. You would at least need to exectute your form 'execute_user_exit' in there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 00:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653925#M1666880</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2012-03-15T00:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653926#M1666881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neil, that is correct. BW has something called datasource which takes data from ECC to BW I enhanced the datasource and added some fields there. now when I or user types the selection in it gets ignored by the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 00:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653926#M1666881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-15T00:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653927#M1666882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from memory you have to take some steps to make the data source active. I can't recall exactly but you may have to run a standard program to get your data source coding picked up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 00:43:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-selection/m-p/8653927#M1666882</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2012-03-16T00:43:01Z</dc:date>
    </item>
  </channel>
</rss>

