Issue with loading updated 0version texts from R/3

Hi Experts,
I am currently working on 3.5.
There are 15 records for version txts in BW in which 5 records are updated in R/3.
I scheduled the job in BW to get the changed records. But I still see the old texts.
I tried to check the changed txts in Master data table for version texts TKTVS.
but the txts are not updated in that table. They are in TKT09.
Now do I have to create a generic datasource on TKT09 and write a routine to get that 5 changed records ? If so could anybody help me with the routine.
Or is there  any other way to get the data into BW.
Please Advice.
Many thanks in advance.

Are you using the standard Datasource to load "0VERSION" data?
If so, after making the full load for the texts, aren't the values updated in BW?
Regards,
Luis

Similar Messages

  • Issues with loading master data and hierarchy from BI InfoObject

    Hi,
    I was successful with loading the master data from BI InfoObject. It copies the text node as well but it discards the space I have in the technical name when it copies it to BPC. For example if my Text Node technical ID is "NODE 1" it copies it as "NODE1" on BPC side because of which my hierarchy load fails as it is not able to find "NODE 1".
    What is the reason it deletes the space from technical ID? and how can I resolve this issue?
    Do we have a provision to write a ABAP exit where I can check?
    (PS: If i manuallay enter space on my BPC dimension the hierarchy loads successfully)
    Thanks in advance,
    Diksha.

    Hi,
    You can check this in start routine which can be called from Transformation file using BADI.
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/28/b66863b41f47589b9943f80b63def6/content.htm
    Hope this helps...
    regards,
    Raju

  • Issues with load from Excel

    Dear all,
    I have issues with loading the data from excel.
    My excel file looks like this:
    Time
    Store
    Neto_prodaja_ACT
    Neto_prodaja_TAR
    Jan-12
    C1
    16
    16
    Feb-12
    C1
    2
    2
    Jan-12
    C2
    1
    1
    Feb-12
    C2
    3
    3
    My procedure for load is:
    CLEAR STATUS 
    Across Var Down Time, Store
    Sel Neto_prodaja_ACT, Neto_prodaja_TAR
    Sel Store Input
    access lslink
         connect test1
         select * from my_list
         peek only 10
         read
    end
    When I load the data I receive following error:
          Time                         Store Neto_prodaja_ACT  Neto_prodaja_TAR 
        1 01/01/2012                   C1 16.00             16.00 
        2 02/01/2012                   C1 2.00              2.00 
        3 01/01/2012                   C2                                                                                                                                                                                                                                                                       1.00              1.00 
        4 02/01/2012                   C2 3.00              3.00 
    4 Record(s) Read, 0 Record(s) Skipped.
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_ACT
    DAT096:
    Unexpected Dimensions in ACROSS/DOWN List For Variable NETO_PRODAJA_TAR
    The loaded data looks like this:
    The data for store C2 is loaded also on store C1 so everything is messed up.
    I also have a question regarding dimensions.  I have a model in PAS which has data from different data sources (BW and excel). In excel I have dimensions which are not loaded from BW (they don't exist there). How to create such dimenison?
    Thank you a lot in advance.
    Best regards,
    Petra

    Petra,
    The Forum isn't really designed as a training system but rather where people can share questions or get a separate pair of eyes to look afresh at issues that aren't working for some reason. This is particularly the case for something which is as important as creating dimensions.
    The idea of the SSM Cube Builder/Model Designer was to enable people to build models with their relevant dimensions and metrics for demos and simple initial systems using manual data entry. If you are getting into building dimensions that will be outside BW then you are moving into the implementation arena rather than demo creation and need to work carefully so that things tie up.
    I doubt people would expect to be able to set up/implement BW without training and SSM is the same.
    If you would like training or would like to collaborate on a first project to enable skills transfer then my colleague Pedro and I would be happy to discuss this. We have done this with other people and it has worked well.
    Regards
    Colin

  • Performance issue with loading Proclarity Main Page..

    Hi All,
    I have Proclarity 6.3 installed on a Windows 2008 R2 OS. The Proclarity Reports was working well until last week. From last few days I am seeing a slow response time in loading the Proclarity Main page. 
    Loading Proclarity Main page on Internet Explorer 8 is taking 150 seconds and the same Proclarity Main page is loading on Google Chrome in 30 seconds.
    Have any of you faced similar issue ? 
    Already below things explored
    1. Clear Cache on PAS Tool
    2. Event Viewer, Noticed if there is any error or warning
    3. Tried browsing the Proclarity URL from server itself ( still the performance is slow)
    4. Memory consumption validated on server side. MSSQLServer was consuming more space. Hence restarted /. After restart also same issue ( with loading main page in IE ONLY)
    5. Checked drive space .. All drives has minimum 1.5 GB of free space
    6. Cleared up Proclarity Event Logs 
    The issue is NOT ONLY with loading Main page.. Navigating to any further web pages in Proclarity STANDARD and PROFESSIONAL version is responding VERY slowly.
    The only other option, that I am thinking now is RESTARTING THE WINDOWS SERVER. Which may not be a easy deal SINCE ITS A PRODUCTION SERVER.
    But the loading of web page on Chrome is 30 seconds and on IE its 150 seconds ( i.e, 5 times more..) .. So does proposing to restart the server makes sense ? 
    Any help, suggestion , thoughts on what I am facing.. ? Thanks 
    Regards,
    Aravind

    <b>onInputProcessing for two pages</b>  
      DATA: event TYPE REF TO if_htmlb_data.
      event = cl_htmlb_manager=>get_event_ex( request ).
      IF event IS NOT INITIAL AND event->event_name = 'button'.
        navigation->goto_page( event->event_server_name ).
      ENDIF.
    page1.htm
      <%@page language="abap" otrTrim="true"%>
      <%@extension name="htmlb" prefix="htmlb"%>
      <htmlb:content design="design2003">
        <htmlb:page>
          <htmlb:form>
            <htmlb:button       text          = "next"
                                design        = "NEXT"
                                onClick       = "page2.htm" />
          </htmlb:form>
        </htmlb:page>
      </htmlb:content>
    page 2
    <%@page language="abap" otrTrim="true"%>
      <%@extension name="htmlb" prefix="htmlb"%>
      <htmlb:content design="design2003">
        <htmlb:page>
          <htmlb:form>
            <htmlb:button       text          = "Page 1"
                                design        = "PREVIOUS"
                                onClick       = "page1.htm" />
          </htmlb:form>
        </htmlb:page>
      </htmlb:content>
    above will work fine.
    another way :
    you can define a global variable in your application class and subsquently change its value according to your requirement as the name of the page
    and whenever you want to move to some page. jaust assign on onclick event of the button:
    navigation->goto_page(global_variable);
    where global variable is the variable you have defined.
    hope this works for you.
    if not reply
    regards,
    Hemendra

  • Issue with VO extension after upgrading from 11i to R12

    Hi All,
    We are facing issue with VO extension after upgrading from 11i to R12(12.1.3).
    Most of the cases we are facing issue as given below,
    oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 21 with java object of type java.lang.Boolean due to java.sql.SQLException.
    Please help me out to resolve this issue.
    Any help/suggestion will highly appreciate.
    Thanks & Regards,
    Sunita

    Hi Gyan,
    Thanks for the response.
    There is one attribute has added in VO query.
    In VO.xml file ViewAttribute definition is as given below,
    <ViewAttribute
    Name="DisplayApproveButton"
    IsUpdateable="false"
    IsQueriable="true"
    IsPersistent="false"
    Type="java.lang.Boolean"
    ColumnType="NUMBER"
    AliasName="DisplayApproveButton"
    Expression="xxh_invoice_approval_pkg.check approval(invoice_id)"
    SQLType="BIT" >
    </ViewAttribute>
    Thanks & Regards,
    Sunita

  • Issues with loads

    There has been issues with loads to a Sales cube.  The issue is that delta loads for the first few days in January have been lost (also deleted from PSA).  I wanted to check the following before I make a suggestion:
    1. Data up until the end of last year is available and okay
    2. Create a copy of the original Sales cube
    3. Generate a DataSource from the original cube
    4. Load up until the end of last year to the new cube via the Datamart
    5. Load from Sales LO extractors, carrying out the init from the beginning of this year to 9999 into the new copy
    6. Load Deltas into the new copy
    Thanks

    Hi,
    I hope You had taken no restriction on the date when you were doing delta init.thats why you are getting delta for <b>all</b> records.It would continue in futue also.
    We can easily find out the sales document number which was created <b>somewhere</b> in December ending( Iam not saying the document should be last document of the December). Use that documetn number to fil the setup table as starting document number.
    Now do selective deletion of  the data from the cube which has Calnder day >= 01.01.2007. Now  Do repair request with selection on calender day(or the field which is used to map to Calnder day) with the range 01.01.2007,12.12.9999 .
    Next time when you are doing delta load to the cube, it will bring the records as nothng was happend.
    Ofcourse as Roberto mentioned ,<i>it is possible only in a specific case: if you are sure that a every sales document created before 31/12/06 cannot change anymore after that date !</i>
    What ever the date you feel comfotable (i.e you feel that the records which were created before that date were not changed in after Jan 01) instead of 01.01.2007 in the above explanations.
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by:
            Anil Kumar Sharma

  • Issue with Emoji icons when sent from iOS6 to iOS5

    Issue with Emoji icons when sent from iOS6 to iOS5, all icons appear as a square on the iOS5 message screen.
    Both iOS are the current version and the phones are 4S 64GB
    Anybody got this problem

    Hi!
    What kind of RFC do you use? If you use synchronous RFC the caller waits for the answer/result of the called function. In normal cases this should solve your issue.
    Regards,
    Volker

  • How to Load Master Data Text  from Multiple Source Systems

    Situation:  Loading vendor master (text) from two systems.  Some of the vendor keys/number are the same and so is the description.  I understand that if I was loading Attributes, I could create another attribute such a source system id and compound it to 0Vendor.  However, I don't believe you can do the same when loading text. 
    Question:  So, how can I load duplicate vendor keys and description into BW using the *_TEXT datasource so they do not overwrite?
    Thanks!

    Hi,
    Don't doubt, it'll work!
    Sys ID as compound to 0Vendor.
    If you doubt about predefined structure of the *_TEXT datasource and direct infosource, then use a flexible infosource. Maybe you'll have to derive the sys ID in a routine or a formula.
    Best regards,
    Eugene

  • Create list of materials with its purchase order texts from material master

    Dear all
    Simple question I do wanna ask.
    Just need to get out a list with my materials with its purchase order texts from the material master.
    As I do know that PO text is not stored on a table, it might be difficult to get it out from the system.
    Does anyone of you know how to retrieve it simply?
    Regards
    François

    Check this link Material Master Purchase Order Text.

  • I'm in trouble with copy paste some text from Word to DW mx 2004

    I'am a new developer in webdesign. I'm doing my first site to
    a cliente. I'm in trouble with copy paste some text from Word to DW
    mx 2004. In the Edit / Preferences / General category i have the
    spelling dictionary in Portuguese (Brasilian). If I wrote the text
    in Portuguese directly from DW i can see the letters with ( ç
    ã é ... ) and in the browser testing ( IE 6.0.2 with sp2
    and FireFox 1.0.7 ), but with copy paste from the text in Word in
    Portuguese when i bring it to DW i can see the ( ç ã
    é ... ) in the beginnig but in the Browsers testing i can't,
    and then after a while i lose the ( ç ã o ...). Can
    anyone help me !?
    I need the work finish in next monday. Thanks a lot.

    Your line breaks will most likely be incorrect if you don't turn on the Japanese Composer.
    It is almost absolutely impossible to accomplish your goal without having a font - any font - installed on your system that has that glyph. However, if it's showing up in Word, than means that you must have that glyph installed, right? What font are you trying to use in InDesign? You might already know that Word will auto-substitute fonts when it encounters a missing glyph, so we really don't know what font is being used to render that one glyph. The whole sentence might be in MS Mincho but one glyph might be pulled from another font if MS Mincho doesn't have that glyph.
    That being said, you're going to break it if you don't know how to set Japanese type in ID. It's not something where you can just copy text out of email and paste into your English layout.

  • I am having issues with Sidebar files not appearing from within InDesign CS5.5. They show up fine from other Adobe applications. Using OS10.6.8.

    I am having issues with Sidebar files not appearing from within InDesign CS5.5. They show up fine from other Adobe applications. Using OS10.6.8.

    I would first of all trash the preference file for InDesign, make sure the application is closed then find the prefs in
    /Users/USER NAME/Library/Preferences/Adobe InDesign and just throw the entire folder away, it will generate a new one after you launch InDesign again.
    Now launch InDesign and see if the problems are resolved.
    If not I would repair your permissions on your hard drive wih disk utility, and if that fails then di-install InDesign and re-install that single application.
    Let me know if any of these suggestions work for you
    I will be checking my email although you might have to wait for a response as I will be taking a microlight flight over the Victoria Falls tomorrow. Yay can hardly wait.

  • Issue with load from livecache

    Dear all
    In our APO system we have encountered a strange issue with data loaded from livecache into the infocube.
    Problem is in the infocube, where there are two requests with a forecast version data with the same amount of data.
    When I look in my infocube in APO I see e.g. the two following request IDs for a given product:
    REQU_4CZ4SQ5PSM9V5PHJCHTIS24GK is the most recent load from Livecache (replacing any previous livecache loads).
    APO_R43U3KZLM0V3WVK112YEK3KKLE cannot be located. It is not available on the infocube manage section
    Ultimately this results in double data for this given product.
    Do any of you have an idea as to what this APO_* request could be triggered from?
    This is the input from the BW-team:
    This indicates that an APO program has modified the infocube data without updating the request tab of the manage infocube. But it has updated the request id of the data which is transformed. With subsequent loads into the infocube, these records are split based on different request idu2019s, and loaded collectively into BI.
    I hope you can help me out.
    Best regards,
    Anders Thinggaard

    Hi Visu
    It seems I made a typing error in my description of the problem. It is of course the DESTINATION combination, not the SOURCE combination, that is written into the infocube when realigning on the infocube.
    This, of course, creates the request ID starting with APO. Besides that I get the request starting with REQU when I load from livecache using an infopackage. So far so good.
    What confuses me though is that when I load back into livecache (load my planning area) is seems to pick up the correct amount of data (not taking the APO* request into account) whereas my load to my external BW out of my APO infocube seems to pick up both the REQU* and the APO* requests, resulting in dublicate data.
    Have you had this challenge as well?
    My first idea is to make the BW team make some ABAP coding leaving out any request ID starting with APO*. However it seems to me that this is a stardard functionality of APO, and I'd like to get to the bottom of this...
    Best regards,
    Anders
    P.S. As I understand, the copy logic only dertermines whether data from source combination is added to or overwriting the data for the destination combination.

  • Timeout issues with Software Update from Satellite ISP

    Anyone had any experiences with resolving latency issues and/or what my ISP claims is "long ping times" causing timeout s with OS 10.4x Software Update?
    I've had continuing issues with timeouts since changing ISP's to a satellite ISP here in Australia -- with our Macs seeming to be particularly sensitive.
    - Can't access Software Update as it times out
    - Same problems with some web sites
    - Page loading can hang up and fail to complete, particularly if the page contains lots bells and whistles.
    The ISP support desk has done their best, but has no Apple OSX expertise.
    Ideas anyone?

    Rick,
    I’ve answered the questions you’ve asked, starting below. I am using a router for LAN with 2 IBooks and a Windows XP machine. For further info, I have also included all of the settings recommended by the ISP and additional test results when directly connected to the modem from my Ibook. (Hope I haven’t gone from not giving you enough information to giving too much…)
    1) ISP: www.bordernet.com.au. The system is a two-way satellite link through what I think is an Optus satellite. Max speeds 64 kbps uplink and 256 kbps download. I seem to be getting consistent upload speeds of 48-52 kbps (with or without the router in use), but the download show at about 240+ kbps with the direct connection 150 kbps through the router – and sometimes things hang up altogether.
    Setting a static IP address in the router seems to be slightly more stable as the hang-ups in page loading don’t occur as much, but the speed is still down. (Upload and download tests are done from http://www.ozspeedtest.com) The ISP says is not reliable, but they haven’t been able to give me something more reliable where I can get actual statistics that I can quote – they usually have me attempt to download a file from a local net and read off the download speed as it changes – with the comment back from them, “well that seems OK…) Unfortunately they have no one on the help desk who knows macs, or who can troubleshoot beyond what to them is the obvious.
    2) Ping Test results (via router – see below):
    PING www.l.google.com (66.102.7.147): 56 data bytes
    64 bytes from 66.102.7.147: icmp_seq=0 ttl=241 time=1467.206 ms
    64 bytes from 66.102.7.147: icmp_seq=1 ttl=241 time=1540.800 ms
    64 bytes from 66.102.7.147: icmp_seq=2 ttl=241 time=1524.421 ms
    64 bytes from 66.102.7.147: icmp_seq=3 ttl=241 time=1483.034 ms
    64 bytes from 66.102.7.147: icmp_seq=4 ttl=241 time=1443.389 ms
    64 bytes from 66.102.7.147: icmp_seq=5 ttl=241 time=2211.268 ms
    64 bytes from 66.102.7.147: icmp_seq=6 ttl=241 time=1961.048 ms
    64 bytes from 66.102.7.147: icmp_seq=7 ttl=241 time=1619.386 ms
    64 bytes from 66.102.7.147: icmp_seq=8 ttl=241 time=1506.302 ms
    64 bytes from 66.102.7.147: icmp_seq=9 ttl=241 time=1615.718 ms
    --- www.l.google.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1443.389/1637.257/2211.268/237.610 ms
    2a) Ping test results
    PING www.apple.com (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=240 time=1618.438 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=240 time=2143.729 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=240 time=1804.615 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=240 time=2184.935 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=240 time=2025.381 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=240 time=1593.362 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=240 time=1460.536 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=240 time=1449.835 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=240 time=1560.768 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=240 time=1910.285 ms
    --- www.apple.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1449.835/1775.188/2184.935/263.419 ms
    Ping has started ...
    PING 17.254.0.91 (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=240 time=1555.541 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=240 time=1483.936 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=240 time=1562.882 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=240 time=1523.844 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=240 time=1452.485 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=240 time=1497.111 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=240 time=1485.532 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=240 time=1495.856 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=240 time=1485.677 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=240 time=1504.615 ms
    --- 17.254.0.91 ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1452.485/1504.748/1562.882/32.186 ms
    3) DNS Server: 61.88.88.88
    4) Running through a Router: D-LINK DI-704P, have tried letting the modem set the DHCP itself, also using static settings given by the ISP:
    IP address 10.16.143.74
    Subnet: 255.255.255.252
    Router: 10.16.143.73
    DNS 61.88.88.88
    Proxies 10.16.143.73 Port 9877
    5) Same configuration when using a direct connection from the modem to my Ibook.
    Test results with direct connection
    Ping has started ...
    PING www.apple.com (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=241 time=1452.367 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=241 time=1469.663 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=241 time=1579.472 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=241 time=1477.354 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=241 time=1557.461 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=241 time=1480.565 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=241 time=1470.410 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=241 time=1490.254 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=241 time=1477.955 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=241 time=1497.614 ms
    --- www.apple.com ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1452.367/1495.311/1579.472/38.652 ms
    Ping has started ...
    PING 17.254.0.91 (17.254.0.91): 56 data bytes
    64 bytes from 17.254.0.91: icmp_seq=0 ttl=241 time=1531.316 ms
    64 bytes from 17.254.0.91: icmp_seq=1 ttl=241 time=1891.331 ms
    64 bytes from 17.254.0.91: icmp_seq=2 ttl=241 time=1669.007 ms
    64 bytes from 17.254.0.91: icmp_seq=3 ttl=241 time=2108.521 ms
    64 bytes from 17.254.0.91: icmp_seq=4 ttl=241 time=1798.268 ms
    64 bytes from 17.254.0.91: icmp_seq=5 ttl=241 time=1698.021 ms
    64 bytes from 17.254.0.91: icmp_seq=6 ttl=241 time=1568.465 ms
    64 bytes from 17.254.0.91: icmp_seq=7 ttl=241 time=1918.039 ms
    64 bytes from 17.254.0.91: icmp_seq=8 ttl=241 time=1629.117 ms
    64 bytes from 17.254.0.91: icmp_seq=9 ttl=241 time=1482.781 ms
    --- 17.254.0.91 ping statistics ---
    10 packets transmitted, 10 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 1482.781/1729.487/2108.521/187.331 ms
    Hope all of this helps you to work out what is happening.
    Cheers,
    Frank

  • HT1925 I am having an issue with loading Itunes. I receive a missing dll file notice. Then another error message. I have reinstalled Windows & still get the error. I did not get the error until I recently did an ITunes update.

    I am having an issue with ITunes after a recent ITunes update. I can not open ITunes, I get a message missing MSVCR80.dll file, Then an error 7 message. I have redone the OS for Windows 7 and restarted the computer. I keep getting the errors.

    Do the following:
    Uninstall from Windows the following five programs: iTunes, Apple Software Update, Apple Mobile Device Support, Bonjour and Apple Application Support. You do this from an applet in Control Panel called Programs & Features (in Windows 8, 7, or Vista) or Add or Remove Programs (in Windows XP).
    Download the latest version of iTunes from Apple and note the location you're saving it to so you can find it once it's done.
    Run the iTunes installation as an administrator, just Right click iTunes installer and Run as Administrator.

  • Issue with Loading COMMENTS in HFM ICT Module from FDMEE

    Hi,
    We have a requirement wherein we can load all the HFM ICT Transactions from a Flat File using FDMEE. We are facing 2 issues:
         a. Firstly FDMEE Target application allows us to map only COMMENT1 as a dimension for FDMEE. There is no Dimension/Place holder for COMMENT2. So how do we do this?
         b. Secondly, COMMENT1 is by default mapped to ATTR11 of the Target Application in FDMEE. Now, ATTR3 is only VARCHR2(20) whereas the actual Comment Size supported by HFM ICT Module is 256 charachters. So how to we ensure that we can load a larger comment from FDMEE?
    Thanks!

    FDM does not perform the consolidation function in HFM. It will caculate a Base Entity if you Enable Consolidation, Force Calculate, and Force Translate in the Integration Settings.

Maybe you are looking for

  • Computer won't detect router

    I have a wrt150N  with windows xp and road runner internet.  all the lights work but install cd and easy link setup won't detect the device.  I can use Internet explorer to get onto the net but itunes and avant browser won't work.  I changed my route

  • Phone after restart asking for unlock pattern which I have not set and no other option is given

    Hi all, my Z3 Compact phone was heating up a lot in the recent summer days. At some point it was not reacting and not booting. So I pressed the yellow OFF button next to the nano card SIM holder.http://support.sonymobile.com/gb/xperiaz3compact/usergu

  • Do you want to save changes - appears twice in master-detail form.

    Hello. Sometimes ago i wanted "Do you want to save changes" message in my own language. So i created trigger: if :system.form_status IN ('CHANGED') then      alert_response := show_alert('CHANGES');      if alert_response = alert_button1 then        

  • What are your top "collaboration" mistakes?

    We all know that collaborating cross-functionally is key to getting new marketing ideas and approaches adopted internally. However, I bet many of us have learned this the hard way. I know I did. In my early days of using marketing automation I actual

  • Captivate Certification does not work for at least another week

    Hi there, yesterday I was supposed to take my class for the Adobe Captivate Certification (ACE Exam). But Pearson Vue did not manage to send the test over two hours. Last comment was: We will look into this, but the next test will not be within the n