<?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: Error in FM- help me in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940168#M942659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my itab fields, and i have flat file also in the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;         BLDAT LIKE BKPF-BLDAT, " Document Date&lt;/P&gt;&lt;P&gt;         BUKRS LIKE BKPF-BUKRS, " Company Code&lt;/P&gt;&lt;P&gt;         BUDAT LIKE BKPF-BUDAT,&lt;/P&gt;&lt;P&gt;         PRCTR LIKE COBL-PRCTR,&lt;/P&gt;&lt;P&gt;         ZUONR LIKE BSEG-ZUONR,&lt;/P&gt;&lt;P&gt;         WAERS LIKE BKPF-WAERS,&lt;/P&gt;&lt;P&gt;         MONAT LIKE BKPF-MONAT,&lt;/P&gt;&lt;P&gt;         BUPLA LIKE BSEG-BUPLA,&lt;/P&gt;&lt;P&gt;         BLART LIKE BKPF-BLART, "Type&lt;/P&gt;&lt;P&gt;         XBLNR LIKE BKPF-XBLNR, "Reference&lt;/P&gt;&lt;P&gt;         BKTXT LIKE BKPF-BKTXT, "Document Header Text&lt;/P&gt;&lt;P&gt;         NEWBS LIKE RF05A-NEWBS,"Posting Key&lt;/P&gt;&lt;P&gt;         NEWKO LIKE RF05A-NEWKO,"Account&lt;/P&gt;&lt;P&gt;         NEWUM LIKE RF05A-NEWUM,"Special GL Indicator&lt;/P&gt;&lt;P&gt;         WRBTR LIKE BSEG-DMBTR, "Amount&lt;/P&gt;&lt;P&gt;         GSBER LIKE BSEG-GSBER, "Business Area&lt;/P&gt;&lt;P&gt;         SGTXT LIKE BSEG-SGTXT, "Long Text&lt;/P&gt;&lt;P&gt;         ZTERM LIKE BSEG-ZTERM, "Payment terms&lt;/P&gt;&lt;P&gt;         ZFBDT LIKE BSEG-ZFBDT, "Baseline date&lt;/P&gt;&lt;P&gt;       END OF ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 04:10:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T04:10:31Z</dc:date>
    <item>
      <title>Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940160#M942651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          I am using the following code, but am getting the error message as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UC_OBJECTS_NOT_CONVERTIBLE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         What could be the reason, pls anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CODEPAGE                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     FILENAME                      = 'C:\ '&lt;/P&gt;&lt;P&gt;     FILETYPE                      = 'DAT'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATA_TAB                      = ITAB&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     CONVERSION_ERROR              = 1&lt;/P&gt;&lt;P&gt;     INVALID_TABLE_WIDTH           = 2&lt;/P&gt;&lt;P&gt;     INVALID_TYPE                  = 3&lt;/P&gt;&lt;P&gt;     NO_BATCH                      = 4&lt;/P&gt;&lt;P&gt;     UNKNOWN_ERROR                 = 5&lt;/P&gt;&lt;P&gt;     GUI_REFUSE_FILETRANSFER       = 6&lt;/P&gt;&lt;P&gt;     OTHERS                        = 7&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940160#M942651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T03:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940161#M942652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are not specifying any file name in the function module. iun abap it is not possible to upload a directory in its entirety. which is something ur code is trying to do. correct it and the error will resolve. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if helpful or get bak with further issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940161#M942652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T03:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940162#M942653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your input file data and ITAB fields?&lt;/P&gt;&lt;P&gt;Check if they are compatible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940162#M942653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T03:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940163#M942654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME                      = ' '&lt;/P&gt;&lt;P&gt;FILETYPE                      = 'DAT'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB                      = IT_PROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the right way of using this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to pass the file name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename and pass that field to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;  constants:filename type rlgrap-filename value '&lt;BR /&gt;p33440\Server\GeoLocation\Documentation\ZIP\Z5gold_short1.txt'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 03:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940163#M942654</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-05-29T03:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940164#M942655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following code also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'UPLOAD'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CODEPAGE                      = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     FILENAME                      = 'C:\sample.txt'&lt;/P&gt;&lt;P&gt;     FILETYPE                      = 'DAT'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATA_TAB                      = ITAB&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     CONVERSION_ERROR              = 1&lt;/P&gt;&lt;P&gt;     INVALID_TABLE_WIDTH           = 2&lt;/P&gt;&lt;P&gt;     INVALID_TYPE                  = 3&lt;/P&gt;&lt;P&gt;     NO_BATCH                      = 4&lt;/P&gt;&lt;P&gt;     UNKNOWN_ERROR                 = 5&lt;/P&gt;&lt;P&gt;     GUI_REFUSE_FILETRANSFER       = 6&lt;/P&gt;&lt;P&gt;     OTHERS                        = 7&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still am getting the same error as follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data objects in a Unicode program are not convertible.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason, pls advise me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940164#M942655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940165#M942656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;compatible means, i cant get you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940165#M942656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940166#M942657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u try with a different file type or leave that blank (default)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940166#M942657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940167#M942658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SAP, whenever you use single quotes, u need to specify everything in capitals. one thing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another thing is the file type is DAT which i think should be TXT. try these out and lemme know if problem solves or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940167#M942658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940168#M942659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my itab fields, and i have flat file also in the same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;         BLDAT LIKE BKPF-BLDAT, " Document Date&lt;/P&gt;&lt;P&gt;         BUKRS LIKE BKPF-BUKRS, " Company Code&lt;/P&gt;&lt;P&gt;         BUDAT LIKE BKPF-BUDAT,&lt;/P&gt;&lt;P&gt;         PRCTR LIKE COBL-PRCTR,&lt;/P&gt;&lt;P&gt;         ZUONR LIKE BSEG-ZUONR,&lt;/P&gt;&lt;P&gt;         WAERS LIKE BKPF-WAERS,&lt;/P&gt;&lt;P&gt;         MONAT LIKE BKPF-MONAT,&lt;/P&gt;&lt;P&gt;         BUPLA LIKE BSEG-BUPLA,&lt;/P&gt;&lt;P&gt;         BLART LIKE BKPF-BLART, "Type&lt;/P&gt;&lt;P&gt;         XBLNR LIKE BKPF-XBLNR, "Reference&lt;/P&gt;&lt;P&gt;         BKTXT LIKE BKPF-BKTXT, "Document Header Text&lt;/P&gt;&lt;P&gt;         NEWBS LIKE RF05A-NEWBS,"Posting Key&lt;/P&gt;&lt;P&gt;         NEWKO LIKE RF05A-NEWKO,"Account&lt;/P&gt;&lt;P&gt;         NEWUM LIKE RF05A-NEWUM,"Special GL Indicator&lt;/P&gt;&lt;P&gt;         WRBTR LIKE BSEG-DMBTR, "Amount&lt;/P&gt;&lt;P&gt;         GSBER LIKE BSEG-GSBER, "Business Area&lt;/P&gt;&lt;P&gt;         SGTXT LIKE BSEG-SGTXT, "Long Text&lt;/P&gt;&lt;P&gt;         ZTERM LIKE BSEG-ZTERM, "Payment terms&lt;/P&gt;&lt;P&gt;         ZFBDT LIKE BSEG-ZFBDT, "Baseline date&lt;/P&gt;&lt;P&gt;       END OF ITAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940168#M942659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940169#M942660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems this is caused by a program which is not UNICODE compatible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls check this link to get more idea[http://www.sapfans.com/forums/viewtopic.php?p=571614&amp;amp;sid=246b47c08f64240c5bec296d6f7d4252]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940169#M942660</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-05-29T04:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940170#M942661</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;following are the various file types allowed.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File type (ASCII, binary ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ASC' : ASCII file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line in the transferred table and this should have one-column and be of the type C. The file size is returned in the parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'TRU' : ASCII file + line wrap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a line in a file does not fit into a row in a table, then the row is filled completely, and the rest of the line is written to the next row in the table. Words are not split, instead they are put into the next row of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'BIN' : Binary file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded into the transferred table which should have one-column and be of the type X. The table is filled line by line in this case. In this case, the last line need not necessarily be completely filled. For this reason, the parameter FILELENGTH must be used during further processing. The table may be a maximum of 1022 characters 'wide'!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DAT' : ASCII file with tab formatting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is loaded line by line into the transferred table. Tabs in the file mean a change of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file size is returned in the parameter FILELENGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk if these help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940170#M942661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940171#M942662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have tried ur suggestion like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     FILENAME                      = 'C:\SAMPLE.TXT'&lt;/P&gt;&lt;P&gt;     FILETYPE                      = 'DAT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still its showing the same error and also tells that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E12: duplicate child ID : 'UPLD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it means actually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls explain me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940171#M942662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940172#M942663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u chk the upper post... i have mentioned that for DAT file type, u need to put in the tab spaces.. hav u used that....???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940172#M942663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940173#M942664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have used and i put the spaces between the fields also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     but still am getting the same error yar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940173#M942664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T05:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940174#M942665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me what does your internal table looks like?&lt;/P&gt;&lt;P&gt;Also i want to see the data which you are trying to upload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:39:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940174#M942665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T05:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in FM- help me</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940175#M942666</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;the internal table is given above and if you want the flat file tell me ur mail id, i will send to you.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm-help-me/m-p/3940175#M942666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:27:17Z</dc:date>
    </item>
  </channel>
</rss>

