How can attach a sales order link into an Internal Mail - Workplace.

Hello, is there somebody can give me some tips to do this.
I need to attach a link of a sales order into a message of an internal mail (workplace).
When a sales order is blocked by credit, one mail sent to the representative credit manager.
The subject of the mail already have the number of the sales order (&VBAK-VBELN&), BUT I don't know how to attach the link of a sales order. The idea is the user that  will read the mail can clic the link to display the sales order.
Thanks for your help,
JEOS.

Hi Jeos
While maintaining condition record VV11 with transmission medium Internal Mail  you will get the option attach file then you can attach that file and send internally to the other user . But you cant attach the sales order , you convert the sales order data into an excel file and then upload that excel file and then send to the other user
Regards
Srinath

Similar Messages

  • How can I reallocate sales order stock within sales order?

    I have a material that is strategy 50 and produces sales order stock.   A customer placed an order for a quantity to be shipped to a single location.  So the sales order was set up with a single line item and a single ship-to partner.  Just before shipping, the customer now wants the quantity broken into deliveries for 4 different ship-to locations.  The total quantity is the same, but it is now to be spread across 4 ship-to partners.   I thought we could just add 3 more line items to the sales order, set the ship to partners for each of the 4 sales order items to the new ship to locations, and then adjust the quantities to the amount to be shipped to each partner.  But when I do this, ATP does not let me confirm the new order items and confirms the original item with a note that the quantity produced is less than the order quantity.  How can I split this order up into multiple items?  
    Thanks in advance.

    I was able to resolve the problem yesterday evening.   The solution was to first create a posting change using MB1B with movement 413 E - Sales Order to Sales Order.   Then I did a posting change notice to change the material - the only thing that I changed, however, was the special stock number.   Worked like a charm, but was tough to figure out (I am an SD person, not IM/MM).

  • Urgent: How to copy multiple sales order items into a return sales order?

    Dear developers,
    I have a requirement to copy multiple sales order items into a single return sales order. For example, generated return sales order have 2 items, item 10 is created with reference to sales item 2610/10 and item 20 is created with reference to sales item 2611/20. What's more, when it happens, copy control should be taken care of. I know it is possible to create this kind of order by transaction. But how to do it in coding?
    In current SAP release, there is only BAPI for creating with reference on 1:1 relationship which means copy one document to another but what I need is N:1 copy.
    Any suggestion is high appreciated!!
    BR,
    Tony.

    Hi ,
    If you are creating sales order by using bapi then after calling bapi you can check import parameter <i><b>SALESDOCUMENT</b></i> in the bapi function module .If this parameter is not initial then sales order is created in this case you can create return order. If this import parameter is initial then sales order is not created and you cannot use return bapi function module.
    Bapi is simple method than BDC.
    In above case it is required to call BAPI_TRANSACTION_COMMIT after every successful sales order creation.
    One more important point is you have to clear import parameter <i><b>SALESDOCUMENT</b></i>  before calling sales order creation function module.
    Thanks,
    shyla

  • Getting a sales order link into Credit Limit Case

    Hi Forum Folks -
    Has anyone been successful in adding a linked object - in particular a sales order document - to the standard credit limit increase case (record model)?
    If so, can you offer any insight on how you did it?
    My business context for background. We're attempting to use the standard UKM_SPS_CASE as our base for taking in a credit limit increase request from a customer. The PROCESSOR field will be used to route the request to the party that will approve it.
    In the case where there is a sales order pending, we would like to attach that sales document to the case so that the credit analyst can look at that as well as anything else we choose to attach to the case (usually documents, P&L information, collaterial stuff, etc.). Once the analyst has done their thing, it is either approved or declined. If approved, we are customizing the workflow to automatically set the new limit.
    My thanks in advance for any insight you all can offer.
    Dan

    hi Dan,
    I believe the process you are refering to is standard in the Document Credit Decision.
    This is now available in Enhancement Package 5 .

  • How can i show sales order details for specific partner in view

    Hi All,
              My Requirement is that I want to display the sales order id,sataus,amount in sales order assignment block  in Customer FACTSHEET. I created a new componnet and new view for Sales Order View  using BTQRSlsOrd BOL Entity in ONEORDER I want to diplay sales order id ,status ,amount for specifc business partner which i selected from Account Tab in WEB UI.How can i bind my ( view or context node or context ) so that it shows details of sales order for specific business partner.
    Thanks in Advance.......
    Vishwas Sahu

    Hi Vishwas
    I hope the following link helps you in setting up the sales order in account fact sheet:
    Add Sales Order to Account Factsheet
    If you are on CRM 2007 SP03 then you might need the following note:
    Note 1165224 - Search result is not showing up in IC account factsheet.
    Regards
    Rupesh

  • How can i capture sales order items in C# and pass them to a BAPI?

    Hi everybody,
    here is another novice question for you.
    What control should i use in Visual Studio to allow the user to enter sales order items (material and qty) as a table on the screen and then put these items on a table and call the BAPI to create an order?.
    I've tried using a Datagrid and set the "edititemindex" as "1" but doesn't work.
    Any help will be greatly appretiated.
    thank you
    Javier ...

    Dear Todd,
    thanks for your reply. I'm using ASP. I tried a grid but i cannot seem to make it work, it doesn't appear at first because it's empty, i tried creating some blank rows but the same happens.
    The other thing i tried just to test is to create a row on the table "partners" to pass the needed "AG" (sold to party) and its number and the BAPI keeps returning an error "Please enter Sold ot or Ship to party". Like if the table was empty. Is there any special way to send a table to a BAPI ?. I'm sending it by ref, and i'm creating the record by first creating a structure, filling it an then calling the ADD method of the table and passing the structure. I'm i missing something here?
    Please Help, it's been days with this problem,
    I'll appreatiate it very much
    Best regards and have a great day.
    Javier ..

  • How can i add two table data into third internal table see below

    hi i insert diffferent table data into different internal table i did try to insert two different internal table data into third internal table by using move
    but only single data is coming please help me
    i want this two internal table data inot third internal table.
    sELECT  * FROM J_1IEXCHDR INTO CORRESPONDING FIELDS OF ITAB1 WHERE STATUS = 'P'.
    SELECT * FROM J_1IEXCDTL INTO CORRESPONDING FIELDS OF ITAB2  WHERE LIFNR = J_1IEXCHDR-LIFNR.
                             AND DOCYR  = J_1IEXCHDR-DOCYR,
                             AND DOCNO  = J_1IEXCHDR-DOCNO.
    WRITE: /  ITAB1-LIFNR,
              ITAB1-DOCNO,
              ITAB1-EXYEAR,
              ITAB1-BUDAT,
              ITAB2-EXBED,
              ITAB2-RDOC,
              ITAB2-ECS.
    ENDSELECT.
    ENDSELECT.
    thank you .

    hi
      Two add two internal tables data.  first we need to create third internal table with all the fields of first two internal tables.
    later u move the two internal tables data to third internal table
    by looping the internal table which have more records or depending on the requirement and move the corresponding fields of first internal table to the third internal table and use the read statement with condition based on primary key of first itab and get the corresponding data of 2table into 3table.
    i am sending the sample code to u.
    check it out. i think u will understand how to move.
    select vbeln waerk netwr erdat audat kunnr
       into table it_vbeln
       from vbak
       where vbeln in s_vbeln
         and erdat in s_erdat.
      if not it_vbeln[] is initial.
      select kunnr name1
       into table it_kunnr
       from  kna1
       for all entries in it_vbeln
         where kunnr = it_vbeln-kunnr.
      endif.
      loop at it_vbeln.
      clear it_final.
       it_final-vbeln = it_vbeln-vbeln.
       it_final-waerk = it_vbeln-waerk.
       it_final-netwr = it_vbeln-netwr.
       it_final-erdat = it_vbeln-erdat.
       it_final-audat = it_vbeln-audat.
      read table it_kunnr with key kunnr = it_vbeln-kunnr.
       it_final-name1 = it_kunnr-name1.
      append it_final.
      endloop.

  • How can I get imported Outlook email into folders in mail?

    I am a longtime PC user with email and calendar in MS Outlook (finally) converting to an iMac.  I used the Migration Assistant to transfer my old PC email to new iMAC running OSX Lion via ethernet.  On the old PC, I have ~15 years of stored emails in a *.pst file, organized by folders.  I want to retain that file structure to organize older email (but retain it on hard drive for later access) in mail on the iMac.  For example, I get an email confirmation of an online order, I move it to a folder called "Money" in case I have any problems with the item or need ot figure out how long since I purchased something for warranty.  After the migration I have 1,984 messages in my inbox on the iMac.
    Two apparent problems: 
    1) Everything is in one folder.  I don't want to have to refile all this stuff again.  How do I get an intact folder structure imported to iMac email from Outlook 2000 *.pst file?
    2)  I don't think the migration moved everything form the old pst.  It took more than inbox, but not enough to be all the emails.  To avoid duplications, should I scrub the iMAC mail clean before any steps to achieve 1 above?  If so how do I remove the emil imported the first try to iMac?
    Be gently, true newbie status here.  Learning the iMac slowly - but can't go for long without email.....

    Hi. I have a similar issue. Migration assistant seems to have pulled in all my email accounts (6) correctly and also the mails that were sat in those inboxes. However, the entire folder structure (where I would drag and drop) has not migrated and nor (it seems) the email contained within. I also have a .pst (which is not corrupted on the PC) and is not huge. So I would like to move all my history across. I don't particularly care about the folder structure but I do, of course, want all of my history transferred.
    Is there any easy way to do this? Otherwise all I can think of is moving all emails on my PC from the folders to an inbox in Outlook, unarchiving the .pst emails and then doing the email migration all over again.
    Thanks for any help.

  • WBS element , Production Order and Sales Order Link

    HI,
    I have to get the name of the customer mentioned in the sales order. In Sales order line item assignment WBS element has been assigned as this is a sales order for customer specific.
    Now I am doing MRP run against WBS element and getting the planned order.
    After that i am doing Conversion of planned order into production Order with transaction code MD04.
    In the production order, Assignment tab WBS element is showing.
    My query is that against the WBS element and that particular production order how can i trace sales order as well as the customer name.
    Note: The WBS element can be assigned to more than one sales Order line item.

    Asutosh Mahapatra,
    Since each production order is created for 1 unique Sale order number you should see the sale order number on the header screen in production order ( General data tab). Also customer number & name will appear there.
    Hope this helps. Else please come back.
    Thanks,
    Ram

  • CProjects and Sales Order link

    Hi,
    We are currently using cProjects for the purpose of  Resource allocation. As a part of process, projects are primarily created in SAP and they automatically gets created in cProjects. However, the management has now decided to use it for tracking Revenues against these projects. I have done the necessary changes in the Object Link and the Sales Orders can now be searched manually at all the levels i.e the Project Definition, Phase and the Task level. However, can somebody let me know that
    How can all the  Sales Orders created in SAP automatically gets. linked with the cProjects in EP.
    Secondly, currently all Sales Orders can be linked to any cProjects irrespective of the fact whether the Sales Order carries that particular project or not. Is there a check that only line items with the relevant WBS gets linked in cProjects.
    Waiting for your reply at the earliest.
    Thanks & Regards,
    Gaurav

    Hi,
    it is possible to update the object link automatically with a newly created sales order....however, you have to more or less build this yourselves...
    (we have this working in our own RPM 4.5 system!)
    Yours,
    Miel

  • How can i create slaes order using BAPI

    hi all,
    i didnt work on BAPIS .how can i create sales order using BAPI here i should pass Z values.
    Moderator message : FAQ, search for available information. Thread locked.
    Edited by: Vinod Kumar on Sep 13, 2011 12:22 PM

    Hi!
    There are a lot of answered threads regarding your question. Try searching first. Below is a sample link.
    BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    Steph
    Edited by: stephquion on Sep 13, 2011 8:25 AM

  • How can i read local excel file into internal table in webdynpro for abap a

    Could someone tell me how How can i read local excel file into an internal table in webdynpro for abap application.
    thank u for your reply

    Deep,
    File manuplations...............................
    1. At the presentation level:
    ->GUI_UPLOAD
    ->GUI_DOWNLOAD
    ->CL_GUI_FRONTEND
    2. At the application server level:
    ->OPEN DATASET : open a file in the application server for reading or writing.
    ->READ DATASET : used to read from a file on the application server that has been opened for reading
    -> TRANSFER DATASET : writing data to a file.
    -> CLOSE DATASET : closes the file
    -> DELETE DATASET : delete file
    If file is on the local PC,use the function module GUI_UPLOAD to upload it into an internal table by passing the given parameters......
    call function 'GUI_UPLOAD'
    exporting
    filename = p_file
    filetype = 'ASC'
    has_field_separator = '#'
    tables
    data_tab = t_data
    p_file : excel file path.
    t_data : internal table
    <b>reward points if useful.</b>
    regards,
    Vinod Samuel.

  • I have created a quotation in CRM system. I want that to be downloaded into ECC, so that, I can create a sales order there with reference to that quotation. So, what are the parameters that I need to set in CRM system so that my quotation gets replicated?

    Dear Experts,
    I have created a quotation in CRM system. I want that to be downloaded into ECC, so that, I can create a sales order there with reference to that quotation. What are the parameters that I need to set in CRM system so that my quotation gets replicated without any error?
    Please help me in this regard. An early and in detail step by step guidance is highly appreciated.
    Thanks,
    SMTP

    It may be best to recreate the folder and the smart playlists from scratch.
    tt2

  • How can i find PP Order & Plan Order from Sales Documents?

    I want to trace all PP Orders & Plan Orders form Sales Documents No.(Item)
    What logic can make me achive?(AFPO?)
    TKS a million~~

    If you want standard report you can get it through COOIS report.
    If Z then through AFPO you can get the production order -- sales order link.
    And yes for planned order against sales order use PLAF table.

  • Hi, I am user iPad and I do not know how can attach a file into email e.g. CV.  Thanks

    Hi,
    I am user iPad and I do not know how can attach a file into email e.g. CV. 
    Thanks

    You attach files within the app that creates the file or within the app that the file is saved. For example you email photos from within  the Photos App itself. Typically there will be an action icon within the app - an arrow icon many times - you tap on that to bring other options like Share - then Email.
    Attachments must be mailed within the apps themselves.

Maybe you are looking for

  • About Extractor 2LIS_13_VDHDR

    Hi Guys, I am using an extractor 2LIS_13_VDHDR. When I check that in RSA3 it shows "0 records selected". When I schedule that my infopackage having that same Data Source it shows that 1900 records loaded. As for as my knowledge is concerned if there

  • Scdpm 2012 r2 port requirement

      Dear all, We have some servers in DMZ need to backup those servers , can i know what are ports need to open for dpm agent install , backing up , restore ..etc I got to know from some forum , below ports need to open. Am I missing anything? 135/TCP

  • Slow close down time

    I had a problem with an external backup programme a while back in that it deleted a whole bunch of files (library as well as documents files) instead of backing them up. Since that time my computer has been noticeably slower when it comes to shutting

  • Opening a Muse 2014 file in 32bit Muse 7.4

    Hi guys, Recently I was building a site in the latest 2014 version of Muse. Now I would like to continu working on this site, but I'm temporarily stuck with a 32bit Win7 machine and Muse 7.4, which means I cannot open the newer version Muse file. Is

  • How to connect two different oracle databases

    Hi All, I have a special scenario like the following: I have an oracle Database 10g, it has to get some data from the Oracle Apps Database (the API is defined in the Views and Packages of the 10g database) Is it possible for me to make a connection w