<?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: Asset Master Upload BDC error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232096#M771004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zeeshan, &lt;/P&gt;&lt;P&gt;I think there tab between 2nd and third colunm of text file. So first you check your text file. Moreover you may delete fourth transaction and check whether fifth transaction run successfully or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tayab Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2008 12:35:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-10T12:35:15Z</dc:date>
    <item>
      <title>Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232095#M771003</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;I have a problem with the BDC upload program for AS91.My upload program creates the assets but encounters a problem when entering the transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first three transactions are picked from the file but at the fourth, the program omits the amount and gives the error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cursor field RALT_DYNP_STRUC-ANBTR01(4) does not exist on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It always gives an error from the fourth line, i have changed the order of the data as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the program i pass RALT_DYNP_STRUC-ANBTR01(04) to the bdc data and it does get appended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program picks the data for the capitalization date &amp;amp; the transaction type. &lt;/P&gt;&lt;P&gt;RALT_DYNP_STRUC-BZDAT(04) &lt;/P&gt;&lt;P&gt;RALT_DYNP_STRUC-BWASL(04)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it refuses to pick the amount value and gives an error--omits the 0 from the (04)item. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to the screenshot-&lt;/P&gt;&lt;P&gt;&lt;A href="http://i116.photobucket.com/albums/o23/zkage/error1.jpg" target="test_blank"&gt;http://i116.photobucket.com/albums/o23/zkage/error1.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Zeeshan Shah on Jan 10, 2008 4:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 11:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232095#M771003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T11:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232096#M771004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zeeshan, &lt;/P&gt;&lt;P&gt;I think there tab between 2nd and third colunm of text file. So first you check your text file. Moreover you may delete fourth transaction and check whether fifth transaction run successfully or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tayab Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 12:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232096#M771004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T12:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232097#M771005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wht u doing is correct and in addition to that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the changes of index of the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: index(02) type n,  &lt;/P&gt;&lt;P&gt;string(30) type c.&lt;/P&gt;&lt;P&gt;index = index + 1.&lt;/P&gt;&lt;P&gt;or if u wnat only fourth field index = 4.(it sets to 04 in the field in the index)&lt;/P&gt;&lt;P&gt;concatenate 'RALT_DYNP_STRUC-ANBTR01(' index ')' into string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and aslo u need to convert the amount/currency data to character type data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 15:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232097#M771005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232098#M771006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your replies &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Lakshmi I am already doing this in my code, using an index counter and concatenating the string. I am also using a char type for the amount. I give it the 04 in the index but for some reason it converts ALL lines after the third into a number without zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All lines after the third become-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'RALT_DYNP_STRUC-ANBTR01(4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'RALT_DYNP_STRUC-ANBTR01(5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'RALT_DYNP_STRUC-ANBTR01('6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the standard dynpro size and fixed the screen resolution; there is space for atleast 5 more records. When i use SHDB to make a bdc recording, the program shows the fourth and continuing entries with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'RALT_DYNP_STRUC-ANBTR01(04) and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the tab entries as well, no issue of space. The thing is that the Date (bzdat) and transaction type entries are picked, but it makes an issue of the amount.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 17:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232098#M771006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T17:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232099#M771007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some older SAP notes that are similar to this, but not the same. Have you raised a message with OSS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 17:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232099#M771007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T17:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232100#M771008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not taken it up with OSS, we are running on ECC 6.0. I will search the service place for a possible note to this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful links would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2008 17:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232100#M771008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-10T17:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Asset Master Upload BDC error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232101#M771009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem remained unresolved~ No reply from OSS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 06:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asset-master-upload-bdc-error/m-p/3232101#M771009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T06:22:13Z</dc:date>
    </item>
  </channel>
</rss>

