<?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: message diaplay problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888813#M1888816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its still not displaying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 09:37:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-02-25T09:37:03Z</dc:date>
    <item>
      <title>message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888787#M1888790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI FRIENDS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a program to display the idoc details. Everything is working fine. what is my problem is my client need to display a message in output screen depending on how many idocs are ready to be processed. &lt;/P&gt;&lt;P&gt;for eg there are 10 idocs ready for processing then in the output screen h needs tht message teeling these no of idocs r ready for processing. So what code shud i use???&lt;/P&gt;&lt;P&gt;can u guyz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;nawaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888787#M1888790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T11:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888788#M1888791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a message classe (eg. Zmessage). Create the message 001 'Number of idocs processed: &amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Message in the programm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message s001(Zmessage) with lv_number_of_idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888788#M1888791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T12:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888789#M1888792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;lv_number_of_idocs??? what do i have to give.. i gave the variable i had created for ie v_docnum = edidc-docnum.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;v_docnum is what i gave..bt not working&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 04:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888789#M1888792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T04:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888790#M1888793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you wanting to output a count, because it looks like the field you are using refers to an actual Idoc on EDIDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888790#M1888793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T05:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888791#M1888794</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;Yes i want the total no of idoc processing count. Like when i execute it shud show me a mesg tht these many no of idocs r reday to process. if 10 its shud so 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888791#M1888794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T05:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888792#M1888795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and yes the field is of edidc. because im getting the details of idocs...so i need the processd idocs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888792#M1888795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T05:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888793#M1888796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the response from Nicolaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the your count value into lv_number_of_idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then output the message as indicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Message s001(Zmessage) with lv_number_of_idocs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888793#M1888796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T05:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888794#M1888797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAN YOU WRITE ME THE CODE?? LIKE WHAT I HAVE TO WRITE..&lt;/P&gt;&lt;P&gt;IS IT THAT I HAVE TO CREATE A VARIABLE WITH &lt;SPAN style="color: #333333; font-size: 12px;"&gt;lv_number_of_idocs FOR EDIDC-DOCNUM? PLEASE HELP &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 05:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888794#M1888797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T05:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888795#M1888798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some more clarity regarding 'IDocs ready for processing' and what details you are already displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its because Ready for processing may mean different in inbound and outbound scenarios. Like in outbound scenarios it may mean idocs with status 01 or 30.&lt;/P&gt;&lt;P&gt;Or in inbound scenarios it can be idocs with status 64.&lt;/P&gt;&lt;P&gt;Or it can be some other status based on clients requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would depend mainly on what data the client wants to see in the message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888795#M1888798</guid>
      <dc:creator>latha_lambodaran</dc:creator>
      <dc:date>2015-02-25T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888796#M1888799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create one more internal table with fields STATUS type EDIDC-STATUS and COUNT type I.&amp;nbsp; Inside loop of EDIDC, collect this internal table with value of COUNT as 1.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at edidc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lt_edidc_status-status = edidc-status.&lt;/P&gt;&lt;P&gt;lt_edidc_status-count = 1.&lt;/P&gt;&lt;P&gt;collect lt_edidc_status. "This would add up count every time same status is encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can have a count of Idocs of a particular status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shailesh Nagaonkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888796#M1888799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T06:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888797#M1888800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/652893" width="450" /&gt;&lt;/P&gt;&lt;P&gt;THIS IS MY OUTPUT SCREEN. IF U CAN C I HAVE SELECTED IDOC NO ROW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHTA MY CLIENT WAS IS WHEN H GETS THIS OUTPUT SCREEN ALONG WITH THIS HE ALS NEED A MESSAGE TELLING HOW MANY IDOCS ARE READY TO PROCESS..&lt;/P&gt;&lt;P&gt;IN HERE THERE ARE 12 IDOC READY FOR PROCESS SO THAT IS THE MESSAGE I NEED TO GET IN THIS OUTPUT SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888797#M1888800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T06:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888798#M1888801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shailesh i dint get you.. i need the total no of docnum(idoc no) in my display. if u can c a screen shot.. i want the total no of that docnum as a message alng wit my output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my screen shot case when i click on output i need a message saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOTAL NO OF IDOC : 12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888798#M1888801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T06:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888799#M1888802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;GUYZ I GOT IT...THIS IS THE CODE I USED.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt; DATA : V_LINES TYPE I. "declare variable&lt;BR /&gt;&amp;nbsp; DESCRIBE TABLE &amp;lt;ITAB&amp;gt; LINES V_LINES. "get no of rows&lt;BR /&gt;&amp;nbsp; WRITE:/ V_LINES. "display no of rows.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT OLY PRB IS ITS COMING IN DIFFERENT SCREEN. NOT IN THE ABOVE SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888799#M1888802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T06:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888800#M1888803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can simply add a header or footer indicating the number of idocs ready instead of going through displaying messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you need it in Message only then do as below, Put thses code just after the FM call for display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) get the no of idocs that is ready into a variable(l_count), in the above case say 12. Please note it can be any variable that you can display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now display the message as shown below, just use the same code lines,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message I001(message class) with l_count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further details check the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Number+of+ways+to+display+the+messages" title="http://wiki.scn.sap.com/wiki/display/ABAP/Number+of+ways+to+display+the+messages"&gt;Number of ways to display the messages - ABAP Development - SCN Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 06:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888800#M1888803</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2015-02-25T06:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888801#M1888804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be wrong.&amp;nbsp; This will only applicable when you've all the records with same Status.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As provided in my reply earlier, you can use that code to find out no of records for same status and update first IDoc record with new column in ALV for no of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way it will be as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDocNO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total status&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;With Write statement, it'll write on the new screen and not on ALV screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shailesh Nagaonkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888801#M1888804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888802#M1888805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUT I DONT WANT THE STATUS I WANT THE NO OF IDOCS GENERATED AS A MESSAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;DATA : V_LINES TYPE I. "declare variable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;&amp;nbsp; DESCRIBE TABLE &amp;lt;ITAB&amp;gt; LINES V_LINES. "get no of rows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;&amp;nbsp; WRITE:/ V_LINES. "display no of rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;I USED TIS CODE AND I GOT THE ANS.. BUT IITS CMIN IN DIFFERENT SCREEN.. I WANT IN THE SAME SCREEN I E ALV SCREEN OUTPUT...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;I NEED TO USE TOP OF PAGE EVENT... ANY SUGGESTIONS HOW CAN I DO IT.??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;THANKS GUYZ.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888802#M1888805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888803#M1888806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above logic provided to you to get no of idocs of that particular status.&amp;nbsp; If you want to get total no of idocs, then you can use DESCRIBE statement as you mentioned.&amp;nbsp; And you can put that number in Title as well wherein you've mentioned just 'idoc', that would look good instead of message which would go away once clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if i understood your requirement or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shailesh Nagaonkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888803#M1888806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888804#M1888807</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;YES I GOT IT. I FEEL DESCRIBE TABLE IS THE BEST OPTION.. BUT NOW I WILL IHAVE TO SPECIFY IN MY ALV REPORT.. I NEED TO USE TOP OF PAGE EVENT.. BUT I DONT KNOW HOW... CAN U HELP ME OUT???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888804#M1888807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888805#M1888808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Mohammed,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You can put this in TOP OF PAGE event of ALV.&amp;nbsp; You need to define a subroutine in ALV FM call.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;If you're using FM 'REUSE_ALV_GRID_DISPLAY', there'll be a export parameter as shown below:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S31"&gt;I_CALLBACK_TOP_OF_PAGE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'TOP_OF_PAGE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;The value provided here would be a subroutine name and you need to define a body for this as shown below:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;FORM TOP_OF_PAGE&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;data: &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; git_top&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;slis_t_listheader&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gwa_top&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;slis_listheader&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; gwa_top&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;typ &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'H'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; gwa_top&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;info &lt;SPAN class="L0S55"&gt;= v_lines&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;gwa_top &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;git_top&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'REUSE_ALV_COMMENTARY_WRITE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT_LIST_COMMENTARY &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;git_top&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;ENDFORM.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;OR&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;you can set below export parameter with the value available in your message:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I_GRID_TITLE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= v_lines "Char field containing your message'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55"&gt;Reward if useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55"&gt;Shailesh Nagaonkar.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888805#M1888808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: message diaplay problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888806#M1888809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shailesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot. your ans helped me alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also thx to other for helping me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;nawaz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-diaplay-problem/m-p/10888806#M1888809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:32:19Z</dc:date>
    </item>
  </channel>
</rss>

