<?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: Input Field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736627#M320362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to give space 15 characters after REVAN and continue with 20061223.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Dec 2006 11:39:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-23T11:39:19Z</dc:date>
    <item>
      <title>Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736621#M320356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We got stuck when we're doing upload some text file to SAP. There are some message error "field xxx is not input field". For information, actually in table structure field xxx actually is not input field, the upload program automatically filling the field using the data from text file not from by manual input. How come this could be happen? Thanks a lot for response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Revan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 03:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736621#M320356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T03:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736622#M320357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u are using BDC for uploading process in BDC data wont get filled in the input disabled fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the screen the field must be input disabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 03:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736622#M320357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T03:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736623#M320358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Revan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I too faced the same problem. &lt;/P&gt;&lt;P&gt;  Check the BDC program which you are using to upload the data.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;In our program, while recording.. system itself populated a field on the screen, we also got the same error which you got. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error got rectified when we commented those lines from teh code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: DKACB-FMORE is a field in display mode for one particular ledger account. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   perform bdc_field       using 'DKACB-FMORE'  &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                 'X'.         &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736623#M320358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T14:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736624#M320359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you let us know the transaction and the field??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC will not upload the fields in disable mode...I guess u cannot do recording for that also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736624#M320359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736625#M320360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi revan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  u r using gui_upload FM . u have to pass parameter like  file type 'ASC'  and u have to give exact length of the field(the field length in the dictionary) in the text file .  if ur using file type 'BIN' u have to give tab space between fields in the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this example for file type 'ASC' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take 3 fields like ebeln(10) , ernam(20), erdat(8).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to give like this in text file .&lt;/P&gt;&lt;P&gt;0000000001Revan               20061223.&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;chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2006 11:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736625#M320360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-23T11:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736626#M320361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the text file should be like this.&lt;/P&gt;&lt;P&gt;0000000001Revan               20061223.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2006 11:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736626#M320361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-23T11:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736627#M320362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to give space 15 characters after REVAN and continue with 20061223.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2006 11:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736627#M320362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-23T11:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Input Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736628#M320363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are trying to use &amp;lt;b&amp;gt;GUI_UPLOAD&amp;lt;/b&amp;gt; FM to upload your text file into DB.  While using this FM, you have to format your text file as per the length specified in your &amp;lt;b&amp;gt;int_tab&amp;lt;/b&amp;gt; table.  Please see the below sample....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of int_tab occurs 0,&lt;/P&gt;&lt;P&gt;        objid(8)       type c,&lt;/P&gt;&lt;P&gt;        filler_1(1)     type c,&lt;/P&gt;&lt;P&gt;        name1(20)  type c,&lt;/P&gt;&lt;P&gt;        filler_2(1)    type c,&lt;/P&gt;&lt;P&gt;        name2(20)    type c,&lt;/P&gt;&lt;P&gt;        end of int_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      filename                = wf_filename "as an Input parameter&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                = int_tab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Note: The data should be in the same length as specified in int_tab&amp;lt;/b&amp;gt;            &lt;/P&gt;&lt;P&gt;00000001 RAMA@@@@@@@@@@@@@@@@ KRI&lt;/P&gt;&lt;P&gt;00000002 RAMA@@@@@@@@@@@@@@@@ KRI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps- @ represents blank space and last field no need to match the exact field length of int_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at int_tab.&lt;/P&gt;&lt;P&gt;***write your logic over here....&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this would be helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2006 06:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-field/m-p/1736628#M320363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-24T06:39:25Z</dc:date>
    </item>
  </channel>
</rss>

