Downgrade Crystal from XI to 10 to match with WMS software

Since the add-on uses Crystal 10 and does not plan to upgrade to Crystal XI soon.  They suggested us to remove Crystal XI from SAP B1 2007A.  I don't agree with this and want to know the consequence if we really use Crystal 10 with SAP B1 that  will NOT create more issues.
I don't want to install two versions Crystal in server since users NEVER EVER had experience with two versions Crystal before and they DO need to go to WMS to fix error if the Crystal failed when they go live.  I had enough experience with two versions Crystal that is not good solution.  When you saved old version with new version then you won't be able to open it in old version anymore.

No one replied.

Similar Messages

  • Feed from RSS generator dosen´t match with iTunes Store Top 10?

    Why doesen´t RSS feed from http://itunes.apple.com/us/rss match with http://www.apple.com/euro/itunes/charts/top10albums.html site?
    I have made an app fetching RSS feed fron the RSS genarator end it works just find. But it doesen´t match with the top list from iTunes Store site http://www.apple.com/euro/itunes/charts/top10albums.html . Wich is right?

    I agree 100%. I would love to add this to my Google Reader or Safari RSS. I find myself hunting the store for what TV shows might be new or newly added. It would be great to instantly know what's new.

  • How can i connect with ipad 2 to data projector? ( i have VGA cable) what is the setup? When i search from data projector it cant match with my ipad 2

    Hi,
    İ have ipad 2, data projector and VGA connection cable. But when i connect my ipad 2 to data projector, and when i press source bottom to search device, i cnat connect, it search about hour. İs there any configuration or what, what am i missing.
    Thanks for your support.
    Yasar Maasoglu

    http://www.everymac.com/systems/apple/ipad/ipad-faq/how-to-connect-ipad-to-tv-te levision-projector.html
    http://learninginhand.com/blog/5-ways-to-show-your-ipad-on-a-projector-screen.ht ml

  • Downgrade VI from Profession​al to Base version with DC/RMS element

    I have VI containing some elements of Professional version: Basic DC/RMS (to get RMS value of signal)
    Is there in Base system analog of this element?

    Open this function and remove the hanning window function. The rest of this vi is made by base functions. It may work. If not perhaps you can write your own window function. Should not be to hard. http://en.wikipedia.org/wiki/Window_function#Hann_​window. I think hann and hanning is the same. Use google to check it out. Good luck
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • HT5622 can i change my i cloud account for my i phone to match with my macpro? what happen to my data stored in my iphone can i transfer it my my macpro i cloud account specially my pictures

    can i change my i cloud account from my i phone to match with my macpro i cloud account? what will happen to my data (pictures) stored with the iphone i cloud? could it be transferred to my new macpro i cloud account?

    Why do you ask in the iWeb forum?

  • How to keep some things in iTunes from being uploaded to iTunes Match

    There are files that end up in my iTunes library, because they are mp3's I believe, that aren't music and I don't want uploaded to iTunes Match. For example, my UVerse phone messages are downloaded as mp3's and end up in my iTunes Library. How can I stop them from being uploaded to iTunes Match?

    You have to disable iTunes Match to be able to change the Media Type. But are you sure they are being uploaded to the cloud? As Jim says, any tracks encoded at 96 Kbps and below are ineligible for iTunes Match. If if you have not done so you should enable the iCloud Status column in the iTunes browser.

  • If I download a song, album or playlist from iCloud to an iTunes Match enable device, can I delete the download at a later date if I need to free up memory on the device?

    If I download a song, album or playlist from iCloud to an iTunes Match enable device, can I delete the download at a later date if I need to free up memory on the device?

    Hi,
    Yes.
    JIm

  • Is there a way to check what I had purchased from the itune store to match the charges on my credit card, because there is a charge that I do not recognize

    Is there a way to check what I had purchased from the itune store to match the charges on my credit card, because there is a charge that I do not recognize

    http://support.apple.com/kb/HT2727
    Regards.

  • HT204406 Upgraded my phone to iphone 6 from iphone 4. My iTunes with all my music is on a computer that no longer works and can't access the music. Will iTunes Match allow me to get my music off of my iphone 4 and put it on my iphone 6?

    Upgraded my phone to iphone 6 from iphone 4. My iTunes with all my music is on a computer that no longer works and can't access the music. Will iTunes Match allow me to get my music off of my iphone 4 and put it on my iphone 6? Sorry about copying twice, new to this.

    Do you have iTunes match? You need a computer to manage an iTunes match library.
    Jim

  • Fetch the netprice from the validity period which always matches with the

    Let me describe the same.
    Suppose the PO creation date is 04.07.2007
    The conditions for an item in a contract for the PO are as follows;
    1. Validity from 04.07.2007 validity to 04.07.2007 Netprice = 100.00
    2. Validity from 05.07.2007 validity to 31.12.9999 Netprice = 200.00
    We need to always fetch the netprice from the validity period which always matches with the PO creation date. here the value 100.00 should be the correct netpr as the PO creation date matches with the first validity period.
    But the program is fetching the netprice 200.000 which belongs to the second validity period. That is beacuse the select statement which fetches the data for contracts collects on the basis of EKKO-kdate and ekko-kdtab.the fields kdate and kdtab retrieves the validity period of the contract which is from 04.07.2007 to 31.072007. This data is then used to retrieve the netpr data from EKPO and it fetched 200.00 as it retrives the netprice of current data in contract validity and h not with respect to PO creation date.
    This data is then used to fetch the get the netpr data from EKPO.
    what we need is the netprice for that validity period of item(Conditions) that matches with the PO creation date..
    Below is the code where I'm selecting the data from ekko and ekpo for the contracts data..Can you please add the code snippet to the below attachesd subroutine to get the required data from KONV and KONP so that we can retrieve the correct Netprice.
    FORM select_contracts USING p_s_cebeln LIKE s_cebeln[]
    p_c_k_bstyp TYPE ebstyp
    p_p_bukrs TYPE bukrs
    p_p_ekorg TYPE ekorg
    p_p_ekgrp TYPE bkgrp
    *Begin of Mod-004
    fp_p_cernam type ty_r_ernam
    p_p_cernam TYPE ernam
    *End of Mod-004
    p_s_werks LIKE s_werks[]
    p_s_matnr LIKE s_matnr[]
    p_s_lifnr LIKE s_lifnr[]
    p_s_val_dt LIKE s_val_dt[].
    *mod-002
    data : l_amount type BAPICURR_D, " Net price
    l_waers TYPE waers, " Currency Key
    l_eff_amount type BAPICURR_D. " Effective value
    data: l_v_netpr type bprei.
    *mod-002
    SELECT ebeln
    bukrs
    bstyp
    aedat
    ernam
    lifnr
    zterm
    ekorg
    ekgrp
    waers
    wkurs
    kdatb
    kdate
    inco1
    INTO TABLE i_ekko
    FROM ekko
    WHERE ebeln IN p_s_cebeln
    AND bstyp EQ p_c_k_bstyp
    AND bukrs EQ p_p_bukrs
    AND ekorg EQ p_p_ekorg
    AND ekgrp EQ p_p_ekgrp
    *Begin of Mod-004
    AND ernam EQ p_p_cernam
    AND ernam IN fp_p_cernam
    *End of Mod-004
    AND lifnr IN p_s_lifnr
    AND ( kdatb IN p_s_val_dt OR kdate IN p_s_val_dt ).
    IF sy-subrc EQ 0.
    Populates internal table i_ekpo using EKPO table.
    SELECT ebeln
    ebelp
    loekz
    txz01
    matnr
    werks
    ktmng
    menge
    meins
    bprme
    netpr
    peinh
    webaz
    mwskz
    uebto
    untto
    erekz
    pstyp
    knttp
    repos
    webre
    konnr
    ktpnr
    ean11
    effwr
    xersy
    aedat
    prdat
    INTO TABLE i_ekpo
    FROM ekpo
    FOR ALL ENTRIES IN i_ekko
    WHERE ebeln = i_ekko-ebeln
    and aedat = i_ekko-aedat
    AND werks IN p_s_werks
    AND matnr IN p_s_matnr.
    LOOP AT i_ekpo INTO rec_ekpo.
    MOVE rec_ekpo-ebeln TO rec_contr-ebeln.
    MOVE rec_ekpo-ebelp TO rec_contr-ebelp.
    MOVE rec_ekpo-loekz TO rec_contr-loekz.
    MOVE rec_ekpo-txz01 TO rec_contr-txz01.
    MOVE rec_ekpo-matnr TO rec_contr-matnr.
    MOVE rec_ekpo-werks TO rec_contr-werks.
    MOVE rec_ekpo-ktmng TO rec_contr-ktmng.
    MOVE rec_ekpo-menge TO rec_contr-menge.
    MOVE rec_ekpo-meins TO rec_contr-meins.
    MOVE rec_ekpo-bprme TO rec_contr-bprme.
    MOVE rec_ekpo-netpr TO rec_contr-netpr.
    move l_v_netpr TO rec_contr-netpr.
    mod-002
    read table i_ekko into rec_ekko with key
    ebeln = rec_ekpo-ebeln.
    l_waers = rec_ekko-waers.
    CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL'
    EXPORTING
    currency = l_waers
    amount_internal = rec_contr-netpr
    IMPORTING
    AMOUNT_EXTERNAL = l_amount.
    rec_contr-netpr = l_amount.
    mod-002
    MOVE rec_ekpo-peinh TO rec_contr-peinh.
    MOVE rec_ekpo-webaz TO rec_contr-webaz.
    MOVE rec_ekpo-mwskz TO rec_contr-mwskz.
    MOVE rec_ekpo-uebto TO rec_contr-uebto.
    MOVE rec_ekpo-untto TO rec_contr-untto.
    MOVE rec_ekpo-erekz TO rec_contr-erekz.
    MOVE rec_ekpo-pstyp TO rec_contr-pstyp.
    MOVE rec_ekpo-knttp TO rec_contr-knttp.
    MOVE rec_ekpo-repos TO rec_contr-repos.
    MOVE rec_ekpo-webre TO rec_contr-webre.
    MOVE rec_ekpo-konnr TO rec_contr-konnr.
    MOVE rec_ekpo-ktpnr TO rec_contr-ktpnr.
    MOVE rec_ekpo-ean11 TO rec_contr-ean11.
    MOVE rec_ekpo-effwr TO rec_contr-effwr.
    mod-002
    CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL'
    EXPORTING
    currency = l_waers
    amount_internal = rec_contr-effwr
    IMPORTING
    AMOUNT_EXTERNAL = l_eff_amount.
    rec_contr-effwr = l_eff_amount.
    *mod-002
    MOVE rec_ekpo-xersy TO rec_contr-xersy.
    APPEND rec_contr TO i_contr.
    CLEAR: rec_ekpo,rec_contr.
    mod-002
    CLEAR : rec_ekko,l_amount, l_eff_amount,l_waers.
    mod-002
    ENDLOOP.
    Modifying i_contr using i_ekko.
    SORT i_ekko BY ebeln.
    LOOP AT i_contr INTO rec_contr.
    READ TABLE i_ekko INTO rec_ekko WITH KEY
    ebeln = rec_contr-ebeln
    BINARY SEARCH.
    MOVE rec_ekko-bukrs TO rec_contr-bukrs.
    MOVE rec_ekko-bstyp TO rec_contr-bstyp.
    MOVE rec_ekko-aedat TO rec_contr-aedat.
    MOVE rec_ekko-ernam TO rec_contr-ernam.
    MOVE rec_ekko-lifnr TO rec_contr-lifnr.
    MOVE rec_ekko-zterm TO rec_contr-zterm.
    MOVE rec_ekko-ekorg TO rec_contr-ekorg.
    MOVE rec_ekko-ekgrp TO rec_contr-ekgrp.
    MOVE rec_ekko-waers TO rec_contr-waers.
    MOVE rec_ekko-wkurs TO rec_contr-wkurs.
    MOVE rec_ekko-kdatb TO rec_contr-kdatb.
    MOVE rec_ekko-kdate TO rec_contr-kdate.
    MOVE rec_ekko-inco1 TO rec_contr-inco1.
    MODIFY i_contr FROM rec_contr.
    ENDLOOP.
    ENDIF.
    REFRESH: i_ekko,
    i_ekpo.
    CLEAR : rec_ekko,
    rec_ekpo,
    rec_contr.
    ENDFORM. "select_contracts
    Thanks.

    Hi,
    Please get the valid condition ( based on date ) from A016 (MK & LPA). With the appropriate KNUMH read the Condition header. You can access the different condition items viz., PB00, RA00 etc., for the values from table KONP. Further if you have Value scales / Quantity scales, you can read the data from KONM, KONW.
    An additional tips: in KONP, if you have a condition like RA00 - Rebate, the value will be multiplied by 10 and saven in database to accomodate the discount to the third decimal.
    I could not completely understand your requirements like nature of development ( Is it a Report / SAP Script ??) you are working etc., so that I could help you precisely.
    Hope this helps,
    Best Regards, Murugesh AS
    Message was edited by:
            Murugesh Arcot

  • How do I delete music from my iPhone when I have downloaded it from the cloud using iTunes Match?

    How do I delete music from my iPhone when I have downloaded it from the cloud using iTunes Match?

    Hey MerrillSharon,
    Thanks for using Apple Support Communities.
    You can delete these songs and redownload them from iCloud.
    iTunes Store: How to delete songs from iCloud
    http://support.apple.com/kb/ht4915
    Have a nice day,
    Mario

  • After updating numbers and pages I can no longer copy multiple cells from numbers and paste and match style to pages.

    After updating numbers and pages I can no longer copy multiple cells from numbers and paste and match style to pages.  I used to be able to select multipule cells in a row (such as company name, address, etc.) then paste and match style on to a pages letter. I found the paste and match style option in the edit menu, however it will only work one cell at a time. Before the update is was working great.

    For diagnosing purpose thy the procedure in a new user account and see if it works there. You create a new user account in the System Preferences > Accounts. If it works in the new account it is probably a corrupt plist file that needs to be deleted.

  • I accidentally deleted a folder of music from iTunes.  I have Match, and now it seems deleted from all my devices.  How can I get it back?

    I accidentally deleted a folder of music from iTunes.  I have Match, and now it seems deleted from all my devices.  How can I get it back?

    Were you in iTunes or the Finder? If you were in iTunes what exactly did you click? You say "a folder" but the only "folders" in iTunes contain Playlists and deleting a playlist will not delete tracks from the iTunes library.
    When you deleted the music were you prompted to delete the tracks from the cloud? If so, did you do so?
    Were you prompted to move the files to the Trash. If so did you do so? If you did have you emptied the Trash?

  • How do I permanently delte purchased songs from my iTunes library without Match?

    How do I permanently delte purchased songs from my iTunes library without Match? iTunes is automatically syncing songs I purchased years ago to my iPhone without me asking it to. I have not and am not going to pay for Match. I want to get of of these songs for good. I do not care about removing them from my history which is impossible, I just want to delete songs so they are not in my library and do not sync to my phone since I never wanted them there.

    Hey Dodge50,
    Great question! You can choose to sync your entire library, or selected playlists and other items. For more information, check out this resource:
    Sync your iPhone, iPad and iPod with iTunes using USB - Apple Support
    http://support.apple.com/en-us/HT1386
    You can also opt to manually manage the content that is on your device. For more information about this option, see the following:
    Manage content manually on your iPhone, iPad, and iPod - Apple Support
    http://support.apple.com/en-us/ht1535
    Thanks,
    Matt M.

  • How to invoke crystal reports from Oracle forms 11g R2 along with passing p

    How to invoke crystal reports from Oracle forms 11g R2 along with passing parameter to it.
    how to pass parameters to crystal report, please help.

    how to pass parameters to crystal report, please help.This would entirely depend on crystal reports and you might find informations on crystal reports related communities more likely...I for one have seen crystal reports the last time about 12 years ago. And even back then I simply acknowledged it's existence instead of working with it.
    Maybe crystal reports can be invoked via a URL call which would make it simple as you'd need simply build an URL and show the report using web.show_document. But that's pure speculation. Also you might not be the first with this requirement, so the solution to your problem might be right under your nose and just a little google search away ;)
    cheers

Maybe you are looking for

  • For Dealar's Invoice MRP indicator is not appearing in J1IEX

    Dear All, We are trying to capture the the Dealar's Invoice through J1IEX, in po Rate is maintained as per Rs 100 and VAT 4% and then GR is made for the same without captuing any excise in MIGO. and then we are tring to capture and post this excise i

  • ThinkVantage Power Manager - idle time for screen brightness fixed at 1minute (very anoying)

    Dear all, Please consider this problem: I have just recieved my new X301 which I am very pleased with. However the ThinkVantage Power Manager has a very annoying bug. When creating a custom power scheme everything works as it should (as far as I can

  • How do I get this stuff on mt iPhone????

    Hi everyone, I have seen videos of people's iPhones with Microsoft Exchanged and heaps of other things. How do I get all of this stuff on mt iPhone of is it one of the updates, Thanks

  • NWBC 4.0 Homepage

    Hi all I have a problem about homepage for role: I created a page with page builder as application configuration. Page works fine: I put it in my Zrole correctly, but I cannot understand how to make it role homepage. In 3.0 version, there were an ext

  • Creating workbook with Multiple queries

    Hi All, I have developed close to 8 queries for a report. Now I have to put them on one page and for that I need to create Workbook and transfer them. I believe,that will get it on one page. I have never done this, does anyone have step by step proce