<?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: Problem with BDC batch input in Tcode: ME31L in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918819#M1794752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran, Lohit&lt;/P&gt;&lt;P&gt;thanks for your kind help, i think what you said should be able to solve may problem, but the embarrassing thing is there is no business data on DEV client , neither i can create a Z program in QAS&amp;nbsp; client ,so far i can't test it in program ,and i will check it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway ,thanks all you guys again.&lt;/P&gt;&lt;P&gt;have a good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2013 02:09:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-27T02:09:21Z</dc:date>
    <item>
      <title>Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918813#M1794746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;when i used SHDB to record a BDC using tcode ME31L, it woks fine&amp;nbsp; and create a schedule agreement. but when i want to test this BDC by directly processing the recording i have just recorded in SHDB, and set process mode as background processing(mode = 'N') ,then it did not run successfully with log 'Formatting error in the field EKPO-ETFZ1 ; see next message' 'Make an entry in all required fields', it looks so weird. obviously ,i have set value for all mandatory field.&lt;/P&gt;&lt;P&gt;by the way , whether the field EKPO-ETFZ1 is mandatory ,it depends on the agreement type. For other agreement type ,this field is not required ,but for my scenario, for type 'ZCS', this field is mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could anybody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/350416" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/350456" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/350458" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/350457" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 08:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918813#M1794746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-25T08:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918814#M1794747</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 screen is design or field group is depends on the agreement type. try to put the if condition .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ag_type = 'X'.&amp;nbsp; &lt;/P&gt;&lt;P&gt;PERFORM THE BDC_FILED&amp;nbsp; " EKPO-ETFZ1 required&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;don't call the screen field&amp;nbsp; " not required&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 08:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918814#M1794747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-25T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918815#M1794748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, kiran&lt;/P&gt;&lt;P&gt;thanks for your kind help. i konw what you mean ,but my problem is i record the BDC using ag type 'ZCS', and&amp;nbsp; the field &lt;SPAN style="color: #333333; font-size: 12px;"&gt;EKPO-ETFZ1&lt;/SPAN&gt; is mandatory. but when i process the bdc and i have given the field value '3' as you can see in the screenshot , it showed up an error message '....required fields', i'm confused. why value '3' is not assigned to the screen field ?&lt;/P&gt;&lt;P&gt;&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, 25 Dec 2013 09:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918815#M1794748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-25T09:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918816#M1794749</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 think the ETFZ1 and ETFZ2 are the DEC(3) data types.&amp;nbsp; Can you check the values how you are passing! ( try to avoid the leading spaces and pass the value from the right justified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better to transfer the recording into Z program and declare the ETFZ1(3) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass the same value! for me it is working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/350455" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Dec 2013 09:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918816#M1794749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-25T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918817#M1794750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, I will also check my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 01:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918817#M1794750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-26T01:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918818#M1794751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qin Zheng,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using&amp;nbsp; CONDENSE bdcdata-fval. in your FORM bdc_field before append bdcdata. This will remove extra space before your value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 05:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918818#M1794751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-26T05:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918819#M1794752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran, Lohit&lt;/P&gt;&lt;P&gt;thanks for your kind help, i think what you said should be able to solve may problem, but the embarrassing thing is there is no business data on DEV client , neither i can create a Z program in QAS&amp;nbsp; client ,so far i can't test it in program ,and i will check it later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway ,thanks all you guys again.&lt;/P&gt;&lt;P&gt;have a good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 02:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918819#M1794752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-27T02:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC batch input in Tcode: ME31L</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918820#M1794753</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;This is a problem of every developer to get the data in Dev &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;. at least try to process the recording in QA to check your results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 08:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-batch-input-in-tcode-me31l/m-p/9918820#M1794753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-27T08:11:48Z</dc:date>
    </item>
  </channel>
</rss>

