<?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: bdidocstat message component in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977894#M703023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you're missing  the application area (aka Message Class). The message number 085 is used in 781 application areas in ECC 6.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create your own message maybe you want to use the Message 085 of the application area /BDL/BDL3. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
message E085(/BDL/BDL3) with 'My message1' 'My message2' 'My message 3' 'My message4'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I normally use the message 000 of the application area FB (is easy to remember).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message E000(FB) with 'My message1' 'My message2' 'My message 3' 'My message4'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2007 02:23:42 GMT</pubDate>
    <dc:creator>ricardo_fernndezvzquez3</dc:creator>
    <dc:date>2007-11-07T02:23:42Z</dc:date>
    <item>
      <title>bdidocstat message component</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977891#M703020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;why there is no message component in this structure.&lt;/P&gt;&lt;P&gt;i try to use message number 085 in T100 and i want to pass in my own message but i cannot find message field in this structure.&lt;/P&gt;&lt;P&gt;message i am referring not msgv1 until msgv4.&lt;/P&gt;&lt;P&gt;any advice?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 13:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977891#M703020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdidocstat message component</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977892#M703021</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;      There is a field with MSGNO inthis structure ... &lt;/P&gt;&lt;P&gt;      In T100 the same field is referred to as MSGNR ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 13:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977892#M703021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: bdidocstat message component</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977893#M703022</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 not referring to msgno.&lt;/P&gt;&lt;P&gt;i want to put my own message or text but i do not know which component to use. i do not see any component which can put text.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 00:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977893#M703022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-07T00:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: bdidocstat message component</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977894#M703023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you're missing  the application area (aka Message Class). The message number 085 is used in 781 application areas in ECC 6.0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create your own message maybe you want to use the Message 085 of the application area /BDL/BDL3. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
message E085(/BDL/BDL3) with 'My message1' 'My message2' 'My message 3' 'My message4'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I normally use the message 000 of the application area FB (is easy to remember).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message E000(FB) with 'My message1' 'My message2' 'My message 3' 'My message4'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 02:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdidocstat-message-component/m-p/2977894#M703023</guid>
      <dc:creator>ricardo_fernndezvzquez3</dc:creator>
      <dc:date>2007-11-07T02:23:42Z</dc:date>
    </item>
  </channel>
</rss>

