<?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 type E block modification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560743#M1076537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i loop in the table, he always block and i can't modify the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; LOOP AT l_mesg.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MESSAGE ID l_mesg-id TYPE l_mesg-type NUMBER l_mesg-number&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           WITH l_mesg-message_v1 l_mesg-message_v2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                l_mesg-message_v3 l_mesg-message_v4.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2008 11:49:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-23T11:49:55Z</dc:date>
    <item>
      <title>Message type E block modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560741#M1076535</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 use module function : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'COBL_CODINGBLOCK_CHECK'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        check_cobl              = l_cobl&lt;/P&gt;&lt;P&gt;        pbo_cobl                = pbo_cobl&lt;/P&gt;&lt;P&gt;        cust_fields_dynp_checks = space&lt;/P&gt;&lt;P&gt;        collect_messages        = space&lt;/P&gt;&lt;P&gt;        external_fields_used    = 'X'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        checked_cobl            = l_cobl.&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i do an false WBS element, he bloc the field and i can't modify this field.&lt;/P&gt;&lt;P&gt;How can i do, if they are an error, the field is not blocked please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560741#M1076535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Message type E block modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560742#M1076536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass COLLECT_MESSAGES = 'X' and get the messages in tables T_MESSAGES...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amol Lohade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560742#M1076536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Message type E block modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560743#M1076537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i loop in the table, he always block and i can't modify the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; LOOP AT l_mesg.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   MESSAGE ID l_mesg-id TYPE l_mesg-type NUMBER l_mesg-number&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           WITH l_mesg-message_v1 l_mesg-message_v2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                l_mesg-message_v3 l_mesg-message_v4.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDLOOP.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 11:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560743#M1076537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T11:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Message type E block modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560744#M1076538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 15:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-e-block-modification/m-p/4560744#M1076538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T15:14:58Z</dc:date>
    </item>
  </channel>
</rss>

