<?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: ALV using Splitter Container - ErroR message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917210#M1330843</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;All the messages thrown by the MESSAGE statement appears in the status bar (except the Information type ). So in case you are displaying any message by using the Message  statement , you dont have any control over its position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To put the message , near to the grid / control ; you will be requiring a pop up screen.  You can call the screen with this syntax CALL SCREEN 8888 starting at X,Y. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get these values by calling the GET_LEFT method of the CL_GUI_CONTAINER ( say for the grid1 which is Row 1, Col 1).  And then you can call you screen starting at that position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are FMs for throwing POP ups, you can use any one of them, like POPUP_TO_CONFIRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2009 09:00:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-21T09:00:12Z</dc:date>
    <item>
      <title>ALV using Splitter Container - ErroR message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917209#M1330842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the below scenario and please come up with your vaulable comments n corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program is using a splitter container, with 3 ALV grids and one ALV tree control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen there are four check boxes for each of the ALV's. The container is split into so many columns and one row, based on the user selecting the check boxes, and those ALV's are placed in that space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if any of these internal tables is empty, then a message should be thrown next to each of those grids.&lt;/P&gt;&lt;P&gt;Currently, the report is throwing the message in the status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SrIhArI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 07:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917209#M1330842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using Splitter Container - ErroR message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917210#M1330843</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;All the messages thrown by the MESSAGE statement appears in the status bar (except the Information type ). So in case you are displaying any message by using the Message  statement , you dont have any control over its position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To put the message , near to the grid / control ; you will be requiring a pop up screen.  You can call the screen with this syntax CALL SCREEN 8888 starting at X,Y. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get these values by calling the GET_LEFT method of the CL_GUI_CONTAINER ( say for the grid1 which is Row 1, Col 1).  And then you can call you screen starting at that position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are FMs for throwing POP ups, you can use any one of them, like POPUP_TO_CONFIRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 09:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917210#M1330843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T09:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using Splitter Container - ErroR message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917211#M1330844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirement is to show the message next to each of the grids.. no other way??? I am trying to find out some way to tackle this strange requirement.. any OUT OF THE BOX thinking???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 05:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917211#M1330844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T05:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALV using Splitter Container - ErroR message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917212#M1330845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if a information message is OK with you  then you can call POPUP_TO_INFORM for each portion which comes with addition of specifying the position where the message will be popped up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-using-splitter-container-error-message/m-p/5917212#M1330845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T06:08:21Z</dc:date>
    </item>
  </channel>
</rss>

