Open multiple images as one layered file

Hi!
I'm doing a gif animation in PS and have five pictures that I need to have as layers on the top of each other. At the moment I'm opening them and copy-pasting them on one of the images to make layers, but this is slow and sometimes confusing with all the images open at the same time.
Is there any way to just tell Photoshop to open all the files so that they are automatically stacked on the top of each other as layers? Please tell me this is possible!
Any help would be highly appreciated! Thanks!

Yes this a CS3 feature, although I remember it being avaiable as a separate download somewhere - it works w/CS2 (and 7 I think).<br />I'll copy it below, save it in Notepad, name it "Load Files into Stack.jsx" (no quotes) and put it in C:\Program Files\Adobe\Adobe Photoshop CS2\Presets\Scripts\<br /><br />// (c) Copyright 2006.  Adobe Systems, Incorporated.  All rights reserved.<br /><br />/*<br />@@@BUILDINFO@@@ Load Files into Stack.jsx 1.0.0.0<br />*/<br /><br />//<br />// Load Files into Stack.jsx - does just that.<br />//<br /><br />/*<br /><br />// BEGIN__HARVEST_EXCEPTION_ZSTRING<br /><br /><javascriptresource><br /><name>$$$/JavaScripts/LoadFilesintoStack/Menu=Load Files into Stack...</name><br /><about>$$$/JavaScripts/LoadFilesintoStack/About=Load Files into Stack ^r^rCopyright 2006-2007 Adobe Systems Incorporated. All rights reserved.^r^rLoads multiple files into a stack object.</about><br /></javascriptresource><br /><br />// END__HARVEST_EXCEPTION_ZSTRING<br /><br />*/<br /><br />// debug level: 0-2 (0:disable, 1:break on error, 2:break at beginning)<br />//$.level = (Window.version.search("d") != -1) ? 1 : 0;     // This chokes bridge<br />$.level = 0;<br /><br />// debugger; // launch debugger on next line<br /><br />// on localized builds we pull the $$$/Strings from a .dat file<br />$.localize = true;<br /><br />// Put header files in a "Stack Scripts Only" folder.  The "...Only" tells<br />// PS not to place it in the menu.  For that reason, we do -not- localize that<br />// portion of the folder name.<br />var g_StackScriptFolderPath = app.path + "/"+ localize("$$$/ScriptingSupport/InstalledScripts=Presets/Scripts") + "/"<br />                                                  + localize("$$$/Private/LoadStack/StackScriptOnly=Stack Scripts Only/");<br /><br />$.evalFile(g_StackScriptFolderPath + "LatteUI.jsx");<br /><br />$.evalFile(g_StackScriptFolderPath + "StackSupport.jsx");<br /><br />$.evalFile(g_StackScriptFolderPath + "CreateImageStack.jsx");<br /><br />/************************************************************/<br />// loadLayers routines<br /><br />loadLayers = new ImageStackCreator( localize("$$$/AdobePlugin/Shared/LoadStack/Process/Name=Load Layers"),<br />                                                    localize('$$$/AdobePlugin/Shared/LoadStack/Auto/untitled=Untitled' ) );<br /><br />// LoadLayers is less restrictive than MergeToHDR<br />loadLayers.mustBeSameSize               = false;     // Images' height & width don't need to match<br />loadLayers.mustBeUnmodifiedRaw          = false;     // Exposure adjustements in Camera raw are allowed<br />loadLayers.mustNotBe32Bit               = false;     // 32 bit images<br />loadLayers.createSmartObject          = false;     // If true, option to create smart object is checked.<br /><br />// Add hooks to read the value of the "Create Smart Object" checkbox<br />loadLayers.customDialogSetup = function( w )<br />{<br />     w.findControl('_createSO').value = loadLayers.createSmartObject;<br />     if (! app.featureEnabled( localize( "$$$/private/ExtendedImageStackCreation=ImageStack Creation" ) ))<br />          w.findControl('_createSO').hide();<br />}<br /><br />loadLayers.customDialogFunction = function( w )<br />{<br />     loadLayers.createSmartObject = w.findControl('_createSO').value;<br />}<br /><br />// Override the default to use "Auto" alignment.<br />loadLayers.alignStack = function( stackDoc )<br />{<br />     selectAllLayers(stackDoc, 2);<br />     alignLayersByContent( "Auto" );<br />}<br /><br />loadLayers.stackLayers = function()<br />{<br />     var result, i, stackDoc = null;<br />     <br />     stackDoc = this.loadStackLayers();<br />     if (! stackDoc)<br />          return;<br />     <br />     // Nuke the "destination" layer that got created (M2HDR holdover)<br />     stackDoc.layers[this.pluginName].remove();<br />     <br />     // Stack 'em up.<br />     if (this.createSmartObject)<br />     {<br />          selectAllLayers( stackDoc );<br />          executeAction( knewPlacedLayerStr, new ActionDescriptor(), DialogModes.NO );<br />     }<br />}<br /><br />// "Main" execution of Merge to HDR<br />loadLayers.doInteractiveLoad = function ()<br />{<br />     this.getFilesFromBridgeOrDialog( localize("$$$/Private/LoadStack/LoadLayersexv=LoadLayers.exv") );<br /><br />     if (this.stackElements)<br />          this.stackLayers();<br />}<br /><br />loadLayers.intoStack = function(filelist, alignFlag)<br />{<br />     if (typeof(alignFlag) == 'boolean')<br />          loadLayers.useAlignment = alignFlag;<br />          <br />     if (filelist.length < 2)<br />     {<br />          alert(localize("$$$/AdobeScripts/Shared/LoadLayers/AtLeast2=At least two files must be selected to create a stack."), this.pluginName, true );<br />          return;<br />     }<br />     var j;<br />     this.stackElements = new Array();<br />     for (j in filelist)<br />     {<br />          var f = filelist[j];<br />          this.stackElements.push( new StackElement( (typeof(f) == 'string') ? File(f) : f ) );<br />     }<br />          <br />     if (this.stackElements.length > 1)<br />          this.mergeStackElements();<br />}<br /><br />if (typeof(loadLayersFromScript) == 'undefined')<br />     loadLayers.doInteractiveLoad();

Similar Messages

  • How To Place/Open Multiple Images Into Separate Layers For ONE Document?

    I've been searching for the answer for a long time so I figured that someone here has to know.  I have PS Elements 9. 
    So I would like to make GIFs and I know how to do so, the problem is placing in those tens of files in layers (it's tedious).  Is there a way to select multiple image files to place into a single document?  And for them to be place into its own layer?  I've tried dragging and selecting from the Open/Place menus (won't allow), SHIFT + Direction Key from the Open/Place menus (won't allow), tried opening them to drag on the Organizer and to drag from the Project Bin (again won't allow), and I've read tutorials where they say to use scripts and actions but I'm not sure what to download them in order for them to work and the links are broken anyway.
    An example of what I'd like to do:
    Open and place in 15+ screenshots into layers but in just one document.
    Each screenshot would be one layer in said document.
    ...rest of GIF process...
    I feel like there's an easier way to get this without placing in each one at a time.  I remember being able to do this on a old PS (though not Elements).  Thanks for any help.

    The quickest method is probably opening all images together from Full Edit:
    File >> Open
    Then navigate to the folder and use shift+click to select a block of files.
    The images will appear in the photo bin. Drag and drop each one into the main editing window and a separate layer will be created for each.

  • Suddenly can't open multiple image files in CS5

    I recently transferred LR 5.3 and CS5 (12.04x64X) onto a new PC (OS Windows 7 64-bit). Both programs are working fine individually. And single images in LR open just fine for editing in CS5. But when I try to open multiple images (to merge as a panoramic) or open multiple images as separate layers, nothing happens.  CS5 opens on top of LR, but the files themselves never open. No problems doing this a few days ago with my older computer (same programs, same operating system).
    Any suggestions for fixing this would be much appreciated.

    When you say nothing is showing up, do you mean it is as if you didn’t use File / Open, or is it more that there is something but it is gray or white or black without any image detail?  If the latter, perhaps something like a video driver update or system-level change has made things incompatible with how PSE11 tries to display images.
    Have you rebooted?
    Have you reset your preferences?  You can do this by holding down Ctrl-Shift-Alt at the same time while PSE11 is starting up (or at least while the editor is starting up) and you’ll get a message about deleting the preferences file or not before you see the splash screen.   Various other key combinations will ask for an additional plug-ins folder or a different scratch disk location.  If you are going to delete your preferences file you might want to review the settings, first, in case there is something important you need to reconfigure once the preferences have been reset.

  • How do I add multiple images into one file?

    I'm sure this is something that's been covered in another post (or even in the help portal) but I think my wording in my search terms are not correct or... I don't know, because I just can't find what I'm looking for.
    I want to know how to add multiple images into one file/one image, both horizontally and/or vertically. To give you an idea of what I mean, check out :
    http://www.best10apps.com/apps/comic-story,531596060.html
    If you scroll down, you'll see a heading entitled : Screenshots of Comic Story. Notice how there's 3 pictures (divided by borders). 2 of those pictures are side by side, and 1 of them is below the first 2 pictures.
    I want to know how to add different pictures/images and put them into one picture.

    One way is to create template PSD files and populate them with your images using Photoshops scripts.
    Photo Collage Toolkit UPDATED June 12, added Picture Package Support via PasteImageRoll and BatchPicturePackage scripts.
    The package includes four simple rules to follow when making Photo Collage Template PSD files so they will be compatible with my Photoshop scripts.
    There are eleven scripts in this package they provide the following functions:
    TestCollageTemplate.jsx - Used to test a Photo Collage Template while you are making it with Photoshop.
    CollageTemplateBuilder.jsx - Can build Templates compatible with this toolkit's scripts.
    LayerToAlphaChan.jsx - Used to convert a Prototype Image Layer stack into a template document.
    InteractivePopulateCollage.jsx - Used to interactively populate Any Photo Collage template. Offers most user control inserting pictures and text.
    ReplaceCollageImage.jsx - use to replace a populated collage image Smart Object layer with an other image correctly resized and positioned.
    ChangeTextSize.jsx - This script can be used to change Image stamps text size when the size used by the populating did not work well.
    PopulateCollageTemplate.jsx - Used to Automatically populate a Photo Collage template and leave the populated copy open in Photoshop.
    BatchOneImageCollage.jsx - Used to Automatically Batch Populate Collage templates that only have one image inserted. The Collage or Image may be stamped with text.
    BatchMultiImageCollage.jsx - Used to Automatically Batch Populate Any Photo Collage template with images in a source image folder. Easier to use than the interactive script. Saved collages can be tweaked.
    BatchPicturePackage.jsx - Used to Automatically Batch Populate Any Photo Collage template with an image in a source image folder
    PasteImageRoll.jsx - Paste Images into a document to be print on roll paper.
    Documentation and Examples

  • Is it possible to open multiple images in Photoshop as smart layers?

    Hi All,
    After searching, I think I know the answer to this but thought I'd check, we have background plates with main images and love the open multiple images as layers option - but can you open multiple images as multiple smart object layers?
    Cheers

    This might work.
    Edit: But it is a lot less sophisticated than the Load Files into StackScript.
    // select folder and place contents as smart objects;
    // 2013, use it at your own risk;
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    // select files;
    if ($.os.search(/windows/i) != -1) {var theFiles = File.openDialog ("please select files", '*.jpg;*.tif;*.pdf;*.psd;*.bmp', true)}
    else {var theFiles = File.openDialog ("please select files", getFiles, true)};
    if (theFiles.length > 0) {
    for (var m = 0; m < theFiles.length; m++) {
              var theLayer = placeScaleFile(theFiles[m], 0, 0, 100);
    ////// get psds, tifs and jpgs from files //////
    function getFiles (theFile) {
        if (theFile.name.match(/\.(eps|ai|jpg|tif|psd|pdf|)$/i)) {
            return true
    ////// place //////
    function placeScaleFile (file, xOffset, yOffset, theScale) {
    // =======================================================
    var idPlc = charIDToTypeID( "Plc " );
        var desc5 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
        desc5.putPath( idnull, new File( file ) );
        var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );
        desc5.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );
            var desc6 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc6.putUnitDouble( idHrzn, idPxl, xOffset );
            var idVrtc = charIDToTypeID( "Vrtc" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc6.putUnitDouble( idVrtc, idPxl, yOffset );
        var idOfst = charIDToTypeID( "Ofst" );
        desc5.putObject( idOfst, idOfst, desc6 );
        var idWdth = charIDToTypeID( "Wdth" );
        var idPrc = charIDToTypeID( "#Prc" );
        desc5.putUnitDouble( idWdth, idPrc, theScale );
        var idHght = charIDToTypeID( "Hght" );
        var idPrc = charIDToTypeID( "#Prc" );
        desc5.putUnitDouble( idHght, idPrc, theScale );
        var idLnkd = charIDToTypeID( "Lnkd" );
        desc5.putBoolean( idLnkd, true );
    executeAction( idPlc, desc5, DialogModes.NO );
    return myDocument.activeLayer;

  • Multiple images of the same file on one page

    How do I create multiple images of the same file on one page? For example, I've got an image that I could fit 6 of on one page, and would like to print it that way instead of printing it on 6 individual pieces of paper.

    Are you attempting to do this in Adobe Workspaces? Or are you looking for software that will do it?
    If the former, you could insert the image into a Buzzword document six times. Not exactly elegant, but it might do the trick.

  • Photoshop CC crashes when opening multiple images

    Has anyone else got this problem of PS CC crashing when trying to open multiple images? If you open one file at a time, there are no issues, but 2 or more and it crashes as shown below. I've tried it with JPG's, TIFF's and PSD's and still get the same problem.
    I've also tried starting it while pressing alt/ctrl/shift, but still get the same problem.
    PS CC is version 14.0, 32 bit, running on Windows 7 which is up to date. I do only have 4GB RAM, of which PS takes 60% of it according to the system info panel. Could this be one of the causes, or is it a bug in the software? I never had this problem before in CS6 or previous.
    Thanks in advance.

    Found it eventually!
    Version=1
    EventType=APPCRASH
    EventTime=130184574994126512
    ReportType=2
    Consent=1
    UploadTime=130184574994846553
    ReportIdentifier=a1617567-ee21-11e2-b093-bcaec523c7aa
    IntegratorReportIdentifier=a1617566-ee21-11e2-b093-bcaec523c7aa
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=Photoshop.exe
    Sig[1].Name=Application Version
    Sig[1].Value=14.0.0.0
    Sig[2].Name=Application Timestamp
    Sig[2].Value=51763d4f
    Sig[3].Name=Fault Module Name
    Sig[3].Value=ig4icd32.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=8.15.10.2202
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4c756a62
    Sig[6].Name=Exception Code
    Sig[6].Value=c0000005
    Sig[7].Name=Exception Offset
    Sig[7].Value=0085e7d7
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=2057
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=0a9e
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=0a9e372d3b4ad19135b953a78882e789
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=0a9e
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=0a9e372d3b4ad19135b953a78882e789
    UI[2]=C:\Program Files\Adobe\Adobe Photoshop CC\Photoshop.exe
    UI[3]=Adobe Photoshop CC has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\Adobe\Adobe Photoshop CC\Photoshop.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\ProgramData\Norton\{0C55C096-0F1D-4F28-AAA2-85EF591126E7}\NIS_20.3.1.22 \Definitions\BASHDefs\20130702.001\UMEngx86.dll
    LoadedModule[5]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601. 18120_none_72d2e82386681b36\gdiplus.dll
    LoadedModule[6]=C:\Windows\system32\msvcrt.dll
    LoadedModule[7]=C:\Windows\system32\USER32.dll
    LoadedModule[8]=C:\Windows\system32\GDI32.dll
    LoadedModule[9]=C:\Windows\system32\LPK.dll
    LoadedModule[10]=C:\Windows\system32\USP10.dll
    LoadedModule[11]=C:\Windows\system32\ole32.dll
    LoadedModule[12]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[13]=C:\Windows\system32\mscms.dll
    LoadedModule[14]=C:\Windows\system32\USERENV.dll
    LoadedModule[15]=C:\Windows\system32\profapi.dll
    LoadedModule[16]=C:\Program Files\Adobe\Adobe Photoshop CC\MSVCP100.dll
    LoadedModule[17]=C:\Program Files\Adobe\Adobe Photoshop CC\MSVCR100.dll
    LoadedModule[18]=C:\Windows\system32\OPENGL32.dll
    LoadedModule[19]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[20]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[21]=C:\Windows\system32\GLU32.dll
    LoadedModule[22]=C:\Windows\system32\DDRAW.dll
    LoadedModule[23]=C:\Windows\system32\DCIMAN32.dll
    LoadedModule[24]=C:\Windows\system32\SETUPAPI.dll
    LoadedModule[25]=C:\Windows\system32\CFGMGR32.dll
    LoadedModule[26]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[27]=C:\Windows\system32\DEVOBJ.dll
    LoadedModule[28]=C:\Windows\system32\dwmapi.dll
    LoadedModule[29]=C:\Windows\system32\WS2_32.dll
    LoadedModule[30]=C:\Windows\system32\NSI.dll
    LoadedModule[31]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[32]=C:\Windows\system32\webio.dll
    LoadedModule[33]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[34]=C:\Program Files\Adobe\Adobe Photoshop CC\cg.dll
    LoadedModule[35]=C:\Program Files\Adobe\Adobe Photoshop CC\cgGL.dll
    LoadedModule[36]=C:\Program Files\Adobe\Adobe Photoshop CC\ExtendScript.dll
    LoadedModule[37]=C:\Program Files\Adobe\Adobe Photoshop CC\ScCore.dll
    LoadedModule[38]=C:\Windows\system32\SHELL32.dll
    LoadedModule[39]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[40]=C:\Program Files\Adobe\Adobe Photoshop CC\PatchMatch.dll
    LoadedModule[41]=C:\Program Files\Adobe\Adobe Photoshop CC\tbb.dll
    LoadedModule[42]=C:\Program Files\Adobe\Adobe Photoshop CC\adobe_caps.dll
    LoadedModule[43]=C:\Program Files\Adobe\Adobe Photoshop CC\adbeape.dll
    LoadedModule[44]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_ none_50934f2ebcb7eb57\MSVCR90.dll
    LoadedModule[45]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_ none_50934f2ebcb7eb57\MSVCP90.dll
    LoadedModule[46]=C:\Program Files\Adobe\Adobe Photoshop CC\AdobeOwl.dll
    LoadedModule[47]=C:\Program Files\Adobe\Adobe Photoshop CC\ahclient.dll
    LoadedModule[48]=C:\Windows\system32\WININET.dll
    LoadedModule[49]=C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
    LoadedModule[50]=C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
    LoadedModule[51]=C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
    LoadedModule[52]=C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
    LoadedModule[53]=C:\Windows\system32\version.DLL
    LoadedModule[54]=C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
    LoadedModule[55]=C:\Windows\system32\normaliz.DLL
    LoadedModule[56]=C:\Windows\system32\iertutil.dll
    LoadedModule[57]=C:\Program Files\Adobe\Adobe Photoshop CC\AXEDOMCore.dll
    LoadedModule[58]=C:\Program Files\Adobe\Adobe Photoshop CC\MPS.dll
    LoadedModule[59]=C:\Program Files\Adobe\Adobe Photoshop CC\PlugPlugOwl.dll
    LoadedModule[60]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[61]=C:\Windows\system32\MSASN1.dll
    LoadedModule[62]=C:\Windows\system32\IMM32.DLL
    LoadedModule[63]=C:\Windows\system32\MSCTF.dll
    LoadedModule[64]=C:\Program Files\Adobe\Adobe Photoshop CC\tbbmalloc.dll
    LoadedModule[65]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_ 6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
    LoadedModule[66]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[67]=C:\Windows\system32\uxtheme.dll
    LoadedModule[68]=C:\Windows\system32\dnssd.dll
    LoadedModule[69]=C:\Program Files\Adobe\Adobe Photoshop CC\AdobeLinguistic.dll
    LoadedModule[70]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[71]=C:\Windows\system32\STI.DLL
    LoadedModule[72]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[73]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[74]=C:\Windows\system32\rsaenh.dll
    LoadedModule[75]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[76]=C:\Windows\system32\wiatrace.dll
    LoadedModule[77]=C:\Program Files\Adobe\Adobe Photoshop CC\Photoshop.dll
    LoadedModule[78]=C:\Program Files\Adobe\Adobe Photoshop CC\PSViews.dll
    LoadedModule[79]=C:\Program Files\Adobe\Adobe Photoshop CC\PSArt.dll
    LoadedModule[80]=C:\Windows\system32\c_g18030.dll
    LoadedModule[81]=C:\Program Files\Adobe\Adobe Photoshop CC\amtlib.dll
    LoadedModule[82]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[83]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[84]=C:\Windows\system32\ntmarta.dll
    LoadedModule[85]=C:\Windows\system32\WLDAP32.dll
    LoadedModule[86]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[87]=C:\Windows\system32\apphelp.dll
    LoadedModule[88]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Plug-Ins\Extensions\FastCore.8bx
    LoadedModule[89]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Plug-Ins\Extensions\MMXCore.8bx
    LoadedModule[90]=C:\Program Files\Adobe\Adobe Photoshop CC\libmmd.dll
    LoadedModule[91]=C:\Program Files\Adobe\Adobe Photoshop CC\svml_dispmd.dll
    LoadedModule[92]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Plug-Ins\Extensions\MultiProcessor Support.8bx
    LoadedModule[93]=C:\Program Files\Adobe\Adobe Photoshop CC\PLUGIN.dll
    LoadedModule[94]=C:\Program Files\Adobe\Adobe Photoshop CC\AdobeXMP.dll
    LoadedModule[95]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Plug-Ins\File Formats\Dicom.8bi
    LoadedModule[96]=C:\Windows\system32\WSOCK32.dll
    LoadedModule[97]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[98]=C:\Windows\system32\netutils.dll
    LoadedModule[99]=C:\Windows\system32\srvcli.dll
    LoadedModule[100]=C:\Windows\system32\wkscli.dll
    LoadedModule[101]=C:\Program Files\Common Files\Adobe\Plug-Ins\CC\File Formats\Camera Raw.8bi
    LoadedModule[102]=C:\Program Files\Adobe\Adobe Photoshop CC\BIB.dll
    LoadedModule[103]=C:\Program Files\Adobe\Adobe Photoshop CC\BIBUtils.dll
    LoadedModule[104]=C:\Program Files\Adobe\Adobe Photoshop CC\ACE.dll
    LoadedModule[105]=C:\Program Files\Adobe\Adobe Photoshop CC\AGM.dll
    LoadedModule[106]=C:\Program Files\Adobe\Adobe Photoshop CC\CoolType.dll
    LoadedModule[107]=C:\Windows\system32\DWrite.dll
    LoadedModule[108]=C:\Program Files\Adobe\Adobe Photoshop CC\AXE8SharedExpat.dll
    LoadedModule[109]=C:\Windows\System32\msxml6.dll
    LoadedModule[110]=C:\Program Files\Adobe\Adobe Photoshop CC\AdobePIP.dll
    LoadedModule[111]=C:\Program Files\Adobe\Adobe Photoshop CC\LogSession.dll
    LoadedModule[112]=C:\Program Files\Adobe\Adobe Photoshop CC\WRServices.dll
    LoadedModule[113]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Linguistics\Providers\Plugins2\AdobeHunspellPlugin\AdobeHunspellPlugin.dll
    LoadedModule[114]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Linguistics\Providers\Plugins2\WRLiloPlugin.bundle\WRLiloPlugin.dll
    LoadedModule[115]=C:\Program Files\Adobe\Adobe Photoshop CC\Required\Plug-Ins\Extensions\ScriptingSupport.8li
    LoadedModule[116]=C:\Program Files\Adobe\Adobe Photoshop CC\ScriptUIFlex.dll
    LoadedModule[117]=C:\Windows\system32\WindowsCodecs.dll
    LoadedModule[118]=C:\Windows\system32\WTSAPI32.dll
    LoadedModule[119]=C:\Windows\system32\WINSTA.dll
    LoadedModule[120]=C:\Program Files\Adobe\Adobe Creative Cloud\CoreSync\CoreSync_v_1_1_0_x86.dll
    LoadedModule[121]=C:\Windows\system32\MPR.dll
    LoadedModule[122]=C:\Windows\system32\EhStorShell.dll
    LoadedModule[123]=C:\Windows\system32\PROPSYS.dll
    LoadedModule[124]=C:\Windows\System32\cscui.dll
    LoadedModule[125]=C:\Windows\System32\CSCDLL.dll
    LoadedModule[126]=C:\Windows\system32\CSCAPI.dll
    LoadedModule[127]=C:\Windows\system32\ntshrui.dll
    LoadedModule[128]=C:\Windows\system32\slc.dll
    LoadedModule[129]=C:\Program Files\Common Files\Adobe\APE\3.4\adbeapecore.dll
    LoadedModule[130]=C:\Windows\system32\SXS.DLL
    LoadedModule[131]=C:\Program Files\Adobe\Adobe Photoshop CC\aif_core.dll
    LoadedModule[132]=C:\Program Files\Adobe\Adobe Photoshop CC\aif_ogl.dll
    LoadedModule[133]=C:\Windows\system32\ig4icd32.dll
    LoadedModule[134]=C:\Windows\system32\wbem\wbemprox.dll
    LoadedModule[135]=C:\Windows\system32\wbemcomn.dll
    LoadedModule[136]=C:\Windows\system32\wbem\wbemsvc.dll
    LoadedModule[137]=C:\Windows\system32\wbem\fastprox.dll
    LoadedModule[138]=C:\Windows\system32\NTDSAPI.dll
    LoadedModule[139]=C:\Program Files\Common Files\Adobe\APE\3.4\adbeapeengine.dll
    LoadedModule[140]=C:\Windows\system32\OLEACC.dll
    LoadedModule[141]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[142]=C:\Windows\system32\WINMM.dll
    LoadedModule[143]=C:\Windows\system32\msi.dll
    LoadedModule[144]=C:\Windows\system32\urlmon.dll
    LoadedModule[145]=C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
    LoadedModule[146]=C:\Windows\system32\DSOUND.dll
    LoadedModule[147]=C:\Windows\system32\POWRPROF.dll
    LoadedModule[148]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[149]=C:\Windows\system32\dbghelp.dll
    LoadedModule[150]=C:\Windows\system32\mlang.dll
    LoadedModule[151]=C:\Windows\system32\icm32.dll
    LoadedModule[152]=C:\Windows\system32\Secur32.dll
    LoadedModule[153]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[154]=C:\Windows\system32\credssp.dll
    LoadedModule[155]=C:\Windows\system32\schannel.DLL
    LoadedModule[156]=C:\Windows\system32\MMDevAPI.DLL
    LoadedModule[157]=C:\Windows\system32\wdmaud.drv
    LoadedModule[158]=C:\Windows\system32\ksuser.dll
    LoadedModule[159]=C:\Windows\system32\AVRT.dll
    LoadedModule[160]=C:\Windows\system32\AUDIOSES.DLL
    LoadedModule[161]=C:\Windows\system32\msacm32.drv
    LoadedModule[162]=C:\Windows\system32\MSACM32.dll
    LoadedModule[163]=C:\Windows\system32\midimap.dll
    LoadedModule[164]=C:\Windows\system32\mswsock.dll
    LoadedModule[165]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[166]=C:\Windows\System32\wship6.dll
    LoadedModule[167]=C:\Program Files\Common Files\Adobe\CEPServiceManager4\lib\ServiceManager-Launcher.dll
    LoadedModule[168]=C:\Program Files\Adobe\Adobe Photoshop CC\updaternotifications.dll
    LoadedModule[169]=C:\Windows\system32\taskschd.dll
    LoadedModule[170]=C:\Program Files\Adobe\Adobe Photoshop CC\IMSLib.dll
    LoadedModule[171]=C:\Windows\system32\SearchFolder.dll
    LoadedModule[172]=C:\Windows\system32\XmlLite.dll
    LoadedModule[173]=C:\Windows\system32\LINKINFO.dll
    LoadedModule[174]=C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
    LoadedModule[175]=C:\Windows\system32\explorerframe.dll
    LoadedModule[176]=C:\Windows\system32\DUser.dll
    LoadedModule[177]=C:\Windows\system32\DUI70.dll
    LoadedModule[178]=C:\Windows\system32\msls31.dll
    LoadedModule[179]=C:\Windows\System32\StructuredQuery.dll
    LoadedModule[180]=C:\Windows\system32\IconCodecService.dll
    LoadedModule[181]=C:\Windows\system32\thumbcache.dll
    LoadedModule[182]=C:\Windows\system32\SHDOCVW.dll
    LoadedModule[183]=C:\Windows\system32\ieframe.DLL
    LoadedModule[184]=C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
    LoadedModule[185]=C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
    LoadedModule[186]=C:\Windows\system32\api-ms-win-downlevel-shell32-l1-1-0.dll
    LoadedModule[187]=C:\Windows\system32\actxprxy.dll
    LoadedModule[188]=C:\Windows\system32\NetworkExplorer.dll
    LoadedModule[189]=C:\Windows\system32\samcli.dll
    LoadedModule[190]=C:\Windows\system32\SAMLIB.dll
    LoadedModule[191]=C:\Windows\system32\NetworkItemFactory.dll
    LoadedModule[192]=C:\Windows\system32\dtsh.dll
    LoadedModule[193]=C:\Windows\system32\FirewallAPI.dll
    LoadedModule[194]=C:\Windows\System32\drprov.dll
    LoadedModule[195]=C:\Windows\System32\ntlanman.dll
    LoadedModule[196]=C:\Windows\System32\davclnt.dll
    LoadedModule[197]=C:\Windows\System32\DAVHLPR.dll
    LoadedModule[198]=C:\Windows\system32\LMIRfsClientNP.dll
    LoadedModule[199]=C:\Windows\system32\PortableDeviceApi.dll
    LoadedModule[200]=C:\Windows\system32\WINTRUST.dll
    LoadedModule[201]=C:\Windows\system32\PortableDeviceTypes.dll
    LoadedModule[202]=C:\Windows\system32\mssprxy.dll
    LoadedModule[203]=C:\Windows\system32\EhStorAPI.dll
    LoadedModule[204]=C:\Windows\System32\npmproxy.dll
    LoadedModule[205]=C:\Windows\system32\FunDisc.dll
    LoadedModule[206]=C:\Windows\system32\ATL.DLL
    LoadedModule[207]=C:\Windows\system32\fdproxy.dll
    LoadedModule[208]=C:\Windows\System32\fdwcn.dll
    LoadedModule[209]=C:\Windows\System32\wcnapi.dll
    LoadedModule[210]=C:\Windows\system32\fdWNet.dll
    LoadedModule[211]=C:\Windows\system32\dfscli.dll
    LoadedModule[212]=C:\Windows\system32\browcli.dll
    LoadedModule[213]=C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    LoadedModule[214]=C:\Program Files\Bonjour\mdnsNSP.dll
    LoadedModule[215]=C:\Windows\system32\rasadhlp.dll
    LoadedModule[216]=C:\Windows\System32\fwpuclnt.dll
    LoadedModule[217]=C:\Windows\system32\dhcpcsvc6.DLL
    LoadedModule[218]=C:\Windows\system32\dhcpcsvc.DLL
    LoadedModule[219]=C:\Program Files\Internet Explorer\ieproxy.dll
    LoadedModule[220]=C:\Windows\System32\msxml3.dll
    LoadedModule[221]=C:\Windows\system32\ncrypt.dll
    LoadedModule[222]=C:\Windows\system32\bcrypt.dll
    LoadedModule[223]=C:\Windows\system32\bcryptprimitives.dll
    LoadedModule[224]=C:\Windows\system32\GPAPI.dll
    LoadedModule[225]=C:\Windows\system32\ATMLIB.dll
    LoadedModule[226]=C:\Windows\system32\zipfldr.dll
    LoadedModule[227]=C:\Program Files\WinRAR\rarext.dll
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe Photoshop CC
    AppPath=C:\Program Files\Adobe\Adobe Photoshop CC\Photoshop.exe

  • How to open multiple images in photoshop cs3

    Hey, what im trying to do is open multiple images in photoshop cs3 and then blend the images together. But the problem that i am facing is that i can only open one image at a time. Can someone tell me step by step how to do this.
    Thanks for the help
    Michael

    i dont belive i have tabbed view, what i just did, was i draged one photo into phtoshop and then another. When i look to my right, only one iamge shows up in the layers and the other seems to have dissappeaed.
    It seems that having a tabbed view is useful, how do i set photoshop to this?

  • How do I scan multiple pages into one pdf file using the PIXMA MG7520 on Windows 8.0? Please help!

    I recently received a PIXMA MG7520 for a gift.  It works great with my lenovo laptop/tablet running on Windos 8.0.  The one drawback to the HP all-in-one that it replaced is it does not have an ADF.  That being said, there must be some way to scan multiple pages into one pdf file.  I need help figuring thing out.  Thanks in advance!
    Solved!
    Go to Solution.

    Hi mdtolbert54,
    There is a program that comes with the printer called the IJ Scan Utility that can assist you with scanning multiple pages into a single PDF document.  To do this, please follow these steps:
    1. On your keyboard, press the Windows key.
    2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
    a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.
    b.) In the DATA FORMAT field, use the drop-down arrow to select the PDF (Multiple Pages) option. 
    c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6. Once all settings have been selected, click the OK button at the bottom of the window to save the changes. The IJ Scan Utility main screen appears.
    7. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed. Scanned items are saved in previously selected folder location specified in the SETTINGS... window.
    If you find that you need advanced scanning options such as adjusting resolution, brightness, contrast, saturation, color balance, etc. in addition to the options selected above, please click on the SCANGEAR button on the IJ Scan Utility Main screen, then adjust the items as necessary.
    Once the items above are set for document scanning, in the future, you will only need to launch the IJ Scan Utility, then press the DOCUMENT button to perform the scan (unless you want to make changes to the settings).
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • How to open multiple sessions for one user?

    Sorry for the silly question but I couldn't find it googling or searching through this forum, so I started wondering whether it's possible in SQL Developer to open multiple sessions for one user. I'm fairly new to SQL Developer and databases in general.
    When I open SQL Developer and connect to a schema, a worksheet opens named MYSCHEMA. If I disconnect then connect, another worksheet opens, named MYSCHEMA~1. I assumed these were different sessions, but if I enter into one worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 1
    update my_table set col1 = 0 where row_id = 1
    select col1 from my_table where row_id = 1
    -- shows result is 0and then enter into the second worksheet:
    select col1 from my_table where row_id = 1
    -- shows result is 0I would have expected the second worksheet to report 1 because the first worksheet did not issue a COMMIT. Thus, I'd guess both worksheets are the same session? Is that right? If so, how do I have two sessions open simultaneously (opened by same user)?
    I'm trying to implement the code at the bottom of this post, for which testing requires at least two sessions:
    Re: Help with Procedure
    Edited by: tem on Apr 18, 2012 6:44 AM

    Thanks Jim,
    Ctrl-Shift-N doesn't do anything for me. I'm on a mac -- by experimenting it looks like command-N does what you're looking for. This appears to be the same as left-clicking on the "New" icon in the top left corner of SQL Developer, or selecting from the pull-down menu, File > New.
    This opens "Create a New" window that appears to be a wizard. What would I select at this point? Options are: Database Connection, Table, View, Package, ...
    I don't see an option for "Worksheet".
    UPDATE:
    OK, I found that if I select "SQL File", a worksheet becomes available. Perhaps this is what you intended. However, when I issue the command
    select col1 from my_table where row_id = 1;it still returns 0 instead of 1. Hmm, maybe my initial assumption was wrong -- if this is a second (e.g. different) session, should I expect the changes made in the first session in SQL Developer (the UPDATE command) WITHOUT a commit, to be observed in this second session? I thought that changes made in one session were not viewable in a different session until these changes are committed in the first session? If so, how to show this in SQL Developer? I must be missing something basic here.
    Or, is SQL Developer issuing some sort of "auto-commit" without my knowledge?
    Edited by: tem on Apr 18, 2012 8:00 AM

  • How to download data in multiple sheets of one excel file

    Hello,
    I want to download data in multiple sheets of one excel file ..through ole2_object.
    i have created program but it is not it is not giving the desird op.
    here is the  code..
    create object excel 'EXCEL.APPLICATION'.
      call method of excel 'WORKBOOKS' = books.
      call method of books 'ADD' = book1.
    *****************" Here we r creating the first  sheet.
      if flag1 = 'X'.
        call method of book1 'WORKSHEETS' = SHEET
          EXPORTING
            #1 = 1.                           " here 1 indicating the position of sheet means first position.
        call method of sheet 'Activate'.
        set property of sheet 'Name' = 'Developments_Summary_Report'.
        perform excel_fill.
      endif.
    *****************" Here we r creating the second  sheet.
    if flag2 = 'X'.
        call method of book1 'WORKSHEETS' = SHEET
          EXPORTING
            #1 = 2.                           " here 2 indicating the position of sheet means second position.
        call method of sheet 'Activate'.
        set property of sheet 'Name' = 'BDC_Developments_Report'.
        perform excel_fill.
      endif.
      set property of excel 'VISIBLE' = 1.   " due to this property excel window is visible.
      call method of excel 'QUIT'.
    but it is generating the two different excel file ..
    Thanks in advance,
    Paresh.

    Hi,
    Copy and paste this code in your SAP
    *& Report ZETA_EXCEL_DOWNLOAD_CLIPBOARD *
    report zeta_excel_download_clipboard .
    include ole2incl.
    data: w_cell1 type ole2_object,
    w_cell2 type ole2_object.
    *--- Ole data Declarations
    data: h_excel type ole2_object, " Excel object
    h_mapl type ole2_object, " list of workbooks
    h_map type ole2_object, " workbook
    h_zl type ole2_object, " cell
    h_f type ole2_object, " font
    gs_interior type ole2_object, " Pattern
    worksheet type ole2_object,
    h_cell type ole2_object,
    h_cell1 type ole2_object,
    range type ole2_object,
    h_sheet2 type ole2_object,
    h_sheet3 type ole2_object,
    gs_font type ole2_object,
    flg_stop(1) type c.
    ** Internal table Declaration
    data: begin of t_excel occurs 0,
    vkorg(20) type c, "Sales Org
    vbtyp(20) type c, "Document Category
    auart(20) type c, "Document Type
    ernam(20) type c, "Created By
    vbeln(20) type c, "Document Number
    posnr(20) type c, "Item Number
    erdat(20) type c, "Created Date
    vdatu(20) type c, "Header Requested Delivery Date
    reqdat(20) type c, "Request date
    condat(20) type c, "Confirm date
    lifsk(20) type c, "Header Block
    txt30(30) type c, "Order User Status Description
    lifsp(20) type c, "Line Block
    dispo(20) type c, "MRP Controller
    dsnam(20) type c, "MRP Controller Description
    vmsta(20) type c, "Material Sales Status
    kunnr(20) type c, "Sold To
    cname(35) type c, "Sold To Name
    regio(20) type c, "State
    cufd(10) type c, "CUD
    bstnk(20) type c, "PO#
    bsark(20) type c, "Ordering Method
    matnr(20) type c, "Material
    maktx(35) type c, "Material Description
    t200(20) type c, "T200
    vtext(20) type c, "T200 Description
    matkl(20) type c, "Material Group
    zzbomind(7) type c, "BOM Indicator
    ostat(20) type c, "Order Status
    cmgst(20) type c, "CRD
    inco1(20) type c, "Incoterms
    oqty(20) type c, "Order Quantity
    pqty(20) type c, "Open Quantity
    unit(20) type c, "UOM
    onet(20) type c, "Order Value
    pnet(20) type c, "Open Value
    curr(20) type c, "Currency key
    so_bezei like tvkbt-bezei,"Sales Office
    sg_bezei like tvgrt-bezei,"Sales Group
    bname(20) type c, "Ordering Party
    contact(20) type c, "Contact Name
    telf1(20) type c, "Contact telf1
    reqqty(20) type c, "Item Request qty
    reqval(20) type c, "Item Request value
    conqty(20) type c, "Item Confirm qty
    conval(20) type c, "Item Confirm value
    zzrev(02) type c, "Revenue recognition acceptance
    bezei(20) type c, "Revenue recognition text
    vgbel(20) type c, "Reference Order for RETURNS
    0008text(255) type c, "Internal Order Comment Text
    end of t_excel.
    data: t_excel_bckord like t_excel occurs 0 with header line,
    t_excel_bcklog like t_excel occurs 0 with header line,
    t_excel_blkord like t_excel occurs 0 with header line.
    types: data1(1500) type c,
    ty type table of data1.
    data: it type ty with header line,
    it_2 type ty with header line,
    it_3 type ty with header line,
    rec type sy-tfill,
    deli(1) type c,
    l_amt(18) type c.
    data: begin of hex,
    tab type x,
    end of hex.
    field-symbols: <fs> .
    constants cns_09(2) type n value 09.
    assign deli to <fs> type 'X'.
    hex-tab = cns_09.
    <fs> = hex-tab.
    data gv_sheet_name(20) type c .
    * M A C R O Declaration
    define ole_check_error.
    if &1 ne 0.
    message e001(zz) with &1.
    exit.
    endif.
    end-of-definition.
    t_excel_bckord-vkorg = 'ABC'.
    t_excel_bckord-vbtyp = 'DEF'.
    t_excel_bckord-auart = 'GHI'.
    t_excel_bckord-ernam = 'JKL'.
    t_excel_bckord-vbeln = 'MNO'.
    t_excel_bckord-0008text = 'XYZ'.
    append t_excel_bckord.
    t_excel_bckord-vkorg = 'ABC1'.
    t_excel_bckord-vbtyp = 'DEF1'.
    t_excel_bckord-auart = 'GHI1'.
    t_excel_bckord-ernam = 'JKL1'.
    t_excel_bckord-vbeln = 'MNO1'.
    t_excel_bckord-0008text = 'XYZ1'.
    append t_excel_bckord.
    t_excel_bckord-vkorg = 'ABC2'.
    t_excel_bckord-vbtyp = 'DEF2'.
    t_excel_bckord-auart = 'GHI2'.
    t_excel_bckord-ernam = 'JKL2'.
    t_excel_bckord-vbeln = 'MNO2'.
    t_excel_bckord-0008text = 'XYZ2'.
    append t_excel_bckord.
    t_excel_bcklog-vkorg = 'ABC'.
    t_excel_bcklog-vbtyp = 'DEF'.
    t_excel_bcklog-auart = 'GHI'.
    t_excel_bcklog-ernam = 'JKL'.
    t_excel_bcklog-vbeln = 'MNO'.
    t_excel_bcklog-0008text = 'XYZ'.
    append t_excel_bcklog.
    t_excel_bcklog-vkorg = 'ABC1'.
    t_excel_bcklog-vbtyp = 'DEF1'.
    t_excel_bcklog-auart = 'GHI1'.
    t_excel_bcklog-ernam = 'JKL1'.
    t_excel_bcklog-vbeln = 'MNO1'.
    t_excel_bcklog-0008text = 'XYZ1'.
    append t_excel_bcklog.
    t_excel_bcklog-vkorg = 'ABC2'.
    t_excel_bcklog-vbtyp = 'DEF2'.
    t_excel_bcklog-auart = 'GHI2'.
    t_excel_bcklog-ernam = 'JKL2'.
    t_excel_bcklog-vbeln = 'MNO2'.
    t_excel_bcklog-0008text = 'XYZ2'.
    append t_excel_bcklog.
    t_excel_bcklog-vkorg = 'ABC3'.
    t_excel_bcklog-vbtyp = 'DEF3'..
    t_excel_bcklog-auart = 'GHI3'.
    t_excel_bcklog-ernam = 'JKL3'.
    t_excel_bcklog-vbeln = 'MNO3'.
    t_excel_bcklog-0008text = 'XYZ3'.
    append t_excel_bcklog.
    t_excel_blkord-vkorg = 'ABC'.
    t_excel_blkord-vbtyp = 'DEF'.
    t_excel_blkord-auart = 'GHI'.
    t_excel_blkord-ernam = 'JKL'.
    t_excel_blkord-vbeln = 'MNO'.
    t_excel_blkord-0008text = 'XYZ'.
    append t_excel_blkord.
    t_excel_blkord-vkorg = 'ABC1'.
    t_excel_blkord-vbtyp = 'DEF1'.
    t_excel_blkord-auart = 'GHI1'.
    t_excel_blkord-ernam = 'JKL1'.
    t_excel_blkord-vbeln = 'MNO1'.
    t_excel_blkord-0008text = 'XYZ1'.
    append t_excel_blkord.
    t_excel_blkord-vkorg = 'ABC2'.
    t_excel_blkord-vbtyp = 'DEF2'.
    t_excel_blkord-auart = 'GHI2'.
    t_excel_blkord-ernam = 'JKL2'.
    t_excel_blkord-vbeln = 'MNO2'.
    t_excel_blkord-0008text = 'XYZ2'.
    append t_excel_blkord.
    t_excel_blkord-vkorg = 'ABC3'.
    t_excel_blkord-vbtyp = 'DEF3'..
    t_excel_blkord-auart = 'GHI3'.
    t_excel_blkord-ernam = 'JKL3'.
    t_excel_blkord-vbeln = 'MNO3'.
    t_excel_blkord-0008text = 'XYZ3'.
    append t_excel_blkord.
    t_excel_blkord-vkorg = 'ABC4'.
    t_excel_blkord-vbtyp = 'DEF4'..
    t_excel_blkord-auart = 'GHI4'.
    t_excel_blkord-ernam = 'JKL4'.
    t_excel_blkord-vbeln = 'MNO4'.
    t_excel_blkord-0008text = 'XYZ4'.
    append t_excel_blkord.
    loop at t_excel_bckord.
    concatenate
    t_excel_bckord-vkorg
    t_excel_bckord-vbtyp
    t_excel_bckord-auart
    t_excel_bckord-ernam
    t_excel_bckord-vbeln
    t_excel_bckord-posnr
    t_excel_bckord-erdat
    t_excel_bckord-vdatu
    t_excel_bckord-reqdat
    t_excel_bckord-condat
    t_excel_bckord-lifsk
    t_excel_bckord-txt30
    t_excel_bckord-lifsp
    t_excel_bckord-dispo
    t_excel_bckord-dsnam
    t_excel_bckord-vmsta
    t_excel_bckord-kunnr
    t_excel_bckord-cname
    t_excel_bckord-regio
    t_excel_bckord-cufd
    t_excel_bckord-bstnk
    t_excel_bckord-bsark
    t_excel_bckord-matnr
    t_excel_bckord-maktx
    t_excel_bckord-t200
    t_excel_bckord-vtext
    t_excel_bckord-matkl
    t_excel_bckord-zzbomind
    t_excel_bckord-ostat
    t_excel_bckord-cmgst
    t_excel_bckord-inco1
    t_excel_bckord-oqty
    t_excel_bckord-pqty
    t_excel_bckord-unit
    t_excel_bckord-onet
    t_excel_bckord-pnet
    t_excel_bckord-curr
    t_excel_bckord-so_bezei
    t_excel_bckord-sg_bezei
    t_excel_bckord-bname
    t_excel_bckord-contact
    t_excel_bckord-telf1
    t_excel_bckord-reqqty
    t_excel_bckord-reqval
    t_excel_bckord-conqty
    t_excel_bckord-conval
    t_excel_bckord-zzrev
    t_excel_bckord-bezei
    t_excel_bckord-vgbel
    t_excel_bckord-0008text
    into it
    separated by deli.
    append it.
    clear it.
    endloop.
    loop at t_excel_bcklog.
    concatenate
    t_excel_bcklog-vkorg
    t_excel_bcklog-vbtyp
    t_excel_bcklog-auart
    t_excel_bcklog-ernam
    t_excel_bcklog-vbeln
    t_excel_bcklog-posnr
    t_excel_bcklog-erdat
    t_excel_bcklog-vdatu
    t_excel_bcklog-reqdat
    t_excel_bcklog-condat
    t_excel_bcklog-lifsk
    t_excel_bcklog-txt30
    t_excel_bcklog-lifsp
    t_excel_bcklog-dispo
    t_excel_bcklog-dsnam
    t_excel_bcklog-vmsta
    t_excel_bcklog-kunnr
    t_excel_bcklog-cname
    t_excel_bcklog-regio
    t_excel_bcklog-cufd
    t_excel_bcklog-bstnk
    t_excel_bcklog-bsark
    t_excel_bcklog-matnr
    t_excel_bcklog-maktx
    t_excel_bcklog-t200
    t_excel_bcklog-vtext
    t_excel_bcklog-matkl
    t_excel_bcklog-zzbomind
    t_excel_bcklog-ostat
    t_excel_bcklog-cmgst
    t_excel_bcklog-inco1
    t_excel_bcklog-oqty
    t_excel_bcklog-pqty
    t_excel_bcklog-unit
    t_excel_bcklog-onet
    t_excel_bcklog-pnet
    t_excel_bcklog-curr
    t_excel_bcklog-so_bezei
    t_excel_bcklog-sg_bezei
    t_excel_bcklog-bname
    t_excel_bcklog-contact
    t_excel_bcklog-telf1
    t_excel_bcklog-reqqty
    t_excel_bcklog-reqval
    t_excel_bcklog-conqty
    t_excel_bcklog-conval
    t_excel_bcklog-zzrev
    t_excel_bcklog-bezei
    t_excel_bcklog-vgbel
    t_excel_bcklog-0008text
    into it_2
    separated by deli.
    append it_2.
    clear it_2.
    endloop.
    loop at t_excel_blkord.
    concatenate
    t_excel_blkord-vkorg
    t_excel_blkord-vbtyp
    t_excel_blkord-auart
    t_excel_blkord-ernam
    t_excel_blkord-vbeln
    t_excel_blkord-posnr
    t_excel_blkord-erdat
    t_excel_blkord-vdatu
    t_excel_blkord-reqdat
    t_excel_blkord-condat
    t_excel_blkord-lifsk
    t_excel_blkord-txt30
    t_excel_blkord-lifsp
    t_excel_blkord-dispo
    t_excel_blkord-dsnam
    t_excel_blkord-vmsta
    t_excel_blkord-kunnr
    t_excel_blkord-cname
    t_excel_blkord-regio
    t_excel_blkord-cufd
    t_excel_blkord-bstnk
    t_excel_blkord-bsark
    t_excel_blkord-matnr
    t_excel_blkord-maktx
    t_excel_blkord-t200
    t_excel_blkord-vtext
    t_excel_blkord-matkl
    t_excel_blkord-zzbomind
    t_excel_blkord-ostat
    t_excel_blkord-cmgst
    t_excel_blkord-inco1
    t_excel_blkord-oqty
    t_excel_blkord-pqty
    t_excel_blkord-unit
    t_excel_blkord-onet
    t_excel_blkord-pnet
    t_excel_blkord-curr
    t_excel_blkord-so_bezei
    t_excel_blkord-sg_bezei
    t_excel_blkord-bname
    t_excel_blkord-contact
    t_excel_blkord-telf1
    t_excel_blkord-reqqty
    t_excel_blkord-reqval
    t_excel_blkord-conqty
    t_excel_blkord-conval
    t_excel_blkord-zzrev
    t_excel_blkord-bezei
    t_excel_blkord-vgbel
    t_excel_blkord-0008text
    into it_3
    separated by deli.
    append it_3.
    clear it_3.
    endloop.
    if h_excel-header = space or h_excel-handle = -1.
    * start Excel
    create object h_excel 'EXCEL.APPLICATION'.
    endif.
    * PERFORM err_hdl.
    *--- get list of workbooks, initially empty
    call method of h_excel 'Workbooks' = h_mapl.
    * PERFORM err_hdl.
    set property of h_excel 'Visible' = 1.
    * add a new workbook
    call method of h_mapl 'Add' = h_map.
    * PERFORM err_hdl.
    *GV_SHEET_NAME = '1st SHEET'.
    gv_sheet_name = 'Back Orders'.
    get property of h_excel 'ACTIVESHEET' = worksheet.
    set property of worksheet 'Name' = gv_sheet_name .
    *--Formatting the area of additional data 1 and doing the BOLD
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 50.
    call method of h_excel 'Range' = h_cell
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    *CALL METHOD OF gs_cells 'Select' .
    get property of h_cell 'Font' = gs_font .
    set property of gs_font 'Bold' = 1 .
    data l_rc type i.
    call method cl_gui_frontend_services=>clipboard_export
    importing
    data = it[]
    changing
    rc = l_rc
    exceptions
    cntl_error = 1
    error_no_gui = 2
    not_supported_by_gui = 3
    others = 4.
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 1.
    * PERFORM err_hdl.
    call method of h_excel 'Range' = range
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    call method of range 'Select'.
    * PERFORM err_hdl.
    call method of worksheet 'Paste'.
    * PERFORM err_hdl.
    * CALL METHOD OF h_excel 'QUIT'.
    *GV_SHEET_NAME = '2ND SHEET'.
    gv_sheet_name = 'Backlog'.
    get property of h_excel 'Sheets' = h_sheet2 .
    call method of h_sheet2 'Add' = h_map.
    set property of h_map 'Name' = gv_sheet_name .
    get property of h_excel 'ACTIVESHEET' = worksheet.
    *--Formatting the area of additional data 1 and doing the BOLD
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 50.
    call method of h_excel 'Range' = h_cell
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    get property of h_cell 'Font' = gs_font .
    set property of gs_font 'Bold' = 1 .
    call method cl_gui_frontend_services=>clipboard_export
    importing
    data = it_2[]
    changing
    rc = l_rc
    exceptions
    cntl_error = 1
    error_no_gui = 2
    not_supported_by_gui = 3
    others = 4.
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 1.
    * PERFORM err_hdl.
    call method of h_excel 'Range' = range
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    call method of range 'Select'.
    * PERFORM err_hdl.
    call method of worksheet 'Paste'.
    *GV_SHEET_NAME = '3rd SHEET'.
    gv_sheet_name = 'Blocked Orders'.
    get property of h_excel 'Sheets' = h_sheet3 .
    call method of h_sheet3 'Add' = h_map.
    set property of h_map 'Name' = gv_sheet_name .
    get property of h_excel 'ACTIVESHEET' = worksheet.
    *--Formatting the area of additional data 1 and doing the BOLD
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 50.
    call method of h_excel 'Range' = h_cell
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    get property of h_cell 'Font' = gs_font .
    set property of gs_font 'Bold' = 1 .
    call method cl_gui_frontend_services=>clipboard_export
    importing
    data = it_3[]
    changing
    rc = l_rc
    exceptions
    cntl_error = 1
    error_no_gui = 2
    not_supported_by_gui = 3
    others = 4.
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 1.
    * PERFORM err_hdl.
    call method of h_excel 'Range' = range
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    call method of range 'Select'.
    * PERFORM err_hdl.
    call method of worksheet 'Paste'.
    *--- disconnect from Excel
    free object h_zl.
    free object h_mapl.
    free object h_map.
    free object h_excel.
    Regards
    Sudheer

  • Why does Illustrator CS5.5 crash when opening 1.5GB sized vector layered files on my iMac OS X?

    Why does Illustrator CS5.5 crash when opening 1.5GB sized vector layered files on my iMac OS X?

    1.5GB for a vector file is very large. If you can ever open this file would recomend  file >> save as >> turn off PDF compatibility.
    Can you please tell us why your file is so large, you may have a problem such as deleted global swatches, or an exceptionally large number of items in your symbols, styles, brushes palette. For even the most complex illustration filling the entire 227.54" artboard, you should be under 20mb if you have no embedded or linked images.

  • Preview won't open multiple images

    When I open one image in preview, it opens fine. If I open a second image, the first image disappears. If I try and open multiple images at once, the drawer slides out, but it's empty, and again, only one image will show up. Any ideas?

    Hello, if you cannot figure out how to fix the issue I have a nice PDF combiner and exporter, you can write in any application, Text Edit, Pages, Word, and export to PDF, combine with this tool.
    <<http://www.monkeybreadsoftware.de/>
    Download the new version if you like it.
    Ray

  • How do i scan multiple pages into one pdf file

    How do I scan multiple pages into one pdf file?

    That depends on your scanning software. Adobe Reader doesn't scan.

  • How do I view multiple images in one window?

    How do I view multiple images in one window?  I want to compare images side by side, not in tabs.

    Thank you, Barbara.  I found that I had to close the program after I turned on "allow floating documents" and restart, before I was able to go to "float all in windows". 

Maybe you are looking for

  • Creating a Workflow to print PDFs with certain attributes

    I work in the media dept of a college and am looking for an easier way to print students coursework which they export from Adobe Indesign CS4 as a PDF file. I have managed to enable printing all PDFs on Tabloid extra paper from my network printer, by

  • How to add the bluetooth option in t420s?

    Hello, guys. I've purchased the 4170CTO (T420s) without a bluetooth option. After a while I've decided that I need bluetooth. According to the manuals I've found that I need FRU 60Y3271 and I've ordered it from Amazon. But when the item came, I've fo

  • Convert PDF to Excel Document

    Hello.  How do I convert a .pdf document into an excel document using the Acrobat XI trial version ?

  • Flash Drives and Network Homes

    I have a problem that is driving me nuts. If a kid logs into an OpenDirectory-based network home on an older iMac (white, 2007) and plugs in a flash drive, the drive mounts no problem to their desktop. If the same kid logs into the same account on a

  • Lync 2013 Client install failure

    Hi We're having trouble installing the Lync 2013 standalone client via SCCM on a couple of PCs.  It is installing with no problem on most PCs.   However, on some PCs, it installs and when you launch it you get the message... "Microsoft Lync has stopp