Can I load several files in parallel through one file infopackage?

Can I load several files in parallel through file datasource?

Hi Alex
I am sorry but am not able to understand your requirements completely.
If you are using BSP then how come infopackage comes in picture?
As through a BSP application you can load the data with the help of fundtion modules. In your case first load the data from file to internal table through function GUI_UPLOAD and then from internal table to ODS through function module RSDRI_ODSO_MODIFY.
Do not forget to assign points if this helps
Regards,
Monika Birdi

Similar Messages

  • I can not load several web sites ???? Everything was running fine yesterday. I've tried using Firefox Safe Mode, IE , cleaned out all of my cache & temp. files with no success. Any more ideas ?

    I can not load several web sites. I used my computer at a friends house yesterday and connected via their wireless system. Back home today and realized the problem. Any ideas?

    Did you check the connection settings?
    See "Firefox connection settings" in [[Server not found]]

  • Can I load xml file from SWC without using @embed

    I'm developing a mobile application in which I need to load xml files from File.applicationDirectory. This works great if the xml files are part of the main application swf. But I would like to move these xml files into a SWC so they could be shared across multiple applications.
    Using FlashBuilder 4.5, when a SWC is built, I can specify files to embed in the library that are not assets (Assets Tab of Flex Library Build Path). For various design reasons, I do NOT want to embed the xml files via @embed.
    When the swc is built and I open it up using a zip utility, I see the xml files in there just fine. So they are being bundled with the SWC. But how can I load these files in my main application that does not involve using @embed? When the main application is built, the swc setting for link type is "merged into code".
    I wouldn't expect the application to automatically pull out the xml files from the swc and place them in the File.applicationDirectory on the mobile device. I've tried loading from there just in case but file.exists is false (as expected).
    I've searched the web (and continue to do so) and all the answers seem to be to use @embed. Is there another way?
    Randy

    It's actually a lot easier than you think.
    Just reference the file like any'ol URL using a path relative to the SWC's src directory.
    So if you include the file "assets/xml/some.xml", just use that same string like you would any remote resource.
    For example:
    var loader:URLLoader = new URLLoader( new URLRequest("assets/xml/some.xml"));
    I believe it would also work like this "/assets/xml/some.xml", but I prefer relative paths so the link doesnt break if moved out of the SWC...

  • Firefox cannot be closed; the following message appears: "Can't load resource file, can not run". How to solve this problem; I am using Windows XP SP3

    Whwn I want to close Firefox 9.x , a pop-up appears with the message: "Can't load resource file ......" . First I have to close this pop-up, then Firefox is closed. Also with other versions of Firefox I had this problem.

    i deleted the rdf and now the first window only (and any tabs in it) are maximised. i found this in the rdf
    <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    screenX="4"
    screenY="4"
    width="1008"
    height="461"
    sizemode="Normal" />
    i tried changing normal to maximised; no effect. either i need also to change the numbers (to match a maximised window) or ff ignores this. i want to be able to open different sites in different windows, and not have to maximise them manually. ff never used to be broken, why break this? what possible security flaw was fixed by screwing up ff to never open maximised unless u hack it or delete certain config files?

  • I can not load RAW files from my nikon d810

    I Have a problem Reading RAW files from my nikon d810

    Thanks,
    Joop
    Op 26 jul. 2014 om 17:40 heeft Rikk Flohr <[email protected]> het volgende geschreven:
    I can not load RAW files from my nikon d810
    created by Rikk Flohr in Photoshop Lightroom - View the full discussion
    https://forums.adobe.com/search.jspa?q=D810
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6585986#6585986
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Can't load Raw files into Lightroom 3 form my Nikon D7100

    Can't load Raw files into Lightroom 3 form my Nikon D7100... Why?

    TGTruman wrote:
    How do I convert the Nef to DNG files...
    Download the Adobe DNG Converter (and install it, and run it...).
    Note: an internet search will reveal a link in short order.
    TGTruman wrote:
    I don't mind going to LR5, just don't want to spend the money and then not have it work...
    So use the trial first. No?
    R

  • Can I load gMax files using Java3D?

    Can I load gMax files using Java3D?
    I need to know this if I am going to use Java for my project.

    What format are the files in? Can you export as .3ds? If you can, there are loaders for these files.
    There are also loaders available for VRML, Obj, etc - see what you can export the file as.

  • Guest can't load shared files...

    ... from a AIR HTML component in a AFCS connected AIR app.
    Ok it's kind of weird, I'm not sure someone already try this
    one :) , i explain :
    We are working on a Air app whose allowing to share a "kind
    of file"...
    To show this kind of file in Air, you have to load it in a
    HTML file, and show it in a HTML component ( Air framework HTML
    component, and actually it's for display PDF file... ).
    Someone sends a file, and other participants receive file's
    url.
    The file's url is build with : sharedFileDescriptor.url +
    sharedFileDescriptor.name...
    When i'm logged as owner, no problem, everything just work,
    and my HTML component load the remote file (from the FileManager
    folder on AFCS folder ) and show it correctly in the HTML component
    ( who use acrobat reader to display this "kind of file" :) ).
    But there is the problem :
    Only users logged as owners can load it correctly. When
    guests are connected to the room and are trying to load the file,
    even if the room.autoPromoteUsers is set to true, the HTML
    component load the "Acrobat Connect HTML error page", whose
    explains that the room is not active...
    Any ideas ?

    Hi ,
    I got a chance to run the App Rick provided and go into the
    depth of it.Here are my findings
    a) The Problem is not dev console. When you change the
    configuration of a file group using dev console it actually change
    the configuration , its just that the UI is not updated which has
    been already fixed and will be updated in next drop.
    b) The reason Rick's example don't work is because of not
    using the token value in navigateToUrl. If you look at the
    FileSubscriber's download function it appends url+filename+token to
    send the URLRequest. The way server verifies is if you are an Owner
    , it will let you go through otherwise you need to have the token
    with you(see in download function of FileSubsriber.as how we create
    the token).
    c) Even if you pass the complete url i.e. url+filename +token
    , still navigateToUrl function has some issues for guests , we are
    investigating that. However, you can get the downloaded file like
    image(or any file uploaded) using any Image class or the loader
    since you have the correct URL. I will copy the rick's updated
    example with the changes you need to make which runs for the image
    case.
    For the next release which will be coming in some weeks, we
    plan to give users a new parameter in FileDescriptor class that has
    the entire Url , so that you don't have to do the concatenation
    work urself. We will also try to get this navigateToUrl issue
    resolved for guests.
    Here are couple of things you can do now, if you are using
    the FileSubscriber and FilePublisher instead of the FileShare Pod
    itself, just call the fileSubscriber.download function. However, if
    you are using FileShare as in rick's example, you will have to do
    concatenation with token and use loader class(or image if its an
    image) to get the file.
    I am attaching the rick's code with this reply that will make
    things more clear. One more info, if you are creating FileShare pod
    in code, the node that gets created is default_FileSharePod which
    is the default sharedID of FileShare. So, its best always to have
    fileShare a sharedID when you create it ( as in my attached code)
    and call subscribe on it as a best practice.
    Please let me know if there are issues.
    Thanks
    Regards
    Hironmay Basu
    Attached is the rick's code for guest with my changes

  • FireFox Can't load PDF file of that site, but other browsers can.

    '''Dear sir/Madam'''
    I'm using Firefox. 13.0.1
    When I open a Pdf file from a particular site(armandaily.ir) can not display the file.
    While at the same time, other browsers do not have a problem.
    If I click the refresh button several times on that page, will be displayed correctly
    When I disable the Acrobat plugin, file to be downloaded. I get notices that the downloaded file size is less than the original file. When I want to open it in Acrobat, also acrobat, can't open it and I get failure message: the file is corrupted.
    I'm using Windows XP with sp3
    So far I have not encountered such a problem in Windows 7
    and Firefox. 13.0.1
    A Sample Link:
    http://armandaily.ir/1391/05/12/Files/PDF/13910512-1968-13-14.pdf
    Unfortunately, many users have this same problem
    Best Wishes
    alireza

    To <b>arzu971</b>
    Can you please start a new thread for your question?
    Then you can provide more information like your operating system and installed extensions and installed plugins and some IDs of recent crash reports.
    *[[/questions/new start a new thread]]
    *[[/kb/Using+the+Troubleshooting+Information+page]]

  • Can't load m4v files into Photoshop

    I created a H264 Blu-ray (m4v) using Adobe Premiere Pro CS4. It was a exported as 1080i file. I tried to load this file into Photoshop CS4 extended. Photoshop says that it "could not complete your request because the movie file could not be opened". Can anyone help as it is important to me to apply some Photoshop to fix overexposure which it does superbly to a Quick Time (720*480) file. I want to do the same for 1080i file.
    Thx
    Sundar

    I initially captured the clip as .MTS in 1080. Using premiere CS4, I exported part of the clip as H264 Blu-Ray (m4v). If I try QT as output format, it is of lower resolution. You are right that Photoshop does not have problem in pulling in QT clips.
    You answered your own question. H.264 BluRay is a multiplexed sub-format of H.264 which is not compatible with QT's implementation of H.264. If you want to use H.264, you must export normal H.264 and the profile level must be set to 3.1, basic in the exporter. Then, after export, you simply rename the file to *.mov. That aside, you can always use alternate Quicktime CoDecs like PNG or PhotoJPEG and directly export to a MOV. Your loss in quality is due to incorrect field settings, so that needs to be set properly. It merely doesn't affect your H.264 output, because there everything is set correctly already in the presets.
    Mylenium

  • Have upgraded to monthly subscription, but can't load Muse files to my own domain

    When I tried to load the Muse files for my website, developed during the trial period, to my own domain, I discovered that wasn't an option.
    I have upgraded from trial sub to month-to-month sub.  The "Trial period ends in (x) days" no longer appears at Muse start.  But when I try to publish, I'm still limited to .businesscatalyst.com
    I haven't found an option yet to publish to a regular, non-"businesscatalyst.com" domain.
    Do I need to uninstall my Muse software and re-download it?  Do my existing .muse files remain intact?
    thanks....

    Hello,
    Using File>Publish option it only allow you to publish the website on Business Catalyst.
    If you are looking to publish/upload your website on a non-Business Catalyst host the you have two options :
    Either use File>Upload to FTP host option and use the FTP credentials for your host and then click on OK to upload it to your host server.
    Or you can use File>Export to HTML option where you can save the output files on your desktop in a folder and then upload them using some third party FTP client like Filezilla etc.
    Hope this helps.
    Regards,
    Sachin

  • I can't load raw files from a Leica d-lux 6. Says it's an unsupported file. Help please!

    I cannot load raw files from a Leica d-lux 6.  Aperture says it's an unsupported file.  How do I get it to be a supported file?  Help, please!

    What is your Aperture version? Here is the list of supported raw formats for Aperture 3, see: Apple - Aperture - Technical Specifications - RAW Support
    Your camera is not on the list. Use the software that came with your camera to convert your raw files to dng or tiff images; then you can import the images into Aperture and work with them, while waiting for Apple to release raw support for your camera. Or shoot raw+jpeg pairs and use the jpeg while you are waiting.
    Is Mac OS X (10.5.1) really your current operating system? Then you may need to upgrade, when Apple finally releases raw support for your camera. The newest raw support required Aperture 3.4. to be installed.
    Regards
    Léonie

  • Can't load any files

    Hi there,
    I just got Logic and Mainstage and installed them on my MacBook. Loading up Logic works fine but when Mainstage loaded it picked up the Halion Orchestral plugin (Cubase 5 is also installed on the MacBook) and as I didn't have the copy protection dongle in at the time it came up with an error message. I cancelled the dongle error and Mainstage loaded up regardless - but I can't do anything. If I go to File > New, absolutely nothing happens and I don't have any files to load up.
    Does anyone have any idea why it would do it and what to do to sort it out? Is a reinstall necessary?
    Thanks very much,
    Rich

    Yes, you should get a window offering a choice of templates to load.
    From what you say, you can't load a template from the menu bar either. I take it that you have tried plugging in the dongle & restarting MainStage.
    If that is the case, it sounds as though a re-install is called for.
    Before doing that, you could try repairing permissions; that often cures irritating problems like this.
    The other thing you could try is to remove the MainStage plist & try running MainStage again. If neither of these options work, then re-install.
    Good luck.

  • I can not load jpg. files or pdf into Id.

    I have already dealt with my schools IT and they were unable to assist. After not being able to load these files into Id cs6, I went to CC and still no luck.

    Update to previous post... when attempting to push file into Adobe Id  I get this response, (Cannot open file "_____" Adobe Id may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application.) I have searched for updates several times, and CC and CS6 both are up to date. I have tried opening numerous files that are both jpg. and psd. none of them even ones that previously were opened in Id, and no luck.

  • Can't load mwp file with new (10.1.4) workbench

    does anyone have an idea about why i am getting this error?
    all mwp files open fine in 10.1.3.
    i can't open any mwp file with this new version and it seems unlikely that they are all corrupt.
    all i have done is change the oracle and jaav home env variables in the set env file.
    the workbench opens fine, can open sessions.xml files but cannot open mwp files.
    thanks a lot in advance for any suggestions or help
    paul
    oracle.toplink.workbench.framework.OpenException: Exception [TOPLINK-43] (Oracle TopLink - 10g release 2 (10.1.3.0.0DP4) (Build 050715)): oracle.toplink.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [relational] of type [class java.lang.String].
    Descriptor: XMLDescriptor(oracle.toplink.workbench.mappingsmodel.query.MWAbstractQuery --> [])
         at oracle.toplink.workbench.mappingsplugin.MappingsPlugin.open(MappingsPlugin.java:297)
         at oracle.toplink.workbench.framework.internal.FrameworkApplication.open(FrameworkApplication.java:653)
         at oracle.toplink.workbench.framework.internal.FrameworkNodeManager.openCallback(FrameworkNodeManager.java:339)
         at oracle.toplink.workbench.framework.internal.RunnableProjectLoader.run2(RunnableProjectLoader.java:75)
         at oracle.toplink.workbench.framework.internal.RunnableProjectLoader.run(RunnableProjectLoader.java:62)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: Exception [TOPLINK-43] (Oracle TopLink - 10g release 2 (10.1.3.0.0DP4) (Build 050715)): oracle.toplink.exceptions.DescriptorException
    Exception Description: Missing class for indicator field value [relational] of type [class java.lang.String].
    Descriptor: XMLDescriptor(oracle.toplink.workbench.mappingsmodel.query.MWAbstractQuery --> [])
         at oracle.toplink.exceptions.DescriptorException.missingClassForIndicatorFieldValue(DescriptorException.java:878)
         at oracle.toplink.internal.ox.QNameInheritancePolicy.classFromRow(QNameInheritancePolicy.java:107)
         at oracle.toplink.mappings.foundation.AbstractCompositeCollectionMapping.valueFromRow(AbstractCompositeCollectionMapping.java:731)
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:996)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)
         at oracle.toplink.ox.mappings.XMLCompositeObjectMapping.buildCompositeObject(XMLCompositeObjectMapping.java:195)
         at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:155)
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:996)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)
         at oracle.toplink.ox.mappings.XMLCompositeObjectMapping.buildCompositeObject(XMLCompositeObjectMapping.java:195)
         at oracle.toplink.mappings.foundation.AbstractCompositeObjectMapping.valueFromRow(AbstractCompositeObjectMapping.java:155)
         at oracle.toplink.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:996)
         at oracle.toplink.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:241)
         at oracle.toplink.internal.ox.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:128)
         at oracle.toplink.ox.XMLUnmarshaller.xmlToObject(XMLUnmarshaller.java:229)
         at oracle.toplink.ox.XMLUnmarshaller.xmlToObject(XMLUnmarshaller.java:211)
         at oracle.toplink.ox.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:286)
         at oracle.toplink.workbench.mappingsio.ProjectReader.readObject(ProjectReader.java:193)
         at oracle.toplink.workbench.mappingsio.ProjectReader$SubComponentReader.readObject(ProjectReader.java:320)
         at oracle.toplink.workbench.mappingsio.ProjectReader$SubComponentReader.read(ProjectReader.java:300)
         at oracle.toplink.workbench.mappingsio.ProjectReader.readProject(ProjectReader.java:162)
         at oracle.toplink.workbench.mappingsio.ProjectReader.read(ProjectReader.java:89)
         at oracle.toplink.workbench.mappingsio.ProjectIOManager.read(ProjectIOManager.java:53)
         at oracle.toplink.workbench.mappingsio.ProjectIOManager.read(ProjectIOManager.java:49)
         at oracle.toplink.workbench.mappingsplugin.MappingsPlugin.open(MappingsPlugin.java:295)
         ... 5 more

    Paul,
    I assume you are referring to 10.1.3 DP4. The previews are not reverse compatible with previous previews. Unfortunately this means that you will need to re-map any project created in 10.1.3 DP3 or earlier.
    We believe we have finalized the file formats for the release and our intention is to have the DP4 projects be completely compatible with the final release.
    Sorry for the inconvenience,
    Doug

Maybe you are looking for

  • New AIrport Extreme - seems to work, but....

    Hey all: Just received an Airport Extreme to replace old D-Link wireless router. Connected everything, and all seems to work as it should. But.... The AE unit's amber light on the front is continuously flashing. The Setup Guide says this indicates on

  • How do I load the songs on my iPod into my ITunes libry on my repurposed PC

    How do I load the songs on my iPod into my ITunes library on my repurposed PC running Winows 7 ?

  • Unable to watch movies I purchased

    HI. I can't play 2 movies that I purchased. When I click to play them I get 2 consecutive messages. The first says 'unable to download at this time' the second says you do not have the permission to access'. CAn someone help me please? thanks

  • Video and internet slow

    My G5 Quad (8 gigs ram, plenty of open hard drive space, Sonnet SATA card, two Geforce 6600) has an odd thing going on. When I open any streaming video source, it starts quickly and then within a minute or two the video freezes up while the audio con

  • Query Rewriting

    hi all, I keep coming back again and again,with the query which i have very little idea as how developer has written it.Am a DBA trying to write few code. DB version is 10.2.0.4. The below sql runs for hours together..How can i rewrite it ? where is