<?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: BDC programming error for FF67 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941876#M1152623</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 your are either moving the Date value or assigning the date value to BDCDATA structure. Instead use the WRITE TO statement to move the date field as it converts as per the date format assigned in the User profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATa  l_endda1 type cahr10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE i_input_line-endda TO l_endda1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  REFRESH i_bdc_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPMP50A' '1000'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE' p_mode.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'RP50G-PERNR' g_pernr.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RP50G-BEGDA' l_begda1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2008 04:29:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-09T04:29:30Z</dc:date>
    <item>
      <title>BDC programming error for FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941875#M1152622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on FF67 BDC programming. When I am uploading data from excel, allthe values are getting passed correctly, except in the second screen value-date field (here the date is dispalying as 02.12.2020, though I have given it as 02.12.2008)   And also it is displaying an error message as field FEBMKA-KWBTR(1) IS NOT AN INPUT FIELD. Am using ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the output it is displaying like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement/list is being updated atthe moment&lt;/P&gt;&lt;P&gt;Field FEBMKA-VGMAN(1) is not an input field&lt;/P&gt;&lt;P&gt;Field FEBEP-VALUT(1) is not an input field&lt;/P&gt;&lt;P&gt;Field FEBMKA-KWBTR(1) is not an input field&lt;/P&gt;&lt;P&gt;Warning: Values entered are ignored&lt;/P&gt;&lt;P&gt;Statement/list saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; waiting for your reply guys.............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance..&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 04:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941875#M1152622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T04:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDC programming error for FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941876#M1152623</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 your are either moving the Date value or assigning the date value to BDCDATA structure. Instead use the WRITE TO statement to move the date field as it converts as per the date format assigned in the User profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATa  l_endda1 type cahr10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE i_input_line-endda TO l_endda1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  REFRESH i_bdc_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPMP50A' '1000'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE' p_mode.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'RP50G-PERNR' g_pernr.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RP50G-BEGDA' l_begda1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 04:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941876#M1152623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T04:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC programming error for FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941877#M1152624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I didn't get you. How can I use 'write to' statement?&lt;/P&gt;&lt;P&gt;I have written the code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'FEBMKA-VGMAN(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                  itab-transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONVERSION_EXIT_PDATE_INPUT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          INPUT  = itab-value_date&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          OUTPUT = date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONCATENATE 'FEBEP-VALUT(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                     date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONCATENATE 'FEBMKA-KWBTR(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                     itab-amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONCATENATE 'FEBMKK-CHECT_KF(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using FNAM&lt;/P&gt;&lt;P&gt;                                     itab-bank_refchqno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;      So, where shall I use the '' write to'' statement.&lt;/P&gt;&lt;P&gt;      please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 04:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941877#M1152624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T04:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC programming error for FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941878#M1152625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;firstly instead of using a FM to change the date format , use the Write  itab-value_date to date.&lt;/P&gt;&lt;P&gt;Secondly from the error messages it seems that you are trying to populate the field FEBMKA-KWBTR(1) &lt;/P&gt;&lt;P&gt;which may be input disabled for the data you are populating... so just run in all screen mode and check if this field is input enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj on Dec 9, 2008 5:49 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj on Dec 9, 2008 5:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 04:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941878#M1152625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T04:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC programming error for FF67</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941879#M1152626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am getting the same error, the itab-value_date it is showing is 02.12.2020 instead of 02.12.2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 05:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming-error-for-ff67/m-p/4941879#M1152626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T05:24:56Z</dc:date>
    </item>
  </channel>
</rss>

