Link Notification Order into Document

Dear Expert,
I already customizing Notification (Type OE), that has link into Document Management System. Is any body knows what is the table contain information that Notification has Document? I already find DRAD table that inform what kind of document have a link to object.
Thank you for kind attention and cooperation.
Brgds.
Lazio

Hello Lazio
Sorry it seems the two mentioned tables only contain information regarding the "service for object" functionality.  In your case, you can get the information by combining QMEL and DRAD.  Unforetunately you cannot make a straight forward query to obtain this, because the format of the link-fields are different:
DRAD - OBJKY: 000200001011
QMEL - QMNUM: 200001011
However you can easily do it in Excel, or you can have your ABAP resources to create a query for you.
Regardss
Jan Erik

Similar Messages

  • CS/SD - Link from transactions: Measurement Document x Notification?

    Hello all,
    vs: SAP ECC 6.0
    I need to create the following Customer Service process:
    It is created Measurement Document based on a counter reading. For that we use transaction Measurement Document (tcode = IK11/ IK12 IK13)
    Process I need to create:
    From each Measurement Document we must create a Sales Order (tcode = VA03).
    Relation One to One - 1 Measurement Document will generate 1 Sales Order.
    From Notification transaction (IQS2), it is possible to create a Sales Order. That is fine! Then I am thinking to use this functionality.
    My question is:
    How is done the LINK from transaction Measurement Document (tcode = IK12/ IK13) to transaction Notification (IQS2), Is there any standard solution (transaction) to do that link?
    Many thanks in advance,
    Barbara
    Edited by: Barbara Barbos on Sep 18, 2008 5:26 PM

    Wow Stephan,
    Many thanks for your answer.
    I already tried and YES....
    - from create Notification transaction (IW51), I created tha Measurement Doc and after this I created the Sales Order from the same same IW51 transaction.
    100% helpfull answer.
    Thanks again & regards,
    Barb

  • Linking Sales Order Header and Item into a DSO

    I am trying to combine my Sales Order Header and Item into a DSO.
    I created individual DSOs for each extractor and loaded successfully. I then created a new DSO with the Document number as the key field and loaded the data. However, when I check the new DSO, the data is not combined but seperated on one line.
    To make it clearer
    DSO1
    CH1 CH2 CH3 KF1
    DSO2
    CH1 CH4 CH5 KF2
    In my new DSO3, I used CH1 as the key field and when I load data, I expect to see
    CH1 CH2 CH3 CH4 CH5 KF1 KF2
    But I get
    CH1 CH2 CH3 KF1
    CH1 CH4 CH5 KF2
    Is there something I'm doing wrong?

    Hi Siggi
    I'm not sure what you mean.
    What I am trying to achieve on the long run is to combine Sales Order and Billing into a cube. But first i need to get the orders into a DSO and also Billing into another DSO. And then combine into a consolidated DSO before going to a cube. Please correct if this approach is wrong.
    In the meantime, I am trying to combine the sales order item and header into one DSO.

  • How to upload Sales Orders into B1 from an excel file?

    Hi,
      I'm a new comer. I'm looking for a program of uploading Sales Orders into B1 from an excel file. Where can I find a reference book for it? Or I appreciate if someone could offer a program sample.
      Thanks
      ZAP

    Hello ZAP.
    I do not have such code, but i this link /people/janos.nagy/blog/2010/01/25/exporting--importing-authorization-using-ms-excel-in-sap-b1 you can find an excel example about authorization, and using Single Sign On (SAP B1 must have run with excel)
    The method is similar, you can run any DI API operation from excel.
    Here is an example to add a sales order
    Dim oDoc As SAPbobsCOM.Documents = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
            oDoc.CardCode = CUSTOMER_CODE
            oDoc.DocDate = Today
            oDoc.DocDueDate = Today
            oDoc.Lines.SetCurrentLine(0)
            oDoc.Lines.ItemCode = ITEMCODE
            oDoc.Lines.Quantity = QTY
            oDoc.Lines.UnitPrice = PRICE
            If oDoc.Add <> 0 Then
                MsgBox("Error " + oCompany.GetLastErrorDescription())
            Else
                MsgBox("SAles order added")
            End If
    You can repeat the setcurrentline section as many time as lines you have in the SO:
    Regards,
    J.
    Ps: Reference: SDK help and sample programs, which included in every patch.
    Edited by: János Nagy on Feb 10, 2010 9:50 AM

  • How to block the creation of a Sales Orders without a linked Purchase Order

    Hi. I'm trying to block the creation of a Sales Order that doesn't have a linked Purchase Order. The first thing I did is using the SBO Transaction Notification as follows:
    IF  @transaction_type = 'A' AND @object_type='17'
    BEGIN
         IF (SELECT PoPrss FROM ORDR WHERE DocEntry = @list_of_cols_val_tab_del) = 'N'
         BEGIN
              SET @error = 1
              SET @error_message = 'Purchase Order Missing...'
         END
    END
    This works good. I create the Sales Order, I tick the purchase order field on the logistics tab, I click Add, and then the purchase order window appears...
    Then, the problem begins... If I click the Cancel button, the purchase order is obviously not created, but the Sales Order is created.
    Can someone tell me how to block the creation of the sales order If the user press the cancel button on the purchase order window (and the purchase order is not created)
    As far as I can see, after clicking the add button in the sales order document, the Sales Order is created on the DB. If there's no way of blocking the creation of the Sales Order, can I avoid closing the purchase order window by the SBO_TransactionNotification? (if the purchase order has not been created)
    Thanks...

    Hi Yail,
    I think you can't close the purchase order with the stored procedure.
    Try to catch the Event when the user click on Cancel button.
    So you can list the vents with event logger : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ede3be37-0e01-0010-1883-cd1b5293473e
    You can block the cancel button and force the user to create the purchase order.
    Hope i help you
    Best regards
    Michael

  • Combing multiple sales order into one delivery - help needed!

    basically, this is what im doing and maybe someone can direct me in the right direction?
    i goto vl10c, enter the shipping point and then goto the sales order tab and enter one sales order in sales document 1st field and then in the second field for sales document i enter the second sales order. it then opens up a list of the 2 sales order and i can check mark one or both sales order here. after i check mark both, im not sure what to do to combine the 2 sales order into one delivery document. anyone???
    thanks!

    I will suggest you to go through the link [http://help.sap.com/saphelp_erp60_sp/helpdata/en/38/c1853488601e33e10000009b38f83b/frameset.htm]
    I request you to search the SD forum before posting the issues. You will get plenty of treads on this subject.
    Check the required confiquration for "combing multiple sales order into one delivery" and if still problem persists then you post the error you are getting for resolution.
    Best Regards,
    Bashir
    Edited by: Bashir on Oct 16, 2009 8:58 AM
    Edited by: Bashir on Oct 16, 2009 8:58 AM

  • How to find Invoice number linked to FI accounting document number ??

    Hello All,
    I have been looking around for all possible combinations to find the link between FI accounting document number (BSEG-BELNR) and Intercompany Invoice number (for which billing corr. to STOs' or POs' is done).
    The requirement is that during ERS posting, we have accounting document numbers (BSEG-BELNR) and associated STOs' for this (BSEG-EBELN), but we are unable to map the Intercompany Billing Invoice number(s) (where the billing corr. to STOs' obtained from BSEG-EBELN) to this accounting document number (BSEG-BELNR).
    Any pointers or detailed view solution would be of great help.
    Thanks,
    Ansh

    Hello DPM,
    Thank you for the descriptive help. But my requirement is to look for Intercomapny Billing number (VBRK-VBELN) linked to an accounting document number (BSEG-BELNR) and not Invoice Receipt Number.
    The steps that I am following are:
    From BSEG, found EBELN (Stock Transfer Order) and XREF3 (Reference Key, combination of fiscal yr., some ref. number, maybe GR no. and ref item no.), based on BELNR (Accounting document number).
    From EKBE, found XBLNR (Reference Delivery Number or Direct Intercompany Billing Number on which GR is done) based on
    EKBE - EBELN = BSEG - EBELN
    EKBE - BELNR = BSEG - XREF3 (only ref and item no., considering it to be a GR no.)
    EKBE - VGABE = '1' and EKBE - BEWTP = 'E'.
    From VBRP, found VBELN (Intercompany Billing No., which is a desired number) based on
    VBRP - AUBEL = EKBE -EBELN (Stock Transfer Order)
    VBRP - VGBEL = EKBE - XBLNR (Delivery number)
    Here, I am not sure about 2 things:
    Whether the reference no in BSEG-XREF3 will always be Goods Receipt number for Stock Transfer Order or not. If not, then what it can be and how I will have to proceed further then.
    Secondly, If in case for an accounting document number, I have 2 Stock Transfer orders (BSEG - EBELN) and same reference number (BSEG-XREF3), then from History table (EKBE) I get only single delivery based on which GR was doen for both STOs', then I shall be getting single Intercompany Billing Invoice from VBRP or different ?
    Kindly provide your inputs.
    Thanks,
    Ansh

  • Link Sales Order with STO

    Dear All,
    I am having a scenerio, where I would like to link Sales Order Document Number with Stock Transport Order.
    Can anybody advise me , plsease.
    Rgds,
    Indrajit

    hi-
    in STO we started from PO(purchase order).NO Req. of sales order in that scenario.
    I f u want to envolve the sales order then do one thing creat sales doc for STO then in sales order  you can put the PO number in PO feld in sales order as  a text then you can do having no problem also.
    thanks
    sunil

  • Is there a way to create a pdf that preserves all links from the origional document?

    Hi,
    I have a new, rather large, pdf document I need to create. After discovering that adobe will not reliably convert hyperlinks from an office document, I need a new strategy. Does anyone know of a program, other than office, that adobe will reliably convert the links in the origional document into links in the pdf? Or is there a different way to do this, other than adding links in adobe after I create the pdf?
    I have Windows 7, Office 2007, Acrobat Pro X, and IE 8 (I know... it's a work laptop)
    Thanks

    In iTunes, File>Print. Then select your options.

  • How to convert More than one order into Commercial Invoice?

    Dear All,
             I am facing one problem in Export senario, i have to create Commercial Invoice with reference to One or more than one order but PO no. in order are different. Is it possible?
            Also i have to create one delivery & one Tax invoice in reference to one or more order or Delivery, How?
          Plz give me solution to solve the problem.
          Award pts for useful answers.
    Thx & Regards,
    Pankaj

    Hi,
    This can be definitely done. There can be multiple sales orders of a single customer and the shipping address is also the same, so it will be logical to create a single delivery and thus a single invoice for the same.
    For clubbing multiple sales orders into one delivery go through the following process:
    Using transaction code <b>VL10A</b> we can club multiple sales orders into a single delivery provided the following details are the same in case of all sales orders:
    1. Sales document type.
    2. Delivery document type.
    3. Division.
    4. Sold to party.
    5. Ship to party.
    6. Goods issue Date.
    <b>Process:</b>
    1. go to <b>VL10A</b> - enter the <b>shipping point</b>, <b>delivery creation date</b> (automatically proposed) & <b>"CalcRuleDefltDlvCrDt"</b> - this is the rule for determining default value for delivery creation date. The following are implemented:
    1. All documents due for delivery today
    2. All documents due for delivery today and tomorrow
    3. All documents due for delivery up until the end of next week (includingthose that were due before today)
    4. All documents due for delivery up until and including tomorrow(including those that were due before today)
    Below you have tabs for <b>"general data"</b>, <b>"sales orders"</b>, <b>"material"</b>, <b>"partners"</b>, <b>"user role"</b>. You can select accordingly. It is not necessary to select from these. Now click on <b>"execute"</b> or press <b>"F8"</b>.
    2. Here in this screen you will see the <b>sales order nos</b>., the <b>ship to party</b> , the <b>delivery priority</b>. Select the required sales orders by simultaneously pressing the <b>"shift key"</b> and now clcik on <b>"background"</b>. The system will now create a single delivery in the <b>background</b>.
    3. Go back to the original screen and click on <b>"collective processing logs"</b>. Just click on "<b>execute"</b> or press <b>"F8"</b>. You will face a screen for <b>"log of collective run"</b> Here you can see how many documents were created for those sales orders and if there had been any errors those also can be seen.
    <b>If you see error</b> then select that line and in the menu bar click on <b>"go to"</b> and in this click on <b>"notes"</b>. or you can directly click <b>"Shift + F8"</b>. You can see what exactly was the error.
    click on the line and click on <b>"documents"</b> Here you will see the delivery document number - <b>"copy this number/make a note of it"</b>. You will know the time when you clicked on <b>"background"</b>. Just go through it to ge the correct delivery document number.
    4. Go to <b>"VL02N"</b> - paste/enter the delivery document number and press enter. Now you can do the picking as per your requirement and do the PGI.
    This is the way how the process works for <b>VL10A</b> and completing the delivery with PGI.
    Now like this say you have<b> "5"</b> deliveries created by clubbing multiple sales orders for a single customer. Now you want to club all <b>"5"</b> deliveries to create a single invoice. The settings will have to be done in the copy controls from <b>"delivery document"</b> to "<b>billing document"</b>. Go to transaction code <b>"VTFL"</b> - select the export billling document type and the export delivery document type select the line and double click on the same - here you have 4 fields:
    Copying requirements - maintain <b>"003"</b> here
    Determ. export data - <b>"A"</b>
    Assignment number - <b>"E"</b>
    Reference number - <b>leave blank</b>
    Copy item number - <b>"tick on it"</b>
    <b>At the item level:</b>
    Select the item category and in
    Copying requirements - <b>"004"</b>
    Data VBRK/VBRP - <b>"001"</b>
    Save the settings.
    <b>Now when you you clucb multiple deliveries into one invoice the following must be same:</b>
    1. Sold to party should be same
    2. Ship to party should be same
    3. Delivery document types should be same
    4. Billing document type should be same
    5. Incoterms should be same
    6. Payment terms should be same
    7. Shipping type should be same
    <b>Clubbing multiple deliveries into 1 invoice:</b>
    Go to <b>VF01</b> - select the delivery document numbers - press enter - click on <b>"execute"</b> or press <b>"F8"</b>. Here if there is no split criterias then the system will show you all the line items - <b>save</b> the invoice. If the system finds any data <b>mismatch</b> then it will show a button for the <b>"split analysis"</b> - when you click on it the system will show you why the split has occured.
    Reward points if solution helps.
    Regards,
    Allabaqsh G. Patil
    Message was edited by:
            allabaqsh patil

  • How to get the link of already archived document

    Dear all,
    How to get the link of already archivied document. for example i have a sales order for which subsequent documents have been archived. now i want to get the link of subsequent document.
    please give some solution
    Thanks in advance
    Thanks,
    Hemachandran.

    Hemachandran,
                The archiving object for sales order is SD_VBAK. If you run the program S3VBAKAU by transaction se38 and search based on the document numbers ( as you mentioned it is the preceeding document numbers to the current document), you will be able to retrieve the information regarding the previous sales orders.
    More information on the sales order archiving object can be found at,
    http://help.sap.com/saphelp_45b/helpdata/en/a9/55c7b690a111d1a5510000e82deaaa/content.htm
    Sojan
    <<text removed by moderator>>
    Edited by: Matt on Nov 16, 2008 5:08 PM - Do not request points

  • Storing Orders into Site using streamWriter Class in c# getting Error

    Hi,
        I am using streamWriter class to write orders into text file.It's working.,But not my client asking to change site URL to store orders into that site.
    I need to save orders into below path:
    https://SP2010.org/Departments/Community/Communications/DocForms/Forms/Simple%20View.aspx
    Getting Error: 
    The given path's format is not supported.
    In web.config File:
    <AppSettings>
    <add key="OrdersList" value="https://SP2010.org/Departments/Community/Communications/DocForms/Forms/Simple%20View.aspx"/>
    </AppSettings>
    Under Button control,wrote below code:
     string Orderslist = System.Configuration.ConfigurationManager.AppSettings["OrdersList"].ToString();
                            string fileName = Orderslist;
                            string fileText = fileName + nextorder.ToString();
                            //Check if file already exists. If yes, delete it. 
                            if (File.Exists(fileText))
                                File.Delete(fileText);
                            // Create a new file 
                            using (StreamWriter streamWriter = new StreamWriter(fileText))
                            {streamWriter.WriteLine(listItem["Title"]);
                                    streamWriter.WriteLine(listItem["OrderDate"]);
                                    streamWriter.WriteLine(listItem["OrderCreatedBy"]);
    Thanks in Advance:
    Help Me

    Hi Sadomovalex,
    Thanks for Responding.
    I tried below code,Getting error:
    server Error in '/' Application
    File Not found
    Description: An unhandled exception occured during the exception of the current
    web request. Plaese review the stack trace for more 
    information about the error and where it originated in the code
    Exception Details: System.IO.FileNotFoundException:File not found
    The file is storing in my file system:Orderlist.txt44,
    Orderlist.txt45,
    Orderlist.txt46...
    I am unable to read the file;getting error file not found
    The code Is:
    protected void Button1_Click(object sender, EventArgs e)
            string siteURl = System.Configuration.ConfigurationManager.AppSettings["OrdersList"].ToString();
            string fileName = siteURl.ToString();
            String fileToUpload = fileName;
            //String sharePointSite = "http://sp2010:9596/DocForms/Forms/AllItems.aspx?InitialTabId=Ribbon.Library&VisibilityContext=WSSListAndLibrary";
      String sharePointSite = "http://sp2010:9596/DocForms/Forms/AllItems.aspx";
            Console.WriteLine(sharePointSite);
            String documentLibraryName = "DocForms";
            using (SPSite oSite = new SPSite(sharePointSite))
                using (SPWeb oWeb = oSite.OpenWeb())
                    if (!System.IO.File.Exists(fileToUpload))
                        throw new FileNotFoundException("File not found.", fileToUpload);
                    SPFolder myLibrary = oWeb.Folders[documentLibraryName];
                    // Prepare to upload
                    Boolean replaceExistingFiles = true;
                    String fileNames = System.IO.Path.GetFileName(fileToUpload);
                    FileStream fileStream = File.OpenRead(fileToUpload);
                    // Upload document
                    SPFile spfile = myLibrary.Files.Add(fileNames, fileStream, replaceExistingFiles);
                    // Commit 
                    //Check if file already exists. If yes, delete it. 
                    if (File.Exists(fileName))
                        File.Delete(fileName);
                    // Create a new file 
                    using (StreamWriter streamWriter = new StreamWriter(fileName))
                        streamWriter.WriteLine("Hyderabad");
                        streamWriter.WriteLine("Secundrabad");
                        myLibrary.Update();
    Help me,
    Thanks:

  • Can I add a link to launch another document in another app?

    I'm writing a OS X app.  I want to paste or drag a text object into Pages.  Is there a way to add a link back to my app?
    Thanks

    The only links supported in Pages v5 (any release) are email, and web links. Pages '09, the predecessor to Pages v5, supported web, email, intra-document links (bookmarks), and extra-document links to other Pages '09 documents. Neither supports a link back to storage resident applications.

  • Documents in BW....Can we link to R/3 Document ?

    Hi All,
    For master data we can maintain documents in R/3 system...  We also maintain documents in BW...
    Lets say for 'Material' we have a document available in R/3 already. We want the same document to be available from BW. So, now do we have to create another copy and save it in BW server separately or is there any way to link to already existing document in R/3.
    Thanks a lot.
    Gova

    Sree,
    Thanks for the answer. RRI could be a solution, but that is not exactly my question.
    I would like to know if we need to copy the same document from R/3 into BW, or is there anyway to link directly to R/3 without duplicating the same document in BW at the document level.
    Thanks
    Gova

  • How to Create inspection that assign to Purchase Order / Material Document

    Dear QM Master,
    I am using QA01 to create inspection lot but can any master tell me , How to Create inspection that assign to Purchase Order / Material Document ?
    Appreciate.
    Thank you.

    Hello,
    When you create an inspection lot manually, you cannot reference an original document (for example, a goods receipt document, an order, or a delivery note).
    In QA01 you can create inspection lot manually for all inspection lot origins except the following:
    10 - Delivery to customer with sales order
    11 - Delivery to customer without sales order
    12 - General delivery
    13 - Repetitive manufacturing
    14 - Plant maintenance
    You can also refer this link
    http://help.sap.com/saphelp_47x200/helpdata/en/2d/3519d8448c11d189420000e829fbbd/frameset.htm
    Please check and revert.
    Regards,
    Priyanka

Maybe you are looking for

  • Apple tv home share issues

    I have 2 AP2.  One sees my library and the other doesn't even though I have logged in with the proper particulars.  Is the Appletv defective or should I do something?  I've resetted but not restored. (ethernet) thanks

  • ITunes 10.1 won't detect iPhone 3G

    I just installed iTunes 10.1 and it has failed to detect my iPhone 3G. It detects it sometimes but that's rare. Here is my diagnostics test result Microsoft Windows XP Home Edition Service Pack 3 (Build 2600) Dell Computer Corporation Dimension 4600i

  • Problem in forums.

    These days a lot of problems are being seen in forums, Clicking on blogs dont open them, then manually i have to edit the address to remove s from https, to make the link work, clicking on posts given back in search too face the same issue. after log

  • TS1702 There are two apps in my update section that I did not install and I want them gone.  1 says it has mature content, what the heck is this?

    there are two apps in my update section that I did not install and do not want.  How do I get rid of them without?

  • Sync Library to Replacement iPod

    My iPod was destroyed in a tornado Friday night. (We are okay.) I bought an almost exact model from a friend of mine. How do I sync my iTunes library to the iPod without losing the songs already on it?   Windows XP