<?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 Error:input value is longer than screen field? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476856#M1418293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Check weather the workarea WA_CUST is of type ZCUSTOMER. That error comes when the incoming field and the structure field are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZCUSTOMER-ZCUSTID     &amp;amp;  WA_CUST-ZCUSTID&lt;/P&gt;&lt;P&gt;ZCUSTOMER-ZAGE    &amp;amp;    WA_CUST-ZAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should have same datatype.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2010 11:08:39 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2010-01-18T11:08:39Z</dc:date>
    <item>
      <title>BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476853#M1418290</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;&lt;/P&gt;&lt;P&gt;I have written a BDC program for a ztcode in that i am enetring values on screen fields and on click of save button it will save data to ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my recording:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_DYNPRO      USING 'ZCUST_MPOOL_BDC' '0100'.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                             '=SAVE'.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                           'ZCUSTOMER-ZAGE'.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZCUSTID'&lt;/P&gt;&lt;P&gt;                                             WA_CUST-ZCUSTID.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZFNAME'&lt;/P&gt;&lt;P&gt;                                            WA_CUST-ZFNAME.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZLNAME'&lt;/P&gt;&lt;P&gt;                                           WA_CUST-ZLNAME.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZADDR'&lt;/P&gt;&lt;P&gt;                                             WA_CUST-ZADDR.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZMOBILE'&lt;/P&gt;&lt;P&gt;                                              WA_CUST-ZMOBILE.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZSEX'&lt;/P&gt;&lt;P&gt;                                                  WA_CUST-ZSEX.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD       USING 'ZCUSTOMER-ZAGE'&lt;/P&gt;&lt;P&gt;                                                 WA_CUST-ZAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the session is created sucessfully but i run session through SM35,i wont take all values from my text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not take ZCUSTID (Primary key of type INT1)and ZAGE(type INT1) and in the log it will dispaly the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field ZCUSTOMER-ZCUSTID. input value is longer than screen field&lt;/P&gt;&lt;P&gt;Field ZCUSTOMER-ZAGE. input value is longer than screen field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and record is saved in ztable with these two fiedls as blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arpita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 10:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476853#M1418290</guid>
      <dc:creator>arpita_churi3</dc:creator>
      <dc:date>2010-01-18T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476854#M1418291</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;Check the domain, and screen field lenths.&lt;/P&gt;&lt;P&gt;there might be miss match in display lenth and actual(visible) lenth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476854#M1418291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T11:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476855#M1418292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpita,&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;WRITE .. TO&lt;/STRONG&gt; Statement instead of &lt;STRONG&gt;=&lt;/STRONG&gt; while moving the data for BDC.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve your issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476855#M1418292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T11:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476856#M1418293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Check weather the workarea WA_CUST is of type ZCUSTOMER. That error comes when the incoming field and the structure field are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZCUSTOMER-ZCUSTID     &amp;amp;  WA_CUST-ZCUSTID&lt;/P&gt;&lt;P&gt;ZCUSTOMER-ZAGE    &amp;amp;    WA_CUST-ZAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should have same datatype.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476856#M1418293</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2010-01-18T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476857#M1418294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value might be moving to extreme right as fval is char132,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZCUSTID'&lt;/P&gt;&lt;P&gt;WA_CUST-ZCUSTID.    check it in debugging mode the value for fval at 132 position the value is displayed .&lt;/P&gt;&lt;P&gt;delete the leading spaces, just as done below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you are writing perform in ur report change the form &lt;/P&gt;&lt;P&gt;as &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM bdc_field USING fnam fval.
  CLEAR wa_bdcdata.
  wa_bdcdata-fnam = fnam.
  wa_bdcdata-fval = fval.
  SHIFT wa_bdcdata-fval LEFT DELETING LEADING space.   " this statement will do the rest.
  APPEND wa_bdcdata TO bdcdata.
ENDFORM.                    "BDC_FIELD
&lt;/CODE&gt;&lt;/PRE&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;Aby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476857#M1418294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T11:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476858#M1418295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;First Declare two variable of type CHAR with the same length of ur field which showing blank.&lt;/P&gt;&lt;P&gt;Now assign Values to this Variable &lt;/P&gt;&lt;P&gt;like w1 = wa-   ,&lt;/P&gt;&lt;P&gt;      w2 = wa-    ,&lt;/P&gt;&lt;P&gt;and then pass theses variable in BDC Field .&lt;/P&gt;&lt;P&gt;like instead of passing wa-&lt;/P&gt;&lt;P&gt;                      pass w1 in bdc field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476858#M1418295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T11:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476859#M1418296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is solved. it is taking values properly now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem now is there are 5 records in my text file but it wont take all record one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will ask me "Do you still want to keep the batch input data?" and after pressing no it will take next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wnat that all record should be taken one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arpita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476859#M1418296</guid>
      <dc:creator>arpita_churi3</dc:creator>
      <dc:date>2010-01-18T11:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476860#M1418297</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_DYNPRO USING 'ZCUST_MPOOL_BDC' '0100'.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;'=SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;condense ZCUSTOMER-ZAGE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;'ZCUSTOMER-ZAGE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;condense WA_CUST-ZCUSTID&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZCUSTID'&lt;/P&gt;&lt;P&gt;WA_CUST-ZCUSTID.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZFNAME'&lt;/P&gt;&lt;P&gt;WA_CUST-ZFNAME.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZLNAME'&lt;/P&gt;&lt;P&gt;WA_CUST-ZLNAME.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZADDR'&lt;/P&gt;&lt;P&gt;WA_CUST-ZADDR.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZMOBILE'&lt;/P&gt;&lt;P&gt;WA_CUST-ZMOBILE.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZSEX'&lt;/P&gt;&lt;P&gt;WA_CUST-ZSEX.&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'ZCUSTOMER-ZAGE'&lt;/P&gt;&lt;P&gt;WA_CUST-ZAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it doesnt work then let me know data elemnt of zagw &amp;amp; ZCUSTID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 11:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476860#M1418297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-18T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476861#M1418298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this one.You will get succeed.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FORM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;BDC_DYNPRO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;USING PROGRAM DYNPRO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;PROGRAM&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;PROGRAM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;DYNPRO&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;DYNPRO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;DYNBEGIN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wa_BDCDATA &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;to &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;it_bdcdata&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FORM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;BDC_FIELD &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;USING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;FNAM FVAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*&amp;nbsp; IF FVAL &amp;lt;&amp;gt; NODATA.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;FNAM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;FNAM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; wa_BDCDATA&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;FVAL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;FVAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SHIFT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wa_bdcdata&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;fval &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LEFT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;DELETING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LEADING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;space&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;wa_BDCDATA &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;to &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;it_bdcdata&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;*&amp;nbsp; ENDIF.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 11:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476861#M1418298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-13T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476862#M1418299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing i would like to tell always use the string variable when you passed the data to BDC fields and Condense the string variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks &lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 12:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476862#M1418299</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2015-04-13T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error:input value is longer than screen field?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476863#M1418300</link>
      <description>&lt;P&gt;Hi Arpita,&lt;/P&gt;&lt;P&gt;Need help your help if you find answer for below, could you please share here how you proceed ?&lt;/P&gt;&lt;P&gt;"But the problem now is there are 5 records in my text file but it wont take all record one by one.&lt;/P&gt;&lt;P&gt;It will ask me "Do you still want to keep the batch input data?" and after pressing no it will take next record.&lt;/P&gt;&lt;P&gt;I wnat that all record should be taken one by one"&lt;/P&gt;&lt;P&gt;As I also want to perform same thing in my requirement .&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;BR,Swati&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 09:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-input-value-is-longer-than-screen-field/m-p/6476863#M1418300</guid>
      <dc:creator>former_member717540</dc:creator>
      <dc:date>2021-01-17T09:37:42Z</dc:date>
    </item>
  </channel>
</rss>

