Link to a SAP transaction in the body mail using SO_NEW_DOCUMENT_SEND_API1

Hi everyone,
Is it possible to set a link to a text in the body of a mail sent by SO_NEW_DOCUMENT_SEND_API1, in order to navigate to a SAP transaction?
Example:
Body (in sbwp):
Distribution done. Click  here for going to transfer program.
And the link is a transaction to a report program.
Regards everybody in advance. Points promised for every help answer.

Hi
Re: link to FM
Regards
pavan

Similar Messages

  • Need to call sap transaction when the work item got rejected.

    Hi all,
    I need to call the ME22n transaction once i reject the Work item. Once i press the rejection button on the work item it should direct to the sap transaction. how can i make this functionality in the decision task. Do i need to implement an ext for this.
    Thanks.
    Neslin.

    You simply create a task for executing the SAP transaction (business object TSTC)
    you use this task as a dialog step at the rejected outcome of the user decision with the same agent as the user decision and in the details of the workflow step you tick the advance with dialog box.
    And... you're done.
    Kind regards, Rob Dielemans
    Edit: Instead of using BO TSTC it would be better to check the BO normally related to Me22n and see if a dialog maintain method exists
    Edited by: Rob Dielemans on Jul 16, 2009 9:55 AM

  • This is regarding CBMA in SAP PI 7.3.1. I have set up the alert mail using default java mail client.I do receive the alerts via mail. But my requirement is to direct all the mails to Business workplace inbox in ECC.

    This is regarding CBMA in single stack SAP PI 7.3.1. I have set up the alert mail using default java mail client.I do receive the alerts via mail. But my requirement is to direct all the alert mails to Business workplace inbox in ECC.
    So I need to set up PI to redirect mails to ECC Business workplace user inbox (sbwp). From here rules are set up & routed per distribution list.
    Please guide me how I can achieve this requirement.

    Hi,
    yes, it is a little bit different. This is the issue.....  
    But I am not sure if your links will help:
    1) /people/william.li/blog/2008/02/13/sap-pi-71-mapping-enhancements-series-using-graphical-variable
    is about a different solution. I do not need to count the number of lines of the source message.
    And the second variable is about concat line by line from unbound node to unbound node.
    My issue is:
    Souce:
    Message line (0...unbound) ! ! ! ! ! ! ! !
    .    ResultLine   (1..1)
    Mapping:
    =>   ResultLine1
           ResultLine2
           ResultLine........          => into UDF to an element  (1..1) in one mapping operation.
    So that all "ResultLine"s are included.
    The result is explained in the given link for Mail attachment with UDF.
    So I am not sure how to use this thread for my issue.
    In the comments of that blog Christoph Gerber writes that the new variable feature can only handle single values.
    So it is not suitable for my purposes as I have a list of values here that needs to be moved into the target message field.
    2) http://wiki.sdn.sap.com/wiki/display/Java/UsingEditJavaSectioninMessageMapping
    shows where to find the button "Java section" which is not available here in 7.1
    3) /people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14
    too is about the nice little button for Java Section that is no longer existing on PI 7.1 screen for mappings.  
    So my issue is: How to replace the Java section function with global variables in PI 7.1?
    Best regards
    Dirk

  • I have to block all SAP transaction from 2014-07-14 using SP

    I have to block all SAP transaction from 2014-07-14 using SP. kindly help...

    Hi,
    You can not block all transaction in single transaction notification. I have created for Sale order and just change object code and table for all other transactions.
    IF (@object_type = '17') and (@transaction_type IN (N'A'))
    BEGIN
    IF EXISTS (
    SELECT A.DOCENTRY FROM ORDR A WHERE A.[DocDate] >='20140710'and a.DOCENTRY = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = 10, @error_message = N'You are not authorize to add this Sales order'
    END
    END
    Thanks & Regards,
    Nagarajan

  • Cc header in the triggered mail  using  receiver mail adapter

    Hi,
    How can we  have cc option in the triggered mail using receiver mail adapter.
    message protocol is  XI payload with mail package.
    thanks,
    Ramya Shenoy

    Hi !
    Check this link:
    http://help.sap.com/saphelp_nw04s/helpdata/en/6b/4493404f673028e10000000a1550b0/frameset.htm
    under the title:
    "Mail Attributes for Message Protocol XIPAYLOAD"
    Regards,
    Matias
    ps:please award points if helpful.

  • Add 'soft link' of a shared file in the body of message.

    I want to know if there is a way to hyperlink a shared file which is on a server and add it in the body of message rather than sending that whole file as an attachment. So that when the recipeint receives the e-mail, he/she can just click on the link and that particular file will open.
    I hope my question is clear enough. I need your expert opinion in this matter. Is this do-able or am I crazy?

    I tried doing the same thing. I guess I am doing something wrong.
    I have a webserver and folder named projects under webserver. I want to access a file from the projects folder. Hence my absolute file path looks something like this:
    \\Web_Server\web_server\projects\bci.doc . How can I make this path as URL? I understand that if I have any internet website or any ip address, I can hyperlink it. But I am not sure, how can I hyperlink a file path such as this.
    I have tried the following code in the javamail:
    String tempFileName ="Web_server/WEB_SERVER/Projects/BCI.doc";
    </font>";
    This did not help me.
    Please help.
    Thanking you in advance,
    Riddhi.

  • Link to another xml file from the current file using XI

    Hello Experts,
    I'm working on a file to file scenario.
    My target file is such that it contains the details of a substance (read chemical substance). Now this substance can have many properties like state of matter, density, odor, color etc. Each of these properties have individual xml files.
    What I want to know is how do I insert a link in this substance file for the individual properties files? Is there  a way in XI to do so? Or giving separate files is the only way?
    Please help.
    Thanks,
    Merrilly

    Hi,
    Create Nodes for u r substances and provide u r fields below the substances then u r structre will comple and use occarances....
    For my Knowledge Insertion of links is not posible....
    This  is the way u can do u r r target file...
    Plw award points
    thanq

  • Multiple lines appended in mail body while using SO_NEW_DOCUMENT_SEND_API1.

    Hi,
    I built the text(Body) of the mail with 19 lines. But while triggering through workflow the last 3 lines of the body displayed in the same line instead of different line. I used SO_NEW_DOCUMENT_SEND_API1 function module for mail sending activity,
    Can anybody experienced this kind of problems earlier? If so please kindly help me to sort out this asap. Useful responses will be rewarded.
    Thanks in advance.

    Hi
    I have used this function module to send mail.
    SO_NEW_DOCUMENT_SEND_API1
    I have not problem and not found any duplicate entries.
    Please send your piece of code where you are adding text line.
    It may happened because of not clearing the memory values.
    Rgds,
    Sriram

  • How to update the sent mail using SO_NEW_DOCUMENT_ATT_SEND_API1

    I have a requirement to update/ append the sent mail like a trail.Since i am sending mails using SO_NEW_DOCUMENT_ATT_SEND_API1, how can i update new contents to sent mails using this RFC???Please help me.

    you may have to store content of each time mail send then only, you can send with history.

  • "send link" function - how do I change the email address used

    When I use the "send link" function whilst using Safari on my iPad IOS 7.1.2, it now sends it from a secondary email address I have added in Mail.
    This is not my main email address (and the one I have set as my default), which is the one it has always used until recently.
    How do I change it back to my default please?

    The email address you want to use must be on your card in Address Book. Where there are multiple addresses on your card you can change between them in an iCal alarm by clicking the arrow to the right of the current address.
    AK

  • Calling an SAP Transaction in cProjects Object Links

    Hi all,
    Can anyone help with the steps to be done in order to call an SAP Transaction in cProjects via services to Object Links. We succeeded to get the object links from R/3, but we are not able yet to see the 'open' link under 'Application' in the Object Link Tab. I read some documentation, it seems that an ITS server is required... Has anyone succeeded to do the right setting?
    Thank you,
    Lacramioara

    Hi Lacramioara,
    You have to enter the ITS Web server name in the Web Server field (IMG activity “Make Settings for Calling an SAP Transaction"). The server is required if you want to call a Web application for processing a linked object.
    Regards
    Deepak

  • Does each SAP transaction iview create a log on to the backend ECC?

    Hi,
    If I put multiple SAP transaction iviews in a role, each pointing to a different SAP transaction in the same backend system, does the launch of each iview create a new logon in the backend system when using SAP logon tickets?  If so, is it possible to make it only launch a new session if one logon has already been created?
    Regards
    Cindy

    Hello Cindy,
    launching of diffrent Transactio Iview form same back end is quite similar as loged in to backend with Proper credentials and opening diffrent transaction's by useing
    /oxx(Transaction Name)
    Hope it will add to ur knowladge.
    Regards.
    Soni Vinit

  • Calling SAP Transaction from WDA

    Hi,
    We have a peculiar requirement of calling SAP Standard Transaction from Web Dynpro ABAP.Well, we tried achieving this using the Transactional iview. On click of appropiate link/button in my applicaiton, I can call the Transactional iview. But the problem is, I could not pass on the data from WDA Application to Transactional iview. I need some inputs in handling such cases.
    The case might look something similar to PCR's final updation(like after all approvals of PCRs, the final Administrator executes the workitem which in turn calls the Notification Maintenance and this in turn calls the PA40 passing the data from Adobe form(XML data) to PA40 txn. Like this, After all my approvals, I would like to call the SAP Transaction passing the data from WDA Application. Hope I am clear.
    Regards
    <i><b>Raja Sekhar</b></i>

    Hi,
    Maybe you can use the information from this blog to pass dynamic parameters to the SAP transaction iview which you call with the created URl
    How to launch SAP transaction & pass parameters via URL
    Dagfinn

  • Adding CRM WebUI transactions to the Transactions tab in SOLAR01

    Hello,
    does somebody know if there is a possibility to add direct links to CRM WebUI transactions on the transactions tab in TA SOLAR01. Means, is it possible to link direct to the specific component on the WebUI, like it is possible to open transactions in the SAP GUI.
    Thanks in advance!
    Best regards
    Thorsten

    Hi Andrew,
    The only way to do this currently is via a small modification to standard code.  Of course you will also probably need to include your new fields in your extract to BI for reporting and extend your IDOC if you need to send the extra fields to a POS system.
    Hope this helps,
    David

  • Cannot launch SAP Transaction from Guided Procedures

    I created a Callable Object that is linked to a SAP Transaction.
    When I test it by Execute-ing, I got a browser prompt to Save or Cancel the "xxxxxxx.sapssd" file.
    How can I get it to launch the SAP Transaction?
    TIA.

    Hi,
    Kinldy ensure that you used the following process to create the Callable Object
    - Select the Parent Folder to Create Callable Object in GP Design Time
    - Click on 'Create Callable Object' in the Action Items for Gallery
    - In the Create Callable Object Step, choose 'SAP Transaction' option under 'User Interface'
    - Provide the Basic Data in Basic Data Section
    - In 'Define Object' step, provide the SAP System name as created in the SLD. Mostly the Alias name is displayed in the list. Also provide the default Transaction you wanted to execute.
    - In the 'Define Input' Section, you can optionally provide the input parameters. Leave it blank to make it simple.
    - In the 'Set Configuration' section, check the 'Execute Immediately'
    - Finally Finish and Open the Callable Object for testing.
    Following the above process should help you launch the SAP Transaction in a separate browser window.
    After verifying the above steps, should you still have a problem, then it would be helpful if you can provide the steps you followed in order to replicate the problem.
    Thanks
    Siva

Maybe you are looking for

  • Realtek Microphone Problem

    Hello, For some reason I can't get my microphone to work in either front or back panel? It is weird. It all worked before I reinstalled my computer, and after I did it just stopped working. What could be the problem? When I say not working I mean, th

  • ***** in Full Text Search : Exception

    Hi Everybody, I have enabled the Full Text Search option in Oracle UCM but when I try to enter '*****' the system gives me an exception with full query generated and a failed message. Could I get rid of the Lenghy error message by catching the except

  • How to disable JTable column?

    Hi! this is archana. Pls suggest me how to disable columns of a table except one, so that no other one can modify its cell values. Help me.

  • My 27inch iMac automatically shuts off

    My 27 inch iMac will shut off automatically after about 30 to 45 minutes - it will not turn on when using the on/off power button.  I have to unplug from the wall, hold down the on/off power button for 10 seconds, plug it back into the wall then usua

  • Enhancement in Sales order VA01/02

    Hello, When user puts reason for rejection for an item and saves the order, at that time you need to give a pop-up saying " Please enter rejection date in Sales Text (DD.MM.YYYY) " I need an enhancement for va01/02 to do this... How to do this?.. Tha