<?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: DEBMAS Insert/Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657763#M612971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'am relatively new to ABAP Development I don't really get the idea of reducing a messagetype.. could you perhaps point me to a good resource concerning this topic or give a little example what i should do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 12:38:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-21T12:38:12Z</dc:date>
    <item>
      <title>DEBMAS Insert/Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657761#M612969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently trying to insert/update customer master data from an external LS. Since I only have the KNA1 Data in the external system R/3 tells me I'd have to insert a bank country for the customer when it receives the IDoc. I already tried to set the MSGFN for E1KNBKM to 018 and 023 so the segment would be ignored but it doesn't seem to have any effect. I still can't insert the IDoc. &lt;/P&gt;&lt;P&gt;I would appreciate any suggestions on what might be worth to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657761#M612969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS Insert/Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657762#M612970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to reduce that Idoc to contain only the segments you want to populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Bank info is REQUIRED through config, maybe you can get your functional people to set that to optional - otherwise, in your Idoc inbound function module, there will be a user exit where you can populate the info in the required segment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 14:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657762#M612970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T14:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS Insert/Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657763#M612971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'am relatively new to ABAP Development I don't really get the idea of reducing a messagetype.. could you perhaps point me to a good resource concerning this topic or give a little example what i should do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 12:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657763#M612971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-21T12:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: DEBMAS Insert/Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657764#M612972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Tcode BD53 to Reduce a message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, I would call tcode BD53&lt;/P&gt;&lt;P&gt;enter ZDEBMAS as the Reduced message type and click CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A popup box will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBMAS would be my reference message type,&lt;/P&gt;&lt;P&gt;enter a description and click enter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will be taken to a screen where you will see all the segments contained in your message type. You can include only the segments you need from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to select the child segments, too, that you want to include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 13:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debmas-insert-update/m-p/2657764#M612972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T13:46:55Z</dc:date>
    </item>
  </channel>
</rss>

