Export workbook and after import

Hi all,
Is possible to execute a workbook export into file (i.e. xml or binary file) with discoverer plus and after execute import command of this file into a new EUL?
I want to execute this operation but I don't know if it's possible.
thank you!!!
Carlo

Carlos,
It is possible to run a workbook in multiple EUL's but not by exporting and importing.
Both EUL's have to have the similar business area and folder. I will explain in this example :
You have 2 EULs : EUL1 and EUL2
- in EUL1 you have a business area called Scott with this folders
---- Dept
---- Emp
- you build a workbook useing the folder Emp
To run this in EUL2
- Scott business area has to be created
---- the folder Emp has to be created
---- the user has to have save security
If the two EULs are on diferent database instances then the scott schema has to exist : either with diferent data
or a database link to the other instance.
If you have imported any custom functions imported in EUL1
then these functions have to be imported in EUL2.
Basicaly you have to mirror EUL2 to EUL1 for a specific workbook(s) or you could mirror the entire EUL. From the
Administrator version you can export an EUL or parts ot the EUL and imported into another.

Similar Messages

  • Export TextFlow and after import TextFlow inlineGraphics not visible

    I load  a previous export TextFlow as follow :
    var xmlOut:XML = TextConverter.export(evt.textFlow,TextConverter.TEXT_LAYOUT_FORMAT,ConversionType.XML_TYP E) as XML
    But in my xmlOut my inlineGraphicElement as source="[object Bitmap]"  it's not a uri.
    When i load this Texflow my pitures not visibles (not loading in bacground).
    Help me please, I'm not understand.

    I would suggest that you attach some identifying information to the InlineGraphicElement as a user style, and use that information when you reload the xml to hook up the DisplayObjects to the InlineGraphicElements.
    So you would use the setStyle function on the InlineGraphicElement to add you identifying information, for instance setStyle("graphicID", "511"). This is just a way to tag the InlineGraphicElement so you can hook it up to the image later. When you export the TextFlow, you should see the "graphicID" as an attribute on the image. Then when you import the TextFlow, loop through all the InlineGraphicElements in it and set their graphic properties appropriately.
    Hope this helps,
    - robin

  • Before Export : M|ller After Import : Muller

    Before I export my DB, I've got names like M|ller, Frangois, Michhle.
    After Import, I've got Muller, Francois, Michele.
    I use the same NLS_LANGUAGE for export and import.

    Are you talking of the exp/imp utilities that come with the database OR about the Oracle Portal Export/Import utilities ? Please clarify, since this forum focusses on Oracle Portal Export/Import Utilities.

  • I created a new Lightroom catalog for iPhone photos. After importing files from iPhoto photos are randomly popping up and deleting other photos! Is this a virus? A bug? A corrupt catalog? How do I fix it? I just installed 5.6 and that didn't resolve it.

    I updated my computer software...I don't know what else to do and I can't find any information about this online.
    Please help! Thanks.

    Geoff  for a few years I used iPhoto for my iPhone files.
    Now that I am not using iPhoto any longer I attempted to move my old iPhoto phone files into my Lightroom iPhone catalog.
    A couple possibilities are that:
    1) There was a problem with the export/import from iPhoto to Lightroom. I've been reading up on how to do it correctly...
    One article said to make a copy of the master catalog in iPhoto, export it and then import it into Lightroom. This is what I did.
    I read another article that said exporting as Original from iPhoto and then importing into LR also worked so I did that with another iPhone catalog from my laptop.
    2) Maybe it's a file name situation? Perhaps the phone rolled over and there are old and new files with the same names.
    The strange thing about that is that older photos are popping up and replacing/deleting newer ones.
    I would think the newer files would replace older ones if that was the case.
    Any thoughts? Suggestions? Thanks.

  • An exception is occurred after importing of substitutions

    Hi.
    I have extended some view objects, create substitutions in jpx-file and after import them to MDS repository (for instance, AVOEx extends AVO, BVOEx extends BVO). It works fine on my local machine. After that I have deployed AVOEx and BVOEx to server which uses same database. An exception is occurred:
    oracle.apps.fnd.framework.OAException: oracle.jbo.PersistenceException: JBO-26000: A Generic exception occurred during loading Customizations.
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2664)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1667)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:504)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:425)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.lang.IndexOutOfBoundsException: Index: 146, Size: 145
         at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492)
         at com.sun.java.util.collections.ArrayList.set(ArrayList.java:322)
         at oracle.jbo.server.ViewDefImpl.resolveDefInternal(ViewDefImpl.java:2478)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:2333)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1909)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:509)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:456)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:313)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:376)
         at oracle.jbo.server.ApplicationModuleImpl.createViewObject(ApplicationModuleImpl.java:3189)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.createViewObject(OAApplicationModuleImpl.java:1008)
    and so on.
    Anybody knows why this exception is occurred?
    Is there any way to solve my problem?
    Thanks in advance
    --keo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Yes, I am working with OIE.
    This method has been copied from decompiled DetailAMImpl and exception is occurred there during view object creating.
    java.lang.IndexOutOfBoundsException: Index: 146, Size: 145
         at com.sun.java.util.collections.ArrayList.RangeCheck(ArrayList.java:492)
         at com.sun.java.util.collections.ArrayList.set(ArrayList.java:322)
         at oracle.jbo.server.ViewDefImpl.resolveDefInternal(ViewDefImpl.java:2478)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:2333)
         at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:1909)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:509)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:456)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:313)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:269)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:649)
         at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:376)
         at oracle.jbo.server.ApplicationModuleImpl.createViewObject(ApplicationModuleImpl.java:3189)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.createViewObject(OAApplicationModuleImpl.java:1008)
         at oracle.apps.ap.oie.server.DetailAMImpl.getOneReceiptBasedVO(DetailAMImpl.java:3925)
         at oracle.apps.ap.oie.server.DetailAMImpl.getDetailLineVO(DetailAMImpl.java:360)
         at oracle.apps.ap.oie.server.DetailAMImpl.initDetailLinesVO(DetailAMImpl.java:654)
         at oracle.apps.ap.xxoie.webui.XxCashAndOtherListCO.processFormRequest(XxCashAndOtherListCO.java:159)
    --keo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I used to export cut clips to tape (version 9.0)  but recently I bought the 13.0 version of PREMIERE and after cutting (etc) - to keep having the exàct same video-quality as what I IMPORTED/CAPTURED via an (analog) source - I export cut material simply to

    I used to export cut clips to tape (version 9.0)  but recently I bought the 13.0 version of PREMIERE and after cutting (etc) - to keep having the exàct same video-quality as what I IMPORTED/CAPTURED via an (analog) source - I export cut material simply to external HDs (so, actually to the computer)... but whatever I am trying  I notice that when I check the export-material with the original clip the first is NOT ONLY SMALLER but ALSO DOES NOT SEEM TO HAVE THE SAME RESOLUTION, DETAILNESS, SHARPNESS (or whatever you may call it) as what I origanally captured !! ... What am I  doing wrong? WHICH SETTINGS DO I HAVE TO MAKE - at least- IN ORDER TO KEEP THE SAME IMAGE-QUALITY (or even to enhance it) IN STORING ON THE COMPUTER ?!     Thanks, RVH

    Don't triple post, and especially not in the wrong form.

  • Workbook won't open after import into test environment - Function Related

    Hi Experts,
    We have a disco report that uses a custom database function. The function has been registered and is valid in the development environment and the report works fine.
    We have exported the business area, report and relevant functions from the development environment and imported them into the test environment (Using diso admin import/export tool) in the following order:
    1. Functions
    2. Business Area
    3. Workbook
    There were no errors during the import with the exception of a failed grant which was my logon and does not exist in the target environment.
    When I attempt to open the workbook in the test environment I receive the following error message: Item dependancy"" not found in the EUL. Attempt to open workbook failed.
    At first I though that this was a folder developer key issue because I did have to change the id of a folder that this report uses however I have re-synced the ID's by ensuring the eul id's were different and I have decompiled the workbook using the d51wkdmp tool and I have confirmed that the workbook is looking at the correct items.
    I noticed that the workbook had three function references so in the development environment I deleted the fields that used the functions and re-imported the workbook, guess what it worked OK meaning that the folder ID's etc... are ok and all in sync.
    I attempted to create a new workbook in the test environment that used the imported function. When I did I got an error message saying that there was too many parameters for the function, exactly the same process works in the development environment and the calculation creates ok. I checked the function definition in discover administrator (test environment) and the function is correct, parameters present and validates OK exactly the same as the dev environment however when I try to use it discoverer plus falls over!!!!
    Any ideas/pointers, at the moment I can't see how this can be anything except a bug in the import utility as the function is OK in Development and doesnt work in Test, we have used the standard export/import tools.
    Thanks
    Keith

    Hi Rod,
    This error is occuring with functions that only have 2 or 3 parameters. My standard install processes do use the refresh option.
    I have been following this up with Oracle Support and they have managed to replicate the bug in there environment. It has something to do with optional parameters, when you change all the parameters to required it works ok however I have other functions that have optional parameters that do work ok so it is clearly not just the presence of optional parameters that is causing the problem.
    This is the first time (and probably the last) that I have tried to do disco migration using the admin import tool I have always used the command line interface to automate installs in the past, as I havn't run into this before I would imagine the bug is not present in the command line tool.
    I will post an update when I hear back from Oracle Development on a fix.
    Keith

  • Why can't I open and retrieve my files from iPhoto and my address book after importing the files from my Power mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    Why can't I open and retrieve my files from iPhoto and my Address Book after importing the files from my Power Mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    For your addressbook, export the files to vCard on the PowerMac, then bring them over to your Mac Pro. For your iPhoto, copy the Users -> yourname -> Pictures folder to your Desktop on the Mac Pro, and open iPhoto on the Mac Pro holding the command and option keys.  Select the library file from that Pictures folder and open it.  It should import all the pictures into iPhoto as part of the rebuild process.  Other PowerPC to Intel migration issues are covered here: https://discussions.apple.com/docs/DOC-2295

  • [EWS][FastTransfer][MS-OXCFXICS] Question about paging in the Fast Transfer Stream after exporting message and the meaning of the config in the previous section of the stream.

    Hi, all.
    First, I want to construct a fast transfer stream by programming not using the export item's stream and to import the stream to the folder by posting import request in EWS.
    So, I export the item by EWS and investigate the exporting stream's struct by reading the [MS-OXCFXICS].pdf. And I can parse each MAPI property, marker, meta-property from the stream.
    I find that the stream is made of many pages, most page's length is 0x7BC0, some are less then 0x7BC0. And in the previous section of the stream, there are some configurations. So the questions are:
    1. What is the paging rule? or What is the principle of the paging? Whether a complete propvalue/marker(ref from [MS-OXCFXICS].pdf) must be contained in a page except some binary type?
    2. Why the page's binary length is 0x7BC0? Or where is the configuation about paging length?
    3. The stream is made of the FXOpcodes and the subbuffer about the FXOpcodes, and I find the mean of the FXOpcodes:
    internal enum FxOpcodes
    None = 0,
    Config = 1,
    TransferBuffer = 2,
    IsInterfaceOk = 3,
    TellPartnerVersion = 4,
    StartMdbEventsImport = 11,
    FinishMdbEventsImport = 12,
    AddMdbEvents = 13,
    SetWatermarks = 14,
    SetReceiveFolder = 15,
    SetPerUser = 0x10,
    SetProps = 0x11
    and in the stream there are 4 part(after I parse the stream):
    A. OpCode:Config, value:0000000001000000
    B. OpCode:IsInterfaceOk, value:010000000703020000000000C00000000000004600240080
    C. OpCode:TellPartnerVersion, value:000F91838417
    D and follows is: OpCode:TransferBuffer, Count:31680
    So 
    a. What is the OpCode:Config value meaning?
    b. Some parts of The OpCode:IsInterfaceOk' value is the IID_IMessage("00020307-0000-0000-C000-000000000046"), What is other parts meaning?
    Thanks in advance for any ideas.

    Hi Haiyang,
    Your questions are not covered by the Open Specification documentation and this is documented in [MS-OXWSBTRF] — v20141018 section “1.3 Overview”.
    The upload and export data stream is an opaque format that only needs to be understood by a server implementation. The client only serves as a repository for the opaque data stream so that it can be uploaded to the server at
    a later time.
    You made good progress in interpreting the buffer using other documents. Why do you need to be able to parse the data? Please describe your project in details and I might submit a suggestion to document the layout of the data stream,
    if your project justifies it. You can send the description directly to me.
    Thanks, Vilmos

  • [EWS][FastTransfer] Question about paging in the Fast Transfer Stream after exporting message and the meaning of the config in the previous section of the stream.

    Hi, all.
    First, I want to construct a fast transfer stream by programming not using the export item's stream and to import the stream to the folder by posting import request in EWS.
    So, I export the item by EWS and investigate the exporting stream's struct by reading the [MS-OXCFXICS].pdf. And I can parse each MAPI property, marker, meta-property from the stream.
    I find that the stream is made of many pages, most page's length is 0x7BC0, some are less then 0x7BC0. And in the previous section of the stream, there are some configurations. So the questions are:
    1. What is the paging rule? or What is the principle of the paging? Whether a complete propvalue/marker(ref from [MS-OXCFXICS].pdf) must be contained in a page except some binary type?
    2. Why the page's binary length is 0x7BC0? Or where is the configuation about paging length?
    3. The stream is made of the FXOpcodes and the subbuffer about the FXOpcodes, and I find the mean of the FXOpcodes:
    internal enum FxOpcodes
    None = 0,
    Config = 1,
    TransferBuffer = 2,
    IsInterfaceOk = 3,
    TellPartnerVersion = 4,
    StartMdbEventsImport = 11,
    FinishMdbEventsImport = 12,
    AddMdbEvents = 13,
    SetWatermarks = 14,
    SetReceiveFolder = 15,
    SetPerUser = 0x10,
    SetProps = 0x11
    and in the stream there are 4 part(after I parse the stream):
    A. OpCode:Config, value:0000000001000000
    B. OpCode:IsInterfaceOk, value:010000000703020000000000C00000000000004600240080
    C. OpCode:TellPartnerVersion, value:000F91838417
    D and follows is: OpCode:TransferBuffer, Count:31680
    So 
    a. What is the OpCode:Config value meaning?
    b. Some parts of The OpCode:IsInterfaceOk' value is the IID_IMessage("00020307-0000-0000-C000-000000000046"), What is other parts meaning?
    Thanks in advance for any ideas.

    OK. Thank you.
    Today I build a stream with a paging rule as below:
    1. Keep each page's byte length is 31680.
    2. Make sure a complete property value in a page except binary type property whose value length is larger
    than 31680.
    And it can work very well when import the stream to the folder by EWS.

  • Arabic support in isqlplus after import export from 7.3.4 to 10.2.0.3

    CANNOT DISPLAY ARABIC IN ISQL*PLUS(JUNK). APPLICATION WORKS FINE WITH ARABIC
    with Taret DB char set to US7ASCII the data is always junk old data +new inserted arabic data inserted thro isqlplus or sqlplus.
    with AR8MSWIN1256 the old data(imported in to new db from old 7.3.4 db export dump) is displayed as junk (what ever in the db) and after creating a new table data inserted, the arabic display is fine.
    How to overcome the problem of displaying old data? we have lots of data for migration.
    Thanks

    Small correction
    In DB with Char set to AR8MSWIN1256.......
    Old data exported from 7.3.4 and imported in new 10.2.0.3 db is showing arabic char as junk
    But new table created and data inserted as arabic is displaying properly.
    What has to be done such that old imported data displays arabic.
    We are using isqlplus and sqlplus to query the data
    Thanks

  • Can any body please give me an idea and the Import and Export process?

    Can any body please give me an idea and the Import and Export process? Excise Duty and other duties and so on.
    I will be highly obliged for the help.
    Regards,
    Subhasish

    for importing material,every importer has to file bill of entry in customs.
    first vendor send some documents like certificate of origine , bill of lading, packing list etc to importer.
    on the basis of those documents,importer makes supporting documents like duty calculation sheet, GATE declaration form,CHA declaration form,insurance certificate.
    CHA (custom house agent ) file the bill of entry on behalf of impoter in customs.
    custom verify it.
    after duty payment, CHA can clears the consignment from custom.
    there are two typs of BOE.
    1 Home consumption BOE
    2 Warehousing BOE
    in 1st type of BOE , payment of duty is done at the time of custom clearance
    and in 2nd type of BOE, importer can put material in warehouse without payment of duty. at time of using those material from warehouse,importer has to file out bond warehouse BOE and pay the all duties.

  • Colours trouble with a psd file after import/export through Lightroom 4

    I'm working with CS5, and I just bought LR4. I took a psd file (in Adobe 98 space) and I imported it in LR 4, and the exported as psd file in Adobe 98 colour space. Both files, the original one and the other after import/export, are quite different. The saturation of the res is not the same... When I repeat this experinece with a psd file in sRGB or in Prophoto, I have no difference betwwen both files.
    I then conclude that LR doesn't recognize the adobe 98 pprofile of my psd file.
    Is that normal, have you tried this experience, is there a bug in LR or a bug in the way, I proceed?
    Best regards

    When you import there is an Advanced button in one of the dialogs. Click that and you will be able to Paginate against chosen styles. That will break your document into topics.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Speed up Client EXPORT and Client import

    Hi,
    how to speed up the client export/import process (from scc8/scc7)?
    There is no profile,if we want User master records and the client specific data. then can we over write the client 2times first with user master data and then followed by client specific import.
    Main requirement is to Export Production client Specific data and users with authorization as CLIENT EXPORT (finally we can import the requests generated by client export) after importing to DEV server once can use as Quality client.
    please give your valuable suggestions in having client export and import to make Quality client in DEV server.
    DEV and PRD patch levels are different (remote client copy will fail in RFC system comparison)
    request you to give your valuable inputs.
    thanking you in anticipation,
    best regards,
    Raghav

    Hi Chowdary,
    This is not a big issue.
    You please find the TR list which are not moved PRD.
    Goto PRD->STMS_IMPORT find the TR list (which are in white color symbol) not moved to PRD.
    Then ask the respective consultant about TRs. Then re-import the TR in QAS. The old configuration will be occured in QAS. The TR which is moved to QAS, Now also it will be in green color only.But just re-import it and get the confirmation form respective consultant.But the user details will not available.
    hope this is useful.
    Regards,
    Patan Thavaheer.

  • Converting RAW masters to jpgs without exporting, deleting and importing...

    Is there a way to convert my RAW files that I already imported into Aperture libraries, now into JPGS without exporting versions, then deleting the RAW-master originals and then importing the jpgs again? I would like to save some disk space, after having chosen some RAW files to keep and now wanting to downconvert the rest to jpgs. Thanks for the answers!!

    No, there is not, for the reason Ernie stated.  Although I find the "library" metaphor ill-selected, it may help illustrate the point.  You RAW files should be thought of as First Edition Hard-cover books.  JPGs derived from the RAW originals are later editions.  Some of them may closely simulate the first edition; some may be cheap paperbacks designed to be read once and discarded -- none of them is a First Edition.
    What you want to do is somewhat tantamount to carting all the precious First Editions out and leaving them by them curb, and replacing them with smaller, lighter paperbacks.
    You can do this, but Aperture makes sure you actually have to do the lifting and the carting.
    If all you want is a Bookmobile, Aperture is not a good vehicle.
    Fwiw, the User Manual recommends creating additional Libraries when you Library becomes too large.  (I was 100% certain the User Manual recommended converting some Image's Masters from Managed to Referenced when your Library file became too large, but today I can no longer find the reference.)  IME, you are much better served having one Library with your Image's Masters Referenced than having multiple Libraries.
    Message was edited by: Kirby Krieger

Maybe you are looking for

  • Connecting Soundblaster Live External to Powered Studio Monit

    I want to see what my?some currently unused?studio monitors sound like with my Itunes/Laptop/Soundblaster setup. How do I get a signal from the Soundblaster to the studio monitor inputs?The outputs of the Soundblaster areigital ?SPDF RCA out ?Optical

  • Purchase order customer data enhancements

    my requriment is custom tab add in purchase order in item level i using  Badi. i find the badi but in ME_GUI_PO_CUST Implemented but tab is not display, why? in this badi i m implemented all methods also. then other badi is there ME_PROCESS_PO_CUST 

  • Where are iwcadmin parameters stored

    Good Morning, We did an upgrade to Sun Convergence 1.0-17.01(1.0.3.17.0) (built May 9 2011 - 23:12:35). After the upgrade was completed, it appears that a number of our iwcadmin parameters were changed back to default or completely removed. I didn't

  • Is there a newsgroup reader that works w/ Yosemite?

    I have a new iMac 27 running Yosemite V 10.10.1 and need a newsgroup reader that works w/ this new iMac.  On old Mac Power PC I was using MT Newswatcher but the latest version doesn't work w/ Yosemite.  Any help greatly appreciated.

  • Moving pics to Mac with OS 10.5.8

    I have pictures on an iPhone 5 that I want to move to my computer.  It won't let me email pics. How do I put pics on my computer?