<?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: Idoc doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293711#M1390123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that I didn't tell: the idoc is a Z idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the idoc was sent to SAP and some of them got a problem because the date wasn't sent ok, so my idea is to change manually this date with a report that I'm doing (or maybe a function, I'll see what's best).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to review the answers here, and if you got another solution or another idea, please tell it to me.&lt;/P&gt;&lt;P&gt;Thank you all for replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 18:16:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-22T18:16:50Z</dc:date>
    <item>
      <title>Idoc doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293707#M1390119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this problem: I need to create a program that changes the value of an IDOC. My question is: is there any function like "IDOC_STATUS_WRITE_TO_DATABASE" that can do something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is the same thing that when I do this in tx WE19.&lt;/P&gt;&lt;P&gt;Is this posible with a function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't understand what do I mean, I'll tell this: I want to change the value of a field from an incoming IDOC (for example, the DATE), and I would like to know if there is any function that can do this or if there is any way to do this in abap and not from tx WE19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293707#M1390119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T17:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293708#M1390120</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;Your inbound IDOC should be coming to a Inbound Process Code Functional Module. Look if you can use any Enhancement there if it is a SAP Standard FM, and in case you only written this FM then you can definitely do this in the same FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:46:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293708#M1390120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T17:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293709#M1390121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use the following func modules:&lt;/P&gt;&lt;P&gt;EDI_DOCUMENT_OPEN_FOR_EDIT&lt;/P&gt;&lt;P&gt;EDI_CHANGE_DATA_SEGMENTS&lt;/P&gt;&lt;P&gt;EDI_DOCUMENT_CLOSE_EDIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For simplicity you cancreate a func module of your own and call these internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 17:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293709#M1390121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T17:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293710#M1390122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its inbound idoc so process code might have been attached and you can check the function module attached to the process code. If its Z function module you can make changes there .Moreover there are whole bunch of enhacment on the message type and function module where you can change the values. Please implement user exit and make changes there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirad Pachchigar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 18:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293710#M1390122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293711#M1390123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that I didn't tell: the idoc is a Z idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the idoc was sent to SAP and some of them got a problem because the date wasn't sent ok, so my idea is to change manually this date with a report that I'm doing (or maybe a function, I'll see what's best).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to review the answers here, and if you got another solution or another idea, please tell it to me.&lt;/P&gt;&lt;P&gt;Thank you all for replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 18:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-doubt/m-p/6293711#M1390123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T18:16:50Z</dc:date>
    </item>
  </channel>
</rss>

