<?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: short dump (UC_OBJECTS_NOT_CONVERTIABLE) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603184#M596433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if this is a standard SAP program you should check OSS first.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the line "Loop at i_t_facttable into l_s_facttable." is giving the error, check that l_s_facttable has the same structure as i_t_facttable.  One reason it may happen is DEV but not QAS would be that you may have Unicode checking in in development but not elsewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 00:48:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T00:48:49Z</dc:date>
    <item>
      <title>short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603182#M596431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frineds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user executes planning folder in UPSPL tranaction in the Quality system it is working fine without any errors.&lt;/P&gt;&lt;P&gt;But when he exucte the same planning folder in UPSPL transaction in the Dev system , the generated ABAP program going to short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message: (UC_OBJECTS_NOT_CONVERTIABLE)&lt;/P&gt;&lt;P&gt;Short text:&lt;/P&gt;&lt;P&gt;Data objects in a Unicode program ae not convertible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement "Move src To dst"&lt;/P&gt;&lt;P&gt;requires the operands "dst" and "src" to the convertible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does any body had the same problem.&lt;/P&gt;&lt;P&gt;Please give me some suggestions why it is happening, it is running in the quality system but in the developement it is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does it related to Unicode system error or any datatypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows the errot at the following line in the ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at i_t_facttable into l_s_facttable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very urgent for me.&lt;/P&gt;&lt;P&gt;Please help me how to solve this issue.&lt;/P&gt;&lt;P&gt;Give me some inputs where i need to check this tyep error.&lt;/P&gt;&lt;P&gt;It would be grat help for me.&lt;/P&gt;&lt;P&gt;will assign the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 23:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603182#M596431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T23:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603183#M596432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As this is the standard SAP transaction going for dump,so check in the OSS you may get solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 23:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603183#M596432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T23:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603184#M596433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if this is a standard SAP program you should check OSS first.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the line "Loop at i_t_facttable into l_s_facttable." is giving the error, check that l_s_facttable has the same structure as i_t_facttable.  One reason it may happen is DEV but not QAS would be that you may have Unicode checking in in development but not elsewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 00:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603184#M596433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T00:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603185#M596434</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;Thanks for ur reply. I already checked the OSS note.&lt;/P&gt;&lt;P&gt;In the OSS note i couldn't find any relevant notes.&lt;/P&gt;&lt;P&gt;Right now we are in SAP BW 3.5 version.&lt;/P&gt;&lt;P&gt;I found one one SAP OSS note for BW 3.0B version(SAP Note: 587043).&lt;/P&gt;&lt;P&gt;we already applied earlier this note. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody had this problem earlier. Please let me know what is the relevant SAP Note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to test whether Unicode is applied or not for Dev, QA systems. &lt;/P&gt;&lt;P&gt;Please give me some suggestions how to test the Unicode checks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 17:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603185#M596434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T17:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603186#M596435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; It shows the errot at the following line in the ABAP&lt;/P&gt;&lt;P&gt;&amp;gt; program.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Loop at i_t_facttable into l_s_facttable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It woudl be more helpful to have the types (structure) of the table and work field than just their names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is very probable that a data element in the table i_t_facttable is defined differently from a data element in the structure l_s_facttable, but without the detailed information on the structures, it is hard to tell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular, if there are alignment problems where the lengths of fields are different, whether due to double-byte vs. single byte, etc, or where numeric fields are being mapped incorrectly, you will get this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you provide the structure layouts, someone should be able to see exact location of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 18:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603186#M596435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T18:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603187#M596436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply. It is SAP generated program. But the same trasaction is working in the Quality system. But it is not working in the Dev system.&lt;/P&gt;&lt;P&gt;How to find out the Generated program in the Quality system.&lt;/P&gt;&lt;P&gt;In the developement system i find out the program name in the St22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggested me how to find the SAP generated ABAP program for UPSPL tranasction. If i get the QA program i can see both the programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;BPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 18:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603187#M596436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T18:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603188#M596437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPB_PM_CUST_START is the program on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always find the program for a transaction by displaying the transaction using SE84, Information System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE84, expand "Other objects", double click on "Transactions".  Type your transaction code in the selection box and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get a list like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  Transaction Code     Short text                                                                                
UPSPL                Execute Generic Planning Folder  
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select to display the transaction when it comes up.  It will show you the program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that you have the program name, you should be able to navigate this as usual and drill down to find any detailed info on it that you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 18:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603188#M596437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T18:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603189#M596438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks brian. it is very helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here iam attaching my generated program. Can you look into this one. Please suggest me if any changes required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SAP Business Information Warehouse&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; This report has been generated from a template.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; !!! DO NOT CHANGE !!!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Programname  :  GP43FOKDF6HBML0GQNU7VSY8JC2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Template     :  RSAPOTMPWRITEIC (Version BW 3.0)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Generated at :  01/23/2007  11:04:41&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Generated by :  SPATRO&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report GP43FOKDF6HBML0GQNU7VSY8JC2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type-pools: rs, rsarr, rssm, rsau, rsdrc, rsdw, rsd, abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include rsagui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;types for RFC facttable format&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: g_s_rfcinput type rsdri_s_rfcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;types for facttable&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: gt_s_facttable type /BIC/VZTBUD1022.&lt;/P&gt;&lt;P&gt;types: gt_t_facttable type standard table of gt_s_facttable&lt;/P&gt;&lt;P&gt;                           with default key initial size 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;types for facttable extended by boolean flags for each keyfigure&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;(requirement of the FS program 'GP43FOKCS4WFTGGL4BCPOS42N6Q')&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of gt_s_cube.&lt;/P&gt;&lt;P&gt;        include structure /BIC/VZTBUD102T.&lt;/P&gt;&lt;P&gt;types:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_DIFF0001 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_DIFF type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_HLTH0002 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_HLTH type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_MEDI0003 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_MEDI type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_PARS0004 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_PARS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_PERS0005 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_PERS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_SAL0006 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_SAL type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_SS0007 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_SS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_STRS0008 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_STRS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_TBEN0009 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_TBEN type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_UNEM0010 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_UNEM type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAFT_WCOM0011 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAFT_WCOM type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_DIFF0012 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_DIFF type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_FRTO0013 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_FRTO type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_HLTH0014 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_HLTH type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_MEDI0015 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_MEDI type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_PARS0016 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_PARS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_PERS0017 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_PERS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_SAL0018 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_SAL type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_SS0019 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_SS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_STRS0020 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_STRS type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_TBEN0021 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_TBEN type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_TSAL0022 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_TSAL type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_UNEM0023 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_UNEM type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZAMT_WCOM0024 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZAMT_WCOM type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZDYSPWK0025 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZDYSPWK type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZFTEPCT0026 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZFTEPCT type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZFUNDPCT0027 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZFUNDPCT type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZHRSPDY0028 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZHRSPDY type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZHRSPMO0029 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZHRSPMO type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZPSTEDT0030 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZPSTEDT type rs_bool,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       fZPSTSDT0031 type rs_bool,   "BW 3.0B SP15&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         fZPSTSDT type rs_bool,&lt;/P&gt;&lt;P&gt;         recno      type RSARECORD,&lt;/P&gt;&lt;P&gt;       end of gt_s_cube.&lt;/P&gt;&lt;P&gt;types: gt_t_cube type standard table of gt_s_cube&lt;/P&gt;&lt;P&gt;                      with default key initial size 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;variables that are required only as parameters for perform-call&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:   g_s_minfo     type rssm_s_minfo,&lt;/P&gt;&lt;P&gt;        g_datap       type rsarr_s_receive_header3-datapakid,&lt;/P&gt;&lt;P&gt;        g_idocnum     type rsarr_idoc_docnum,&lt;/P&gt;&lt;P&gt;        g_t_idocstate type rsarr_t_idocstate,&lt;/P&gt;&lt;P&gt;        g_subrc       like sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM APO_WRITEIC                                              *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      main form routine that can be called from outside to&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      write data into the infocube ZTBUD102&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form apo_writeic&lt;/P&gt;&lt;P&gt;  using    i_infocube        type rsinfocube&lt;/P&gt;&lt;P&gt;           i_requid          type rsrequnr&lt;/P&gt;&lt;P&gt;           i_t_input         type standard table&lt;/P&gt;&lt;P&gt;           i_curr_conversion type rs_bool&lt;/P&gt;&lt;P&gt;           i_called_by_rfc   type rs_bool&lt;/P&gt;&lt;P&gt;  changing e_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data : l_t_facttable type gt_t_facttable,&lt;/P&gt;&lt;P&gt;         l_t_cube      type gt_t_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;progress indicator: data write&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_text_gui = 'Data is written into the infocube ...'(001).&lt;/P&gt;&lt;P&gt;  gui_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;set REQUID&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_s_minfo-requnr = i_requid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;conversions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  if i_called_by_rfc = rs_c_true.&lt;/P&gt;&lt;P&gt;    perform rfcinput_to_facttable&lt;/P&gt;&lt;P&gt;       using    i_t_input&lt;/P&gt;&lt;P&gt;       changing l_t_facttable.&lt;/P&gt;&lt;P&gt;    perform facttable_to_cube&lt;/P&gt;&lt;P&gt;      using    l_t_facttable&lt;/P&gt;&lt;P&gt;      changing l_t_cube.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    perform facttable_to_cube&lt;/P&gt;&lt;P&gt;      using    i_t_input&lt;/P&gt;&lt;P&gt;      changing l_t_cube.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform set_parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform writeic&lt;/P&gt;&lt;P&gt;    using l_t_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  e_subrc = g_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    "apo_writeic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM RFCINPUT_TO_FACTTABLE                                    *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      moves data from the RFC input table (in a standard format)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      to an internal table that matches the structure of the&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      infocube ZTBUD102.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  I_T_RFCINPUT                                                  *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form rfcinput_to_facttable&lt;/P&gt;&lt;P&gt;  using    i_t_rfcinput   type rsdri_t_rfcdata&lt;/P&gt;&lt;P&gt;  changing e_t_facttable  type gt_t_facttable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'RSDRI_DATA_UNWRAP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_t_rfcdata = i_t_rfcinput&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      c_t_data    = e_t_facttable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    "rfcinput_to_facttable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM FACTTABLE_TO_CUBE                                        *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      copy t_facttable to l_t_cube&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form facttable_to_cube&lt;/P&gt;&lt;P&gt;  using    i_t_facttable   type standard table "gt_t_facttable&lt;/P&gt;&lt;P&gt;  changing e_t_cube        type gt_t_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: l_s_facttable  type gt_s_facttable,&lt;/P&gt;&lt;P&gt;        l_s_cube       type gt_s_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear e_t_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at i_t_facttable into l_s_facttable.&lt;/P&gt;&lt;P&gt;    clear l_s_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0CHNGID&lt;/P&gt;&lt;P&gt;      to l_s_cube-CHNGID.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0RECORDTP&lt;/P&gt;&lt;P&gt;      to l_s_cube-RECORDTP.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0REQUID&lt;/P&gt;&lt;P&gt;      to l_s_cube-REQUID.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FISCPER&lt;/P&gt;&lt;P&gt;      to l_s_cube-FISCPER.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FISCVARNT&lt;/P&gt;&lt;P&gt;      to l_s_cube-FISCVARNT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FISCYEAR&lt;/P&gt;&lt;P&gt;      to l_s_cube-FISCYEAR.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0CURRENCY&lt;/P&gt;&lt;P&gt;      to l_s_cube-CURRENCY.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FM_AREA&lt;/P&gt;&lt;P&gt;      to l_s_cube-FM_AREA.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FUND&lt;/P&gt;&lt;P&gt;      to l_s_cube-FUND.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSACSFUND&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSACSFUND.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSACSRSRC&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSACSRSRC.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSACSGOAL&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSACSGOAL.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSACSFUNC&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSACSFUNC.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZLAUSDPGM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZLAUSDPGM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FUNDS_CTR&lt;/P&gt;&lt;P&gt;      to l_s_cube-FUNDS_CTR.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0FUNC_AREA&lt;/P&gt;&lt;P&gt;      to l_s_cube-FUNC_AREA.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0CMMT_ITEM&lt;/P&gt;&lt;P&gt;      to l_s_cube-CMMT_ITEM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PU_MEASURE&lt;/P&gt;&lt;P&gt;      to l_s_cube-PU_MEASURE.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0GRANT_NBR&lt;/P&gt;&lt;P&gt;      to l_s_cube-GRANT_NBR.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZFMBDDTYP&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZFMBDDTYP.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZFMBDTYP&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZFMBDTYP.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0HRPOSITION&lt;/P&gt;&lt;P&gt;      to l_s_cube-HRPOSITION.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0JOB&lt;/P&gt;&lt;P&gt;      to l_s_cube-JOB.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZPSTSTAT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZPSTSTAT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PERS_AREA&lt;/P&gt;&lt;P&gt;      to l_s_cube-PERS_AREA.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PERS_SAREA&lt;/P&gt;&lt;P&gt;      to l_s_cube-PERS_SAREA.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0COUNTRY_ID&lt;/P&gt;&lt;P&gt;      to l_s_cube-COUNTRY_ID.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0ESGFORCAP&lt;/P&gt;&lt;P&gt;      to l_s_cube-ESGFORCAP.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PAYSCALEAR&lt;/P&gt;&lt;P&gt;      to l_s_cube-PAYSCALEAR.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PAYSCALEGR&lt;/P&gt;&lt;P&gt;      to l_s_cube-PAYSCALEGR.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PAYSCALELV&lt;/P&gt;&lt;P&gt;      to l_s_cube-PAYSCALELV.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0PAYSCALETY&lt;/P&gt;&lt;P&gt;      to l_s_cube-PAYSCALETY.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZPST_IND&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZPST_IND.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-0VERSION&lt;/P&gt;&lt;P&gt;      to l_s_cube-VERSION.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZUSERID&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZUSERID.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZTIME&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZTIME.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZBUDLNTYP&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZBUDLNTYP.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZDATE&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZDATE.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZBAPVSTAT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZBAPVSTAT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZCOBUDITM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZCOBUDITM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZBUDITEM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZBUDITEM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZPSTTEMP&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZPSTTEMP.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZCOMMENT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZCOMMENT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZNORM_IND&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZNORM_IND.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSUBJECT1&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSUBJECT1.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSUBJECT2&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSUBJECT2.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZSUBJECT3&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZSUBJECT3.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZGUID&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZGUID.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZPSTSDT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZPSTSDT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZPSTEDT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZPSTEDT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZHRSPDY&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZHRSPDY.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZDYSPWK&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZDYSPWK.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZFTEPCT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZFTEPCT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZFUNDPCT&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZFUNDPCT.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_DIFF&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_DIFF.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_FRTO&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_FRTO.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_HLTH&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_HLTH.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_MEDI&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_MEDI.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_PARS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_PARS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_PERS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_PERS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_SAL&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_SAL.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_SS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_SS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_STRS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_STRS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_TBEN&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_TBEN.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_TSAL&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_TSAL.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_UNEM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_UNEM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAMT_WCOM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAMT_WCOM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_DIFF&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_DIFF.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_HLTH&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_HLTH.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_MEDI&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_MEDI.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_PARS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_PARS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_PERS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_PERS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_SAL&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_SAL.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_SS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_SS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_STRS&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_STRS.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_UNEM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_UNEM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_WCOM&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_WCOM.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZHRSPMO&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZHRSPMO.&lt;/P&gt;&lt;P&gt;    move l_s_facttable-ZAFT_TBEN&lt;/P&gt;&lt;P&gt;      to l_s_cube-/BIC/ZAFT_TBEN.&lt;/P&gt;&lt;P&gt;    append l_s_cube to e_t_cube.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    "facttable_to_cube&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM SET_PARAMETERS                                           *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      set parameters for the 'perform writeic(...)' call&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form set_parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;set REQUNR = REQUID (of the last record inserted into l_t_cube)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;L_S_MINFO-REQUNR = L_S_CUBE-REQUID.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write data even if there is no master data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_s_minfo-bookmode = rsau_c_idoc_bk-auto_sid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;set the following ID as a default&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  g_datap = '000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    "set_parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM WRITEIC                                                  *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      calls the writeic form in gp43FOKCS4WFTGGL4BCPOS42N6Q&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      that writes the data into the facttable of the infocube&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ZTBUD102&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form writeic&lt;/P&gt;&lt;P&gt;  using i_t_cube  type gt_t_cube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: l_t_chavlerr type rsdw_t_chavlerr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write into infocube&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform writeic(gp43FOKCS4WFTGGL4BCPOS42N6Q)&lt;/P&gt;&lt;P&gt;    using    i_t_cube&lt;/P&gt;&lt;P&gt;             g_s_minfo&lt;/P&gt;&lt;P&gt;             g_datap&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           g_idocnum&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    changing l_t_chavlerr&lt;/P&gt;&lt;P&gt;             g_t_idocstate&lt;/P&gt;&lt;P&gt;             g_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if g_subrc = 42.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --- rollback&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ROLLBACK WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  --- commit&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    call function 'RSDU_DB_COMMIT'&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        others = 1.&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;      raise others.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    "writeic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.. The following subroutine is for internal (FuGr RSSG) use only! ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM &lt;U&gt;RSSG&lt;/U&gt;PROGRAM_LOADCHECK&lt;/P&gt;&lt;P&gt;     CHANGING E_S_PDIR TYPE RSSGTPDIR&lt;/P&gt;&lt;P&gt;              E_FOUND  TYPE FLAG.&lt;/P&gt;&lt;P&gt;CONSTANTS:&lt;/P&gt;&lt;P&gt;BEGIN OF &lt;U&gt;RSSG&lt;/U&gt;C_PCLA,&lt;/P&gt;&lt;P&gt;  PROGCLASS TYPE  RSSGTPCLA-PROGCLASS&lt;/P&gt;&lt;P&gt;    VALUE 'RSAPOWRITEIC',&lt;/P&gt;&lt;P&gt;  CLIDEP TYPE  RSSGTPCLA-CLIDEP&lt;/P&gt;&lt;P&gt;    VALUE ' ',&lt;/P&gt;&lt;P&gt;  GENFLAG TYPE  RSSGTPCLA-GENFLAG&lt;/P&gt;&lt;P&gt;    VALUE 'X',&lt;/P&gt;&lt;P&gt;  SUBC TYPE  RSSGTPCLA-SUBC&lt;/P&gt;&lt;P&gt;    VALUE '1',&lt;/P&gt;&lt;P&gt;  TEMPLATE TYPE  RSSGTPCLA-TEMPLATE&lt;/P&gt;&lt;P&gt;    VALUE 'RSAPOTMPWRITEIC',&lt;/P&gt;&lt;P&gt;END   OF &lt;U&gt;RSSG&lt;/U&gt;C_PCLA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF &lt;U&gt;RSSG&lt;/U&gt;C_PDIR,&lt;/P&gt;&lt;P&gt;  UNI_IDC25 TYPE  RSSGTPDIR-UNI_IDC25&lt;/P&gt;&lt;P&gt;    VALUE '43FOKDF6HBML0GQNU7VSY8JC2',&lt;/P&gt;&lt;P&gt;  CLIENT TYPE  RSSGTPDIR-CLIENT&lt;/P&gt;&lt;P&gt;    VALUE ' ',&lt;/P&gt;&lt;P&gt;  PROGCLASS TYPE  RSSGTPDIR-PROGCLASS&lt;/P&gt;&lt;P&gt;    VALUE 'RSAPOWRITEIC',&lt;/P&gt;&lt;P&gt;  PROGNAME TYPE  RSSGTPDIR-PROGNAME&lt;/P&gt;&lt;P&gt;    VALUE 'GP43FOKDF6HBML0GQNU7VSY8JC2',&lt;/P&gt;&lt;P&gt;  CREUSER TYPE  RSSGTPDIR-CREUSER&lt;/P&gt;&lt;P&gt;    VALUE 'RDELF',&lt;/P&gt;&lt;P&gt;  CRETSTMP TYPE  RSSGTPDIR-CRETSTMP&lt;/P&gt;&lt;P&gt;    VALUE 20061017224109,&lt;/P&gt;&lt;P&gt;  GENUSER TYPE  RSSGTPDIR-GENUSER&lt;/P&gt;&lt;P&gt;    VALUE 'SPATRO',&lt;/P&gt;&lt;P&gt;  GENTSTMP TYPE  RSSGTPDIR-GENTSTMP&lt;/P&gt;&lt;P&gt;    VALUE 20070123190533,&lt;/P&gt;&lt;P&gt;  GENRELEASE TYPE  RSSGTPDIR-GENRELEASE&lt;/P&gt;&lt;P&gt;    VALUE '640',&lt;/P&gt;&lt;P&gt;  GENSTATUS TYPE  RSSGTPDIR-GENSTATUS&lt;/P&gt;&lt;P&gt;    VALUE '00',&lt;/P&gt;&lt;P&gt;  UPDUSERTPL TYPE  RSSGTPDIR-UPDUSERTPL&lt;/P&gt;&lt;P&gt;    VALUE 'SAP',&lt;/P&gt;&lt;P&gt;  UPDDATETPL TYPE  RSSGTPDIR-UPDDATETPL&lt;/P&gt;&lt;P&gt;    VALUE '20040812',&lt;/P&gt;&lt;P&gt;  UPDTIMETPL TYPE  RSSGTPDIR-UPDTIMETPL&lt;/P&gt;&lt;P&gt;    VALUE '160952',&lt;/P&gt;&lt;P&gt;  SUBC TYPE  RSSGTPDIR-SUBC&lt;/P&gt;&lt;P&gt;    VALUE ' ',&lt;/P&gt;&lt;P&gt;END   OF &lt;U&gt;RSSG&lt;/U&gt;C_PDIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE-CORRESPONDING &lt;U&gt;RSSG&lt;/U&gt;C_PDIR TO E_S_PDIR.&lt;/P&gt;&lt;P&gt;  E_FOUND = 'X'.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 18:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603189#M596438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T18:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603190#M596439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I entered trnaasction code and short text in SE84 trnaaction as you said.&lt;/P&gt;&lt;P&gt;After that i click on execute button, but i dont see any displayed information. How to find out the Generated abap program name for UPSPL tranaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 19:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603190#M596439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T19:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603191#M596440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just enter transaction code in the selection box.   This is unique.  Or just enter a generic, like UPS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mistype the short text, you might accidentally exclude the transaction code from the list.  Don't enter the short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 19:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603191#M596440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T19:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603192#M596441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there may be a bug in the generated code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;form facttable_to_cube
using i_t_facttable type standard table "gt_t_facttable
changing e_t_cube type gt_t_cube.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second like of the quoted portion should read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;using i_t_facttable type standard table of gt_s_facttable&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will ensure that casting occurs properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be a bug in the program generation process.  If the change works, you should report this bug to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 19:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603192#M596441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T19:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603193#M596442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur quick response. Let me see ur changes. I will change the program and i will test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is SAP standard program so how to change the program, i think if we execute the trnasaction UPSPL each time we will get diddfrent ABAP program.&lt;/P&gt;&lt;P&gt;How to modify this one.&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;Thank you very much. I appreicated ur quick response.&lt;/P&gt;&lt;P&gt;I assigned the full points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 20:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603193#M596442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T20:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603194#M596443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to change the generated program GP43FOKDF6HBML0GQNU7VSY8JC2 that you posted.  It is normally not recommended to change generated programs, but you have to fix your problem.   If you find that the change works, report the problem to SAP, and they can generate a note for the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change that I recommend is in my previous response, and I have quoted it below in a post script.  Also, not that my recommendation is based on the possibility that the parameter is not be typed properly currently, which is causing conversion problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change it, and the program is in the SAP namespace, you will have to use the modification assistant.   You may need to get an SSCR key in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be easier if you can make a copy of the program, make the change to the copy and test it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIth regard to the question of whether it generates a new program each time, I do not think so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think it generates a new program each time, since the generated program source that you posted says that it was generated on 01/23/2007.  If a new program was generated each time, wouldn't it have today's date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The important thing is to see if it solves the problem.  If it does, then you have to report it to SAP so they can fix the program generator or program template, since others may end up with the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;form facttable_to_cube
using i_t_facttable type standard table "gt_t_facttable
changing e_t_cube type gt_t_cube.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second like of the quoted portion should read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;using i_t_facttable type standard table of gt_s_facttable&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 20:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603194#M596443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T20:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603195#M596444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Brain.&lt;/P&gt;&lt;P&gt;I hope ur suggestions will work.&lt;/P&gt;&lt;P&gt;how to proceed right now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to change the originoal program according to ur suggestions or should i write a note to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now my user wants to run the UPSPL trnaction Dev. what i have to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603195#M596444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T21:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603196#M596445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks brian.&lt;/P&gt;&lt;P&gt;I hope my problem will resolve. &lt;/P&gt;&lt;P&gt;i asigned the points.&lt;/P&gt;&lt;P&gt;I qppreicate ur quick resposnse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603196#M596445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603197#M596446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you compared the sources for the generated program from the Quality system and Dev?  Are they the same at this time?  One of them may have been regenerated and they may be out of sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to regenerate the program to see if this resolves it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a quick test program to try to duplicate the conditions in the generated program to check if the general problem that I thought I saw was real, but I wasn't able to reproduce the error, so I may have been going under a false assumption.  My code suggestion may not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be something else going on that I can't see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare the programs and object attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the source in both environments the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is unicode checking on in both environments and for both programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you debug the processes in each environment, how do the table and structure layouts compare?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the type /BIC/VZTBUD1022 that is referenced in the generated program the same in both environments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603197#M596446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: short dump (UC_OBJECTS_NOT_CONVERTIABLE)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603198#M596447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; thanks brian.&lt;/P&gt;&lt;P&gt;&amp;gt; I hope my problem will resolve. &lt;/P&gt;&lt;P&gt;&amp;gt; i asigned the points.&lt;/P&gt;&lt;P&gt;&amp;gt; I qppreicate ur quick resposnse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you solve your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was the ultimate resolution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if the suggestions helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 21:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-uc-objects-not-convertiable/m-p/2603198#M596447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T21:36:22Z</dc:date>
    </item>
  </channel>
</rss>

