<?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: custom container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350570#M1232082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got solutions.&lt;/P&gt;&lt;P&gt;close this threat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 09:45:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-26T09:45:41Z</dc:date>
    <item>
      <title>custom container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350568#M1232080</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 am working custom container screen. output is coming donot type as any word in custom container then when user save button then its should be called error by 'Please note that report'.. i know about message code then&lt;/P&gt;&lt;P&gt;how is performed by custom containter code??&lt;/P&gt;&lt;P&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;S.Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 05:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350568#M1232080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T05:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: custom container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350569#M1232081</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;Refer the std program BCALV_GRID_05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the click event handled for the button 'BOOKINGS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD handle_user_command.
* § 3.In event handler method for event USER_COMMAND: Query your
*   function codes defined in step 2 and react accordingly.

    DATA: lt_rows TYPE lvc_t_row.

    CASE e_ucomm.
      WHEN 'BOOKINGS'.
        CALL METHOD grid1-&amp;gt;get_selected_rows
                 IMPORTING et_index_rows = lt_rows.
        CALL METHOD cl_gui_cfw=&amp;gt;flush.
        IF sy-subrc ne 0.
* add your handling, for example
          CALL FUNCTION 'POPUP_TO_INFORM'
               EXPORTING
                    titel = g_repid
                    txt2  = sy-subrc
                    txt1  = 'Error in Flush'(500).
        else.
                  perform show_booking_table tables lt_rows.
        ENDIF.
    ENDCASE.
  ENDMETHOD.                           "handle_user_command&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 07:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350569#M1232081</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2009-03-20T07:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: custom container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350570#M1232082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got solutions.&lt;/P&gt;&lt;P&gt;close this threat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 09:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-container/m-p/5350570#M1232082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T09:45:41Z</dc:date>
    </item>
  </channel>
</rss>

