<?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: Error while generating IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592178#M1436002</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;Move wa_finaldata that into a string varaibale and then try moving that into SDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jyo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2010 04:01:40 GMT</pubDate>
    <dc:creator>jyotheswar_p2</dc:creator>
    <dc:date>2010-02-05T04:01:40Z</dc:date>
    <item>
      <title>Error while generating IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592177#M1436001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Using IDOC I'm transferring the data from one server to another. While Creating RFC to generate an IDOC  &lt;STRONG&gt;" are not mutually&lt;/STRONG&gt; &lt;STRONG&gt;convertible&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bellow are the steps followed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Declared the Segment parameters as &lt;STRONG&gt;ZSACL_KANBAN	LIKE	EDIDD&lt;/STRONG&gt; in Tables section of Function Module&lt;/P&gt;&lt;P&gt;2. Since I'm transferring the records which has been customized for our org. i have created a structure similar to the structure defined in the Segment&lt;/P&gt;&lt;P&gt;3. after fetching the Data from the database assigned the Segment name and Data to the Table defined in the Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    zkanban-segnam = 'ZSEG_KANBAN'.&lt;/P&gt;&lt;P&gt;    zkanban-sdata = wa_finaldata.&lt;/P&gt;&lt;P&gt;    append zkanban. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it throws error as wa_finaldata and zkanban are not mutually convertible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i pass only one column IDOC is generating, but i want to pass 10 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to define according to the Data Segment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 03:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592177#M1436001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T03:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592178#M1436002</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;Move wa_finaldata that into a string varaibale and then try moving that into SDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jyo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 04:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592178#M1436002</guid>
      <dc:creator>jyotheswar_p2</dc:creator>
      <dc:date>2010-02-05T04:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592179#M1436003</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;Try  by giving hierarchy level also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zkanban-segnam = 'ZSEG_KANBAN'.&lt;/P&gt;&lt;P&gt;zkanban-sdata = wa_finaldata.&lt;/P&gt;&lt;P&gt;zkanban-sdata -hlevel = 2.&lt;/P&gt;&lt;P&gt;append zkanban. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if you need more info on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 07:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592179#M1436003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T07:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592180#M1436004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm able to 10 columns into SDATA but there are mismatch in field size while uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried by removing (or) including the preceding zeros for the field but then the data are merging up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to concatenate the 10 different columns with the constant field size.&lt;/P&gt;&lt;P&gt;&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; Kv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 09:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-idoc/m-p/6592180#M1436004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T09:41:42Z</dc:date>
    </item>
  </channel>
</rss>

