<?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: Adding the Message in Application Log in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298226#M1533754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it is not possible to add custom columns in Message Log (of course without customization), You can add &lt;STRONG&gt;PERNR&lt;/STRONG&gt; value in &lt;STRONG&gt;Message Text&lt;/STRONG&gt; itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 09:18:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-14T09:18:01Z</dc:date>
    <item>
      <title>Adding the Message in Application Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298225#M1533753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;   I am trying to insert the data in the application log (SLG1), Where i am able to update the details in the Application Log using the Function module "BAL_LOG_MSG_ADD". Its even displaying the message. &lt;/P&gt;&lt;P&gt;I am not able to add one more column in the Message log - i.e. I need to add PERNR in the column, how can i do it. Kindly advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 07:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298225#M1533753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-14T07:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the Message in Application Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298226#M1533754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it is not possible to add custom columns in Message Log (of course without customization), You can add &lt;STRONG&gt;PERNR&lt;/STRONG&gt; value in &lt;STRONG&gt;Message Text&lt;/STRONG&gt; itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 09:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298226#M1533754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-14T09:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the Message in Application Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298227#M1533755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search for sample programs in package SZAL &lt;/P&gt;&lt;P&gt;or search for SBAL_DEMO* in tcode SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grx&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 09:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298227#M1533755</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-09-14T09:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding the Message in Application Log</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298228#M1533756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogeshwaran,&lt;/P&gt;&lt;P&gt;This is possible...&lt;/P&gt;&lt;P&gt;There is an Importing parameter I_S_MSG of type BAL_S_MSG..Drill to the the folowing fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_S_MSG-&amp;gt;PARAMS-&amp;gt;CALLBACK....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to enter the call back program name...the call back perform routine and leave the USEREXITT field blank...&lt;/P&gt;&lt;P&gt;This would call your call back routine while displaying the Messages...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the demo program SBAL_CALLBACK for the details..In this program refer to the perform BAL_CALLBACK_READ_SET..this would give you an idea as to how to go about it...You can execute the program and relate to it...Additional fields are added to the message display structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do some reading then follow the link[http://help.sap.com/erp2005_ehp_04/helpdata/EN/bb/6811f980ae11d3966f00a0c930660b/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oops...Andreas and me replied on the same time...:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sitakant....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sitakant Tripathy on Sep 14, 2010 11:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 09:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-the-message-in-application-log/m-p/7298228#M1533756</guid>
      <dc:creator>sitakant_tripathy2</dc:creator>
      <dc:date>2010-09-14T09:37:40Z</dc:date>
    </item>
  </channel>
</rss>

