Reference to documents

Hi all,
for my workflow I need to open the low res and high res in Photoshop and do some stuff.
The two docs have same name.
How I can get the reference to a low res and reference to high res, so I can switch for make my stuff to one or another doc?
Because they have the same name the normal reference is the same for the two docs.
Steve

> This is not true, either. A windows shortcut is actually a .lnk file
I know this. It's a second-rate implementation of unix links. Or whatever the
Mac equivalent is called. Or maybe its VMS baggage. I really don't remember.
> I repeat, it is IMPOSSIBLE to have two files with the same name (and extention) in the same folder.
Try this.
1) Create a folder on your desktop called 'example'.
2) Copy a file into it called 'file.jpg' (or whatever).
3) Place a reference to a file in it called 'file.jpg'.
3) Do a 'dir' on the command line in that folder. You will see two files.
4) Then, in PS do this:
alert(Folder(Folder.desktop + "/example").getFiles().join('\r'))
That sure looks like there are two files in the same folder with the same name.
And unless your script is actually checking for the File.alias property, it
won't know because it doesn't see that decrepit '.lnk' extension.
Junctions on XP are much better implementation of the idea, but they have
limitations as well. And some apps (like Acronis True Image, for instance) get
really confused when you have junctions across partitions or hard drives.
-X
for photoshop scripting solutions of all sorts
contact: [email protected]

Similar Messages

  • FM to create Sales Order from reference billing document

    Hi,
    I need to create a sales order from a reference billing document. Please tell me if there is any function module/BAPI to do that.
    Thanks in advance for the help
    Regards,
    Varun

    Hi
    <b>SD_SALES_DOCUMENT_COPY</b> copy Sales Doc into new one with the required Sales Doc Type (VBAK-AUART) for further creating.
    <b>SD_SALES_DOCUMENT_SAVE</b> create Sales Doc from the copied document
    create subsequent document
    REPORT Z.
      data: w_auart like vbak-auart,  "current SalesDoc type
            w_auara like tvak-auara,  "Subsequent SalesDoc type
            w_vbak  like vbak.
      parameter p_vbeln like vbak-vbeln.
    at selection-screen on p_vbeln.
      SELECT SINGLE auart FROM vbak into w_auart
        WHERE vbeln = p_vbeln.
      if sy-subrc <> 0.
        message e398(00) with 'Sales Doc' p_vbeln 'not found'.
      endif.
    start-of-selection.
      SELECT SINGLE auara FROM tvak into w_auara
        WHERE auart = w_auart.
      if sy-subrc <> 0 or w_auara is initial.
        message e398(00) with 'Subsequent type not defined for' w_auart.
      else.
      1. copy
        CALL FUNCTION 'SD_SALES_DOCUMENT_COPY'
             EXPORTING
                  i_auarn       = w_auara
                  i_vbeln       = p_vbeln.
      2. paste
        CALL FUNCTION 'SD_SALES_DOCUMENT_SAVE'
             IMPORTING
                  evbak         = w_vbak.
      3. commit
        COMMIT WORK.
      4. report
        write: / 'Sales Doc', w_vbak-vbeln, 'created.'.
      endif.
    regards
    vinod

  • To view the reference sales document of a deleted delivery

    Is there a table in SAP where I can see the reference sales document of a deleted delivery?
    Or is there a way that I can see the reference sales document of a deleted delivery.

    I dont think it is possible to track sale order reference for a deleted delivery through standard tcode.  Of course, you can see the deleted delivery details in MB51.
    thanks
    G. Lakshmipathi

  • Reference a document in the material master

    I'm wondering if anyone can suggest a way that we can do the following....
    We basically want to have a field/location in the Material Master that will reference a document stored somewhere on a network server and in turn, display and print on the PO (the document name prints, not the contents). Any suggestions of where to start?
    So in the MM for Material # 123456
    MyField = "MyInspectionDoc.pdf" (MyInspectionDoc.pdx resides on \\mynetworkserver\MyInspectionDoc.pdf)
    Or
    Is there a way to have an attachment in the MM that will automatically be pulled into the PO when the PO is created (with the material item as a line item in the PO of course)

    I think you are mixing DMS (document management) with GOS (generic object services)
    GOS content is created as shown in your screen shots.
    You cannot even see from any transaction which materials have a GOS attachment. The GOS attachment can only be accessed from the object (material master) where it was created.
    DMS is a central component in SAP and embedded to the material master like it is done with classification too.
    You can create the documents in CV01N transaction and link to the material or directly from material master. you can use CV04N to search for documents
    In the material master you will find the link to the document in alternative data tab where you have as well your alternative units.
    This screen looks like this one:
    Those material master attachments/documents do not print automatically in a PO, for this you have to do some ABAP development

  • BAPI Sales Order create with reference Invoice document

    Hi
      I am using BAPI ''SD_SALESDOCUMENT_CREATE''  to create debit memo request with reference Invoice document.
      First time its successfully created with reference Invoice.When i am going to create 2nd time debit memo request with  same reference Invoice and item
      no its giving following error.
          Reference quantity:             
    10 EA (total referenced:             
    40 EA)
           Error in SALES_ITEM_IN 000010
           Condition ZSLS is not allowed as header condition
           Sales document  was not changed
        Please help any one to resolved this issue.
       Regards
       Shyam

    SD_SALESDOCUMENT_CREATE is not a BAPI. Is there any specific reason you're using this FM when the actual BAPI exists?
    ZSLS is a custom condition. There might as well be some user exit that attempts to add it [possibly incorrectly], how would we know this on SCN? There is enough information in the error message to troubleshoot on your own, it seems. What kind of analysis have you done before posting on SCN?

  • Display cross-references' linked documents filename in the xref panel

    Our company creates technical manuals consisting of five chapters, all named the same, except with a different prefix. For example the "ABC Widget" manual has an introduction chapter named "ABC 1 - Introduction", a safety chapter named "ABC 2 - Safety", etc. Many times I re-use documents for creating subsequent manuals using the "Save As" command. So the "ABC 1 - Introduction" chapter would be saved as "EFG 1 - Introduction" for the "EFG Widget" book. For all the internal xrefs it saves a whole lot of time since all of the xrefs are preserved. But for cross-document references it creates a problem. For example, if the "ABC 1 - Introduction" chapter has a xref to "ABC 2 - Safety", when I save the Introduction chapter as "EFG 1 - Introduction" it will still retain the xref to "ABC 2 - Safety".
    Right now, the only way to see if there are xrefs pointing to latent docs, is to check each one manually. If the xref panel displayed a column indicating the filename of the linked documents, I would be able to tell at a glance if that xref was pointing to the wrong document.
    Thank you.
    ID CS5, MAC

    Hi Van,
    I fear, I expressed myself not very clear. I try again.
    We have DITA structured documents. However, lastest status often was saved in the FM document. The xml documents often are not representing the final status.
    When I open the FM8 document in FM9 everything looks pretty good.
    But: When I want to save the document as xml with FM9, I'm getting errors regarding the cross references.
    The cross references which were created in FM8 - doesn't matter, if a valid xml document or a FM document - always look the same.
    (BTW: I don't think that in structured documents cross references always refer to elemts with a unique ID.)
    example from xml which was created with FM8:
    <xref href = "#id08B4A0R30E9" type = "fm:Chapter">"..."</xref>
    the only difference in the FM document is that the element is called fm-xref there, as it's not an external url.
    in FM9 those cross references are totally different.
    example from xml which was created in FM9:
    <xref href = "#id08B4A0R30E9" class = "- topic/xref">"..."</xref>
    When saving the FM documents with the cross references from the first example as xml in FM9 (we don't have FM8 anymore), I get an error that the attribute type is not defined.
    When having a xml document that was last changed with FM8 and opening/ saving this with FM9, there is no error.
    At the moment I do not know how to solve this issue.
    And also I'm not sure weather the same problem might accour again with change from FM9 to FM10 or else.
    It is a great effort to make new cross references just because we upgraded from FM8 to FM9. (And of course always at most inconvienent time.)
    As we are thinking of upgrading to FM10, it would be good to know before, if there are any similar issues to expect.
    Or if there is an fix for FM9 or FM10 to avoid this at all.
    Regards,
    Anna

  • How to create excise invoice with reference delivery document

    hi all sd guru
    please guide me how to create excise invoice by taking reference of delivery no.
    thankx in advance
    san

    HI
    FACTORY SALES
    IN CASE OF FACTORY sales you have to create a billing document either Proforma or Commercial.
    Then you can reference the billing doc i9n J1IIN for creation
    DEPOT SALES
    In case of depot sales you can create a excise invoice with reference to delivery document.
    For this after creation of delivery goto J1IJ  and slect the rg23d from menu
    you can create an excise invoice with delivery in depot sales.
    In factory it is not possible to create a excise invoice with delivery doc.
    regards
    Prashanth

  • Creating a PO with reference (using document overview) with ref to a PO?

    Is this feasible to create a PO with reference to a PO ?????

    Hi Maria,
    Creating a PO with reference to another PO is possible even without the doc. overview. If you scroll your item overview long to the right you will find the columns "Purchasing document" and "Item" aside it (4th nd 3rd columns from the right in my version). Type in your referenced PO number there and the item and press Enter.
    However, I don't think this will help you. If you are not allowed to create PO with reference to another PO, you will not be able to "cheat" on the system. Such limitation is normally introduced by "Functional auth. for buyers": IMG for Purchasing > Authorization Management > Define Function Authorizations for Buyers. Check the frame "Possible Reference Objects". The two-digit key of the "func. auth." is assigned to your user using the parameter ID EFB.
    BR
    Raf

  • Creating a Delivery with 2 reference marketing documents.

    Hi experts,
    Below is a procedure that creates a oDelivery from a oDraft and at the same time from a oOrder document with 2 scenarios (as commented below). Unfortunately, I have a 3rd scenario which is not working and is returning an error msg "The complete Sales BOM, not just some of the components, must be copied to an A/R Invoice or a Delivery  [DLN1.TreeType][line: 9]".
    Scenario 3:
    The thing is, if my oOrder document have 4 line items (1 parent & 3 BOM components) versus my oDraft document that has 6 line items (2 parent and the rest are components) and I must create my oDeliveryNote document based on my oOrder document and line items based on my oDraft lines because this oDraft document serves as my "unposted delivery document".
    If any of you guys have encountered this scenario before thru DIAPI please share your blessings to me...
    Any kind of help would be greatly, highly appreciated.. thanks thanks thanks in advance!
    SAP Business One v8.8 PL13
    public SAPbobsCOM.Documents PostDeliveryReceipts(SAPbobsCOM.Company company, SAPbobsCOM.Documents draft, SAPbobsCOM.Documents salesOrder, BusinessObjects.Shipment shipment, ref int result)
                SAPbobsCOM.Documents delivery = (SAPbobsCOM.Documents)company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes);
    delivery.HandWritten = SAPbobsCOM.BoYesNoEnum.tYES;
                    delivery.DocNum = draft.DocNum;
                delivery.CardCode = salesOrder.CardCode;
                delivery.DocDate = shipment.ShipmentDate;
    // Scenario 1: reference draft and sales order has equal no. of lines //
    if (draft.Lines.Count == salesOrder.Lines.Count)
                    for (int i = 0; i <= salesOrder.Lines.Count - 1; i++)
                        salesOrder.Lines.SetCurrentLine(i);
                        draft.Lines.SetCurrentLine(i);
                        if (salesOrder.Lines.TreeType != SAPbobsCOM.BoItemTreeTypes.iIngredient)
                            delivery.Lines.ItemCode = draft.Lines.ItemCode;
                            delivery.Lines.Quantity = draft.Lines.Quantity;
                            delivery.Lines.BaseEntry = salesOrder.DocEntry;
                            delivery.Lines.BaseLine = salesOrder.Lines.LineNum;
                            delivery.Lines.BaseType = Convert.ToInt32(SAPbobsCOM.BoObjectTypes.oOrders);
                            delivery.Lines.Add();
    // Scenario 2: reference draft has lesser no. of lines vs. sales order
                if (draft.Lines.Count < salesOrder.Lines.Count)
                    for (int i = 0; i <= draft.Lines.Count - 1; i++)
                        draft.Lines.SetCurrentLine(i);
                        if (draft.Lines.TreeType != SAPbobsCOM.BoItemTreeTypes.iIngredient)
                            for (int j = 0; j <= salesOrder.Lines.Count - 1; j++)
                                salesOrder.Lines.SetCurrentLine(j);
                                if (draft.Lines.ItemCode == salesOrder.Lines.ItemCode)
                                    delivery.Lines.ItemCode = draft.Lines.ItemCode;
                                    delivery.Lines.Quantity = draft.Lines.Quantity;
                                    delivery.Lines.BaseEntry = salesOrder.DocEntry;
                                    delivery.Lines.BaseLine = salesOrder.Lines.LineNum;
                                    delivery.Lines.BaseType = Convert.ToInt32(SAPbobsCOM.BoObjectTypes.oOrders);
                                    delivery.Lines.Add();
                result = delivery.Add();
                return delivery;
    Thanks and Best Regards,
    Roger

    So you want a booklet? There's a built-in option to do that in the Print dialog.

  • Reference multiple documents in MM to print on PO

    I need to find a way to have a part in the MM reference multiple techicinal documents that in turn will get printed on the PO. Currently just being handled in the Basic Data Text field in the MM. However i need a way to have this be easily updated/maintained prefereably in the MARA table.
    For example, parts existing in the MM could be referencing docs:
    Name         Revision
    MTS01        01
    MTS02        01
    However, our user needs a way to just be able to update the revision for the corresponding parts in MARA. So when MTS01 is changed to be Revision 2, they want to be able to pull up MTS01 and change Revision to 02 and then have all like records in MARA changed to Revision 2.
    I can do this if there were dedicated/existing fields that i could use in the MM (MARA) but so far can't find anything that would work. We do NOT have a DMS and use GOS for documents.
    The hope is that when they enter a PO, the corresponding MTS docs for the line item would display somewhere on the printed PO for that line item.
    Appreciated any tips or leads into area I should research.

    Hi,
    If DMS is not active in your system, then you may use item text to update the revision level which can be easily pulled and can be updated in PO print out through any Logic.
    Or you can enhance the PO program to add new field into PO line item where you can add the Material Revision and which can be pulled to PO print out..
    Do refer the below link it may help you..
    How to create customer screen on ME21N/ME22N/ME23N Item Level using BadI

  • Dynamic page references within document

    I am working on a small binder style book that has 8 sections. The project is destined to be updated frequently and the client only wants to reprint the appropriate sections. So the question is, within the body text are numerous page references that will need to be updated as the page count potentially changes. I would like to use a section page numbering format (eg. 1-1, 1-2,...2-1, 2-2,...etc) to avoid conflicts with the TOC. Is there a way to tag the page references (see page 3-12 for more info) so that they will update themselves automatically, rather than having to find and replace them each time. I'm not even sure what this feature would be called.
    Thanks for your help.
    InDesign CS3
    Pat

    dtptools.com has a cross-reference plug-in for ID CS2, 3, and 4.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Order related billing reference sales document line items

    Hello Experts,
    Is it possible to create an order related billing document to invoice by line items of the sales document? If yes, how can I do this?
    Here is the scenario. I am using the service contract order type in which each line item represent a milestone (copied from the billing plan) for a project on which a network is assigned. I need to create invoices for the due milestones and their dates. Currently my invoice is picking the milestone with the latest date which is not what I want.
    Please help.
    Luqman

    Hi Krishna,
    I have done that but it is not working. I made all configs and assignments for the billing plan type, order type and item categories but the invoice is still billing for line items with billing block on.
    Any idea on what I need to do again or what I may have missed?
    Thanks
    Edited by: Luqman Abolaji on Feb 16, 2012 2:54 PM

  • Reference document number of 103 movement not seen in 105 movement documnt

    Dear all,
    I have made a material document with movement type 105 with reference to 103 document.
    After creation, the field LFBNR in the 105 document is not updated with the 103 document number.
    In all other cases the document number of 103 movements are updated in the the field of 105 document.
    Can anybody can share me if you have any information about this scenario and what would be the solution.
    Thanks....
    Hari.

    Hi Murugan,
    I am giving you more clarification.
    I have created a Good Receipt through MIGO using 103 movement.     Later I have created 105 movement with respect to 103 movement reference through release blocked stock.
    After creation of documents, when checked the document created through 105 movement there is no reference number of 103 document number found in the document number of 105 movement.
    In the table MSEG  field LFBNR is supposed to get updated with the reference number of the document created through 103 movement.
    In this case, this reference number is not updated in the table MSEG-LFBNR.
    My question is that how the document with 105 movement get posted without the reference of document of 103 movement and what would be the reason.
    Hope the question is clear.
    Awaiting for your replies.
    Thanksss....Hari.
    Edited by: Harikrishnan_sap on Nov 13, 2009 2:02 AM

  • Pricing procedure with a reference of a billing document

    Hi all,
    How to apply new pricing procedure when you use a reference of another billing document?
    by VA01, I want to use a billing document as a reference to create another sales document. Tthese 2 has different pricing procedures but when I do this, I want the sales document to use its own procing procedure.
    But when I refer a billing document and create a sales document at VA01, it copies the billing document's pricing procedure.
    These 2 pricing procedures have different condition types.
    I already went to "Maintain Copy Control for Sales Document" - "Copying Controld: Billing Document to Sales Document"  and set "B" as its pricing type.
    Waiting for a valuable replies from y'all.
    Best regards
    Misaki

    HI,
    Thank you for your reply,
    I already have assigned pricing procedures to the required order types at OVKK, and V/08.
    but it still doesn't go right.
    When I don't refer any billing document at VA01 and simply create a sales document using required order type,  the assigned pricing procedure is used. However, when I use a reference of a billing document to create a new sales document, it copies a pricing procedure from the refered billing document and doesn't  use its own pricing procedure.
    Wanting to know how to redetermine a pricing procedure to create a sales document when referring a billing document.
    Ideally, the new sales document doesn't copy a pricing procedure at all from the reference(billing document), if possible.
    I really appreciate for your help.
    Misaki

  • Links between two separate PDF documents - one as reference for another.

    Hello, everyone.
    I have a special project that I believe would be best addressed with the creation of two independent but linked PDF files. Let me be more detailed.
    My plan is to create a PDF file as a text document. In this text document there will be numerous references to documents and articles that I intend to place in a second PDF file. I would like the user to be able to open the text document PDF on the left side of his computer screen and also open the reference PDF with documents and articles on the right side of his computer screen. Every time the user comes across a section of the document that offers a link to an external reference the user would be able to click on it and the PDF on right would display the page corresponding to the reference on the PDF on the left. I hope this makes sense.
    Is it possible to create PDFs with this type of relationship ? I am guessing that in order for these links to work both PDFs will have to reside in the same directory so that the links (relative links in this case) may work properly. Is this true ? How can I make this work and is there a good document I can read or tutorial I can watch that would describe this in detail ?
    Thanks in advance for your help.

    Hello, try67.
    Considering what you share I don't think this solution is the right one for me. I am trying to find a simple solution that would allow me to accomplish this task. Considering it would require scripting or programming the solution has just become more complex than what I feel I can comfortably handle.
    Thank you anyway for your help.

Maybe you are looking for

  • Disable the Keyboard Auto-Shutoff with screen rotation? Yoga would make a great All in One PC

    I'm looking to shut of the keyboard so that the screen can be folded inward and the laptop can function as a keyboard. The yoga would be GREAT! for this purpose.  So far..  I've disabled the YMC service, no effect Disabled all the sensors in Device M

  • Open a new url in new window

    Hi all, I have implemented an application & integrated in EP. In my view i have provided a link on click of which i should be able to open a separate url in a new window. Again, I need to pass some url parameters which should not be visible in the ur

  • T-code F110 with a new house bank

    All, I have created a new house bank and when I attempt to do a payment proposal with the new bank I can get all the way to where the system tells me that posting orders have occured.  However, when I I attmpt to do a print out I go to the spool jobs

  • OIM11g: Error trying to define a connector

    Hi all, Has anyone seen this error before when trying to define a connector: "getSelectDependencies encounter some problems: Population can be done in DBCreated Mode Only" I can't find it mentioned anywhere? Thanks for any help.

  • Upgraded to Maps 2.o and now problems

    I used to be able to download the maps over WLAN for Bosnia and Herzegovina on my previous version of Nokia Maps, now I can only download the maps for the countries that have the Navigation feature... And I am stuck with minimal map information for B