<?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: program going to dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543310#M852399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the structures are as follows what was the wrong plz correct me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF T_FINAL,&lt;/P&gt;&lt;P&gt;         BID(30) TYPE C,&lt;/P&gt;&lt;P&gt;         ITEM(15) TYPE C,&lt;/P&gt;&lt;P&gt;         DATA(30) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE(10) TYPE C,&lt;/P&gt;&lt;P&gt;         DOC(30) TYPE C,&lt;/P&gt;&lt;P&gt;         INDEX(3) TYPE C,&lt;/P&gt;&lt;P&gt;         LINE(1) TYPE C,&lt;/P&gt;&lt;P&gt;         SPAC1(10) TYPE C,&lt;/P&gt;&lt;P&gt;         chgkey(1) TYPE C,&lt;/P&gt;&lt;P&gt;         GUID(30) TYPE C,&lt;/P&gt;&lt;P&gt;         INDEX1(3) TYPE C,&lt;/P&gt;&lt;P&gt;         SPAC4(10) TYPE C,&lt;/P&gt;&lt;P&gt;         ITDESC(30) TYPE C,&lt;/P&gt;&lt;P&gt;         PROTYP(1) TYPE C,&lt;/P&gt;&lt;P&gt;         PRODESC(30) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE7(10) TYPE C,&lt;/P&gt;&lt;P&gt;         MATNR TYPE MARA-MATNR,                   "Material Number&lt;/P&gt;&lt;P&gt;         MAKTX TYPE MAKT-MAKTX,                   "Material description&lt;/P&gt;&lt;P&gt;         MATKL TYPE MARA-MATKL,                   "Material group&lt;/P&gt;&lt;P&gt;         WGBEZ60 TYPE T023T-WGBEZ60,              "Material grp Desc.&lt;/P&gt;&lt;P&gt;         ddate(10) type C,&lt;/P&gt;&lt;P&gt;         dtime(10) type C,&lt;/P&gt;&lt;P&gt;         fdat(10) type C,&lt;/P&gt;&lt;P&gt;         tdat(10) type C,&lt;/P&gt;&lt;P&gt;         qty(3) type c,&lt;/P&gt;&lt;P&gt;         MEINS TYPE MARA-MEINS,                   "Base Unit of Measure&lt;/P&gt;&lt;P&gt;         punit(10) type c,&lt;/P&gt;&lt;P&gt;         PRICE(10) TYPE C,&lt;/P&gt;&lt;P&gt;         curry(3) type c,&lt;/P&gt;&lt;P&gt;         NDAY(2) TYPE C,&lt;/P&gt;&lt;P&gt;         DAYS(4) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE5(10) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE6(10) TYPE C,&lt;/P&gt;&lt;P&gt;         proid type mara-matnr,&lt;/P&gt;&lt;P&gt;         DATIM(25) TYPE C,&lt;/P&gt;&lt;P&gt;         VEND(10) TYPE C,&lt;/P&gt;&lt;P&gt;         DATIM1(25) TYPE C,&lt;/P&gt;&lt;P&gt;         VEND1(10) TYPE C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      END OF T_FINAL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      BEGIN OF T_MATERIAL,&lt;/P&gt;&lt;P&gt;         MATNR TYPE EINA-MATNR,&lt;/P&gt;&lt;P&gt;         LIFNR TYPE EINA-LIFNR,&lt;/P&gt;&lt;P&gt;         PRICE TYPE EIPA-PREIS,&lt;/P&gt;&lt;P&gt;      END OF T_MATERIAL,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 17:14:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-17T17:14:31Z</dc:date>
    <item>
      <title>program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543305#M852394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            the following program is going to dump when i am executing it Plz correct me &lt;/P&gt;&lt;P&gt;the details are&lt;/P&gt;&lt;P&gt;dump:   An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_CONVERSION_NO_NUMBER',&lt;/P&gt;&lt;P&gt; was neither&lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure "FILE_UPLOAD"&lt;/P&gt;&lt;P&gt; "(FORM)"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The program attempted to interpret the value "BBP_PDS_HE" as a number, but&lt;/P&gt;&lt;P&gt;since the value contravenes the rules for correct number formats,&lt;/P&gt;&lt;P&gt;this was not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM FILE_UPLOAD .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: p_infile type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  p_infile = p_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_FIELD_SEPERATOR        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     i_line_header            =  'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      i_tab_raw_data           =  it_raw       " WORK TABLE&lt;/P&gt;&lt;P&gt;      i_filename               =  p_FILE&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      i_tab_converted_data     = i_FINAL[]    "ACTUAL DATA&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;      conversion_failed        = 1&lt;/P&gt;&lt;P&gt;      OTHERS                   = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT I_FINAL INTO WA_FINAL.&lt;/P&gt;&lt;P&gt;    WA_MATERIAL-MATNR = WA_FINAL-PROID.&lt;/P&gt;&lt;P&gt;    WA_MATERIAL-LIFNR = WA_FINAL-VEND+0(6).&lt;/P&gt;&lt;P&gt;    WA_MATERIAL-PRICE = WA_FINAL-PRICE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND WA_MATERIAL TO I_MATERIAL.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;LOOP AT I_MATERIAL INTO WA_MATERIAL.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = WA_MATERIAL-MATNR&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = WA_MATERIAL-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = WA_MATERIAL-LIFNR&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = WA_MATERIAL-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;  MODIFY I_MATERIAL FROM WA_MATERIAL TRANSPORTING MATNR LIFNR.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 16:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543305#M852394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T16:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543306#M852395</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;looks like, there are problems with conversion, for example you want to put text into a field, which is defined as number. Pls. compare your input table and your target table in the program!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 16:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543306#M852395</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-17T16:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543307#M852396</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;using debugging try to find exactly where you got the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or go to ST22 and try find more details about your error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 16:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543307#M852396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T16:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543308#M852397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Eric and Vijji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to ST22 the details about the error is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;"CONVT_NO_NUMBER" CX_SY_CONVERSION_NO_NUMBERC&lt;/P&gt;&lt;P&gt;"ZR_UPLOAD_PIRPRICE_FROM_SRM" or "ZR_UPLOAD_PIRPRICE_FROM_SRM"&lt;/P&gt;&lt;P&gt;"FILE_UPLOAD"&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;If you cannot solve the problem yourself and you wish to send&lt;/P&gt;&lt;P&gt;an error message to SAP, include the following documents:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. A printout of the problem description (short dump)&lt;/P&gt;&lt;P&gt;   To obtain this, select in the current display "System-&amp;gt;List-&amp;gt;&lt;/P&gt;&lt;P&gt;   Save-&amp;gt;Local File (unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable printout of the system log&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log through transaction SM21.&lt;/P&gt;&lt;P&gt;   Limit the time interval to 10 minutes before and 5 minutes&lt;/P&gt;&lt;P&gt;   after the short dump. In the display, then select the function&lt;/P&gt;&lt;P&gt;   "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File (unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, select the Editor function "Further Utilities-&amp;gt;&lt;/P&gt;&lt;P&gt;   Upload/Download-&amp;gt;Download".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within the procedure&lt;/P&gt;&lt;P&gt; "FILE_UPLOAD"&lt;/P&gt;&lt;P&gt;"(FORM)", or declared in the procedure's RAISING clause.&lt;/P&gt;&lt;P&gt;To prevent the exception, note the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what was the cause plz let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 16:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543308#M852397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T16:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543309#M852398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there's a BIG hint in your short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;The program attempted to interpret the value "BBP_PDS_HE" as a number, but
since the value contravenes the rules for correct number formats,
this was not possible.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to go and figure out what TYPE your function module is expecting and compare that to the TYPE of what you are actually passing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543309#M852398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543310#M852399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the structures are as follows what was the wrong plz correct me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF T_FINAL,&lt;/P&gt;&lt;P&gt;         BID(30) TYPE C,&lt;/P&gt;&lt;P&gt;         ITEM(15) TYPE C,&lt;/P&gt;&lt;P&gt;         DATA(30) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE(10) TYPE C,&lt;/P&gt;&lt;P&gt;         DOC(30) TYPE C,&lt;/P&gt;&lt;P&gt;         INDEX(3) TYPE C,&lt;/P&gt;&lt;P&gt;         LINE(1) TYPE C,&lt;/P&gt;&lt;P&gt;         SPAC1(10) TYPE C,&lt;/P&gt;&lt;P&gt;         chgkey(1) TYPE C,&lt;/P&gt;&lt;P&gt;         GUID(30) TYPE C,&lt;/P&gt;&lt;P&gt;         INDEX1(3) TYPE C,&lt;/P&gt;&lt;P&gt;         SPAC4(10) TYPE C,&lt;/P&gt;&lt;P&gt;         ITDESC(30) TYPE C,&lt;/P&gt;&lt;P&gt;         PROTYP(1) TYPE C,&lt;/P&gt;&lt;P&gt;         PRODESC(30) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE7(10) TYPE C,&lt;/P&gt;&lt;P&gt;         MATNR TYPE MARA-MATNR,                   "Material Number&lt;/P&gt;&lt;P&gt;         MAKTX TYPE MAKT-MAKTX,                   "Material description&lt;/P&gt;&lt;P&gt;         MATKL TYPE MARA-MATKL,                   "Material group&lt;/P&gt;&lt;P&gt;         WGBEZ60 TYPE T023T-WGBEZ60,              "Material grp Desc.&lt;/P&gt;&lt;P&gt;         ddate(10) type C,&lt;/P&gt;&lt;P&gt;         dtime(10) type C,&lt;/P&gt;&lt;P&gt;         fdat(10) type C,&lt;/P&gt;&lt;P&gt;         tdat(10) type C,&lt;/P&gt;&lt;P&gt;         qty(3) type c,&lt;/P&gt;&lt;P&gt;         MEINS TYPE MARA-MEINS,                   "Base Unit of Measure&lt;/P&gt;&lt;P&gt;         punit(10) type c,&lt;/P&gt;&lt;P&gt;         PRICE(10) TYPE C,&lt;/P&gt;&lt;P&gt;         curry(3) type c,&lt;/P&gt;&lt;P&gt;         NDAY(2) TYPE C,&lt;/P&gt;&lt;P&gt;         DAYS(4) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE5(10) TYPE C,&lt;/P&gt;&lt;P&gt;         SPACE6(10) TYPE C,&lt;/P&gt;&lt;P&gt;         proid type mara-matnr,&lt;/P&gt;&lt;P&gt;         DATIM(25) TYPE C,&lt;/P&gt;&lt;P&gt;         VEND(10) TYPE C,&lt;/P&gt;&lt;P&gt;         DATIM1(25) TYPE C,&lt;/P&gt;&lt;P&gt;         VEND1(10) TYPE C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      END OF T_FINAL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      BEGIN OF T_MATERIAL,&lt;/P&gt;&lt;P&gt;         MATNR TYPE EINA-MATNR,&lt;/P&gt;&lt;P&gt;         LIFNR TYPE EINA-LIFNR,&lt;/P&gt;&lt;P&gt;         PRICE TYPE EIPA-PREIS,&lt;/P&gt;&lt;P&gt;      END OF T_MATERIAL,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543310#M852399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T17:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543311#M852400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check........ what is this BBP_PDS_HE in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R u passing any header or anything other than values?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are passing the header and you declared the field as the numerical then it will not convert the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a breakpoint and debug the code you can easily find the exact field where it is going to dump...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543311#M852400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T17:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543312#M852401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks OK (only character fields), but you have to check your input file as well. Also check the detailed dump in ST22, may be it tells in which field is the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543312#M852401</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-17T17:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: program going to dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543313#M852402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Thanks for the reply the downloaded file cant be coverted because of some reson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checked in notes 582516&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i i copied the line items from the original file to new excel file and then try to upload its working now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i dont know whether they are going to consider this becoz they have to copy the downloaded file to another new xls file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sukruthi raj on Mar 17, 2008 6:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 17:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-going-to-dump/m-p/3543313#M852402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T17:48:43Z</dc:date>
    </item>
  </channel>
</rss>

