<?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: Batch input for ME11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030422#M83636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With batch input you convert normally your fields with 'write' before appending your batch tables. Then you can get a space (for a not needed sign) at the end -&amp;gt; number output format is longer than 3. Try to use a shift left and itab-aplzf(3) or something similar.&lt;/P&gt;&lt;P&gt;Or just run once in display mode, than you should easily discover conversion problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2005 07:44:43 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2005-12-07T07:44:43Z</dc:date>
    <item>
      <title>Batch input for ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030418#M83632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to copy an existing plant-specific inforecord from plant A to plant B using call transaction method.&lt;/P&gt;&lt;P&gt;But an error occurs when I fill in the plant A's planned delivery time to that of plant B,&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;EINE-APLFZ input value is longer than screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just retrieve plant A's data into internal table (ITAB-APLFZ) and fill it for batch input, what's wrong / meaning for the above error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 07:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030418#M83632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T07:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input for ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030419#M83633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no problem in copying data inside ur internal table but c to that u give the appropriate size of the field that u have declared inside ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EINE-APLFZ may exceeed the size.&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 07:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030419#M83633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T07:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input for ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030420#M83634</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;I don't quite understand. which field size should I consider? How to check ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the internal table ITAB just has APLFZ like EINE-APLFZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 07:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030420#M83634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input for ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030421#M83635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Macy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EINE-APLFZ is DEC field.&lt;/P&gt;&lt;P&gt;Maybe, I think you defined ITAB-APLFZ field with DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, screen field is character format.&lt;/P&gt;&lt;P&gt;so, you must converted APLFZ field value to character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt; data : w_aaa(3) type n.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; move ITAB-APLFZ to w_aaa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; move w_aaa TO bdcdata-fval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 07:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030421#M83635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T07:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch input for ME11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030422#M83636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With batch input you convert normally your fields with 'write' before appending your batch tables. Then you can get a space (for a not needed sign) at the end -&amp;gt; number output format is longer than 3. Try to use a shift left and itab-aplzf(3) or something similar.&lt;/P&gt;&lt;P&gt;Or just run once in display mode, than you should easily discover conversion problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 07:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-for-me11/m-p/1030422#M83636</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-12-07T07:44:43Z</dc:date>
    </item>
  </channel>
</rss>

