<?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: Regarding BAL_LOG_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914145#M685909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sham you have call this every time after creating log file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ll send you code for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 10:07:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T10:07:48Z</dc:date>
    <item>
      <title>Regarding BAL_LOG_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914142#M685906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;  I have one question regarding the usage. Do I need to call this method every time I add the message using BAL_LOG_MSG_ADD??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 09:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914142#M685906</guid>
      <dc:creator>former_member220196</dc:creator>
      <dc:date>2007-10-18T09:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAL_LOG_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914143#M685907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="475565"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="492424"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me reward points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 09:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914143#M685907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T09:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAL_LOG_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914144#M685908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;  My question is not answered still. It gives me details that i have already looked into. After this I got a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 09:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914144#M685908</guid>
      <dc:creator>former_member220196</dc:creator>
      <dc:date>2007-10-18T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAL_LOG_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914145#M685909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sham you have call this every time after creating log file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ll send you code for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 10:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914145#M685909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAL_LOG_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914146#M685910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM log_add_msg USING  pu_log_handle TYPE balloghndl&lt;/P&gt;&lt;P&gt;                        msgtype TYPE char1&lt;/P&gt;&lt;P&gt;                        msgno LIKE sy-msgno&lt;/P&gt;&lt;P&gt;                        l_msg TYPE char100  .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Add Message to Application Log&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DATA:&lt;/P&gt;&lt;P&gt;    ls_msg TYPE bal_s_msg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CHECK: NOT pus_msg-type IS INITIAL.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_msg-msgty = msgtype.&lt;/P&gt;&lt;P&gt;  ls_msg-msgid = '/BMW/GIS_TP_PAR01'.&lt;/P&gt;&lt;P&gt;  ls_msg-msgno = msgno.&lt;/P&gt;&lt;P&gt;  ls_msg-msgv1 = l_msg.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ls_msg-msgv2 = pus_msg-message_v2.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ls_msg-msgv3 = pus_msg-message_v3.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ls_msg-msgv4 = pus_msg-message_v4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAL_LOG_MSG_ADD'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            i_log_handle  = pu_log_handle&lt;/P&gt;&lt;P&gt;            i_s_msg       = ls_msg&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            log_not_found = 0&lt;/P&gt;&lt;P&gt;            OTHERS        = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ELSE.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MESSAGE s000(/bmw/gis_tp_par01) WITH 'Message added to log'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; pc_log_handle.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 10:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914146#M685910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding BAL_LOG_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914147#M685911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since 'i_s_msg'   parameter is a work area u need to pass message each time with log handle...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can do one thing to avoid call again and again...put all messages in internal table and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop i_messages into wa_message.&lt;/P&gt;&lt;P&gt;CALL BAL_LOG_CREATE for each workarea.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 10:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bal-log-create/m-p/2914147#M685911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T10:17:00Z</dc:date>
    </item>
  </channel>
</rss>

