<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099967#M103194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To change the segment values you need to implement function exits. &lt;/P&gt;&lt;P&gt;The code should be like..check the segment name and read the SDATA and change the field values whatever u want. Hope it solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rajavardhana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2005 06:34:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-29T06:34:30Z</dc:date>
    <item>
      <title>IDoc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099964#M103191</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;Sometimes, when I execute my IDoc output using RSNAST00,&lt;/P&gt;&lt;P&gt;I get the error 'FORM OF ADDRESS KEY NOT DEFINED'&lt;/P&gt;&lt;P&gt;What could be the problem. Has anybody else faced a similar error. The error does not happen if I don't use RSNAST00 and generate the IDoc while saving the application.(output type configuration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 05:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099964#M103191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T05:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099965#M103192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What IDoc is this? Looks like there is some wrong address data in the IDOC that is causing it. Nothing to do with RSNAST00. Form of Address Key has a check table and some value is failing that validation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your input,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 05:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099965#M103192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T05:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099966#M103193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more problem.&lt;/P&gt;&lt;P&gt;How do I modify an existing segment in an IDoc.&lt;/P&gt;&lt;P&gt;I have to read one segment at an item level and modify a field. &lt;/P&gt;&lt;P&gt;CONCATENATE lwa_edidd-sdata lwa_e1edpa1-pfort INTO lwa_edidd-sdata.&lt;/P&gt;&lt;P&gt;      DELETE int_edidd INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;      int_edidd-segnam = 'E1EDPA1'.&lt;/P&gt;&lt;P&gt;      int_edidd-sdata = lwa_edidd-sdata.&lt;/P&gt;&lt;P&gt;      APPEND int_edidd.&lt;/P&gt;&lt;P&gt;If I do the above thing, it is adding the new field but not under field name PFORT but under the field name TITLE. Any pointers to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 05:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099966#M103193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T05:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099967#M103194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To change the segment values you need to implement function exits. &lt;/P&gt;&lt;P&gt;The code should be like..check the segment name and read the SDATA and change the field values whatever u want. Hope it solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rajavardhana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2005 06:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099967#M103194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-29T06:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099968#M103195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;I got the same problem as yours.I have to change the filed values at item level .I come to know the field values at runtime only.How did you solve this.Could please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2006 10:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error/m-p/1099968#M103195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-28T10:19:33Z</dc:date>
    </item>
  </channel>
</rss>

