Workflow Notification: URL Link for executing a RDF

<p>I need to send a notification with the <u>URL link</u><br>When the user clicks this link it should call a report and fetch the details in PDF file according to the parameters passed in the URL<br>I tried using <br>http://local_host_name/reports/rwservlet?report='RDF_FIle_Path'/URLREPORT.rdf&desformat=pdf&destype=cache&userid=apps/password@xxx</p><br>
But it is giving the error like <br><u>The requested URL /reports/rwservlet was not found on this server.</u><br><br>Note: I have loaded the RDF into server

Hi Amit,
The link for cProjects can be found under the service in  SICF>default_host>SAP>BC>Webdynpro>SAP>cProjects.
For portal URL, you need to search under the business package>role>iviews or pages.
Regards,
Santosh.

Similar Messages

  • How to create an URL link for product cancellation using an FM

    Hi,
    I have tried creating an external attachment i.e URL link for a workorder by triggering a custom FM by exporting business object type , order id ,realtion type , title and link with return parameter as a message .
    But i'm not being able to create URL link for workorder using the custom FM.
    Kindly please suggest some solutions regarding how the URL link can be created using an FM instead of manual creation.

    given that there can be a variety of reasons for something to crash, you can sometimes initialize a buffer by wiring a non-null data structure to the left terminal of the call library function node. for example, if the output is to be a string no more than 100 characters long, create a string that long of nulls, blanks or anything and attach that to the left terminal for that output. no guarantees, but i have seen that work.
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • URL links for Workflow Approval Email per user & others

    Hi all, we have upgraded to SRM7 and understand that we have to switch to using program /SAPSRM/OFFLINEAPPROVALSEND to generate the workflow notification emails. We have maintained the portal information in the SRM configuration to build the link. However, we have 2 issues here
    1. We currently output collective email so emails are sent out at specific timing on a per user rather than per work item basis. The URL link does not seem to work in this case (for shopping cart approval example) and we get an object GUID error. The URL looks something like this
    http://sap-ped.dev.xyz.com/irj/portal/?navigationtarget=obn://BOSystemAlias=SAP_SRM/BOTechnicalName=sc/Operation=detailprof&NavMode=3
    Also, even if I run the program for a PO approval example, the BOTechnicalName is still pointing to sc.
    However, if I do it on a per work item basis, the URL works.
    Does anyone know where the control this setting?
    2. External and internal portal
    We have some users connecting to the portal through more secured channel (external portal). In this case, I couldn't find a way to generate the appropriate URL for the external. In the past in the older SRM version, the program was using the attribute ITS_DEST in PPOPMA_BBP to build the URL link. Now, I do not know how the system knows which portal URL to take if the control is no longer at user level.
    Has anyone ever had this requirement before?
    My worse case scenario to resolve the above issues would be to use the BADI to alter the content of the email notification. The purpose of posting this message here is to ensure that I am not missing out any standard SAP functionality which could meet our requirements.
    Cheers!
    SF

    Hello,
    See hyper-links below:
    [How-To: Offline approval - Logon link does not work|http://wiki.sdn.sap.com/wiki/display/SRM/Offlineapproval-Logonlinkdoesnot+work]
    [KBA 1511180 - The hyperlink in the offline approval email is incorrect|https://service.sap.com/sap/support/notes/1511180]
    Regards.
    Laurent.

  • Sharepoint Workflow - change URL Path for inside and mobile device email access

    I have a workflow that work perfect when accessing from a desktop.  An email is sent with a link to the item,
    [%Workflow Context:Current Item URL%].  The real address is http://sql/layouts/.......
    When the user tries to click on the link in the email from a mobile device, it doesn't work.
    If I change the mobile device to http://50.xx.xxx.xxx/layouts... it works fine!  (50.xx.xxx.xxx is the port open on our firewall to access SharePoint)
    How can I add a separate link in my workflow email so that users can access the SharePoint task list item from a mobile device?
    I was thinking of having a link for the inside, http://sql... and a link for the mobile device, http://50.xxx.xxx.xxx/...
    Thank you!

    List item URLs are basically a URL to the list item using the item Id. In this case 159 is the item id. The URL represents a downloadable resource like a file in a document library. However in a document library you would get the name of the file plus
    it's extension. For example Contract.pdf. The .000 represents the file extension for the list item URL. If you typed in your URL in the browser to servername/list name/159_.000 you would be prompted to save the file (list item). You can save it to your local
    file system and it will be a file called 159_.000. However the file will be empty since a list item does not contain any binary content. You will have to some how modify the workflow to replace the servername/list name/159._000 to use servername/lists/list
    name/dispform.aspx?id=159. This URL will display the view form for the list item.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Notification - URL link

    I am trying to send a URL link through notification. I can open the link in custom workflow, but when I am trying to use the same thing in seeded workflow(iProcurement responsibility - Clause details) it is not working.
    I am sending the link as URL attribute and even I tested using text attribute.
    Message was edited by:
    Nandeep CB

    Hi,
    Directly you can use Http://www.sap.com in the email body, then it will come as link in the Body of the email
    Regards
    Sudheer

  • How to create URL link for telephone number ,open to account search page and account result page ?

    Hi Experts,
    Bussines role - ZCC_ICAGENT 
    If user open this bussiness role and open Account page ,user enter telephone number and enter search account ,then result will be displayed.Instead of 3 clicks ,user click direct URL link ,telephone number is parameter,account Search and account result  page will be opened direct link.
    So how to do it..could you please provide me step by step...what are the steps wee need to follow for creating URL ..how to do it..Please help..
    Thanks
    Kalpana

    Hi kalpana,
    You dont need to do any setting for this.
    Following URL will be used as per your requirement.
    http://rrnewcrm.ril.com:8000/sap(bD1lbiZjPTI0MiZkPW1pbg==)/bc/bsp/sap/crm_ui_start/default.htm
    ?sap-system-login-basic_auth=X&sap-system-login=onSessionQuery&saprole=ZCC_ICAGENT&
    sap-phoneno=9999999999
    Here parameter sap-phoneno will contain the number you want to search for.
    In component ICCMP_BP_SEARCH, go to view BuPaSearchB2B. write below code in its inbound plug IP_INBOUNDPLUG-
    DATA: lt_ivr_url_param TYPE tihttpnvp,
             ls_ivr_url_param TYPE ihttpnvp,
             lr_searchcustomer TYPE REF TO if_bol_bo_property_access,
             ls_searchcustomer TYPE crmt_bupa_il_header_search.
    CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields
           CHANGING
             cv_fields = lt_ivr_url_param.
    lr_searchcustomer ?= me->typed_context->searchcustomer->collection_wrapper->get_current( ).
         CHECK lr_searchcustomer IS BOUND.
    READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'sap-phoneno'.
    IF ls_ivr_url_param-value IS NOT INITIAL.
             ls_searchcustomer-telephone = ls_ivr_url_param-value.
       CALL METHOD lr_searchcustomer->set_properties( EXPORTING is_attributes = ls_searchcustomer ).
             eh_onsearch( ).
        ENDIF.
    Thanks & Regards
    Richa

  • FM for fetching file type by providing the URL link for file.

    Hi All,
    We have a requirement to fetching file type of image viz .jpg,.bmp,.tiff by providing the URL link to image.
    For example
    http://AttachmentWebsite/AttachmentWebsite.aspx?Num=ATT-F19220090818095048&Ext=.JPG&RC=N
    Is there any FM to fetch file type from link.
    regards,
    Nitin
    Edited by: Nitin Sikka on Aug 20, 2009 8:35 AM

    diff URLs. but if they contain the pattern "EXT*=.<extn name>" then the above code will work
    else you have to search for all formats.
    data:res type MATCH_RESULT,
    DATA : s1 type string VALUE 'http://go2ntlweb14/AttachmentWebsite/AttachmentWebsite.aspx?Num=ATT-F19220090818095048&Ext*=.JPG*&RC=N '.
    FIND first OCCURRENCE OF REGEX '.(JPG|TIFF|PNG|JPEG|BMP)' in s1 RESULTS res.
    if sy-subrc is INITIAL.
    SHIFT s1 by res-offset PLACES.
    endif.
    WRITE : s1+0(4).

  • Url link for download on LMS from Common services

    Hello, i would like to reported a major thing that appeared on 3-4 customers.
    The download action is not never possible when they try it from the LMS portal/Common Services/Software update.
    The url loaded on browser Internet(eg IE 7.0) add the character | on the link when it proceed after the authentication on the CISCO.COM web site.
    The worst is that when i did it from my lab's machine,it works fine even the bad entries. We have traced it with a sniffer.
    From an IE directly (outside the LMS so), the page is not displayed as she is not matched with W3C recomendations.
    A Doctype tag is not a DTD XHTML 1.0 one.
    Hereafter , the URL:
    http://www.cisco.com/cgi-bin/Software/WLAN/cwselectfile.cgi?bp=1&&SEARCH=nmim||1.6.0||Software%20Packages|||&FORMAT=XML
    On the other side, when a proxy is installed on this machine , it has been refused as well, as the proxy controls that.
    Thanks by advance.Richard.

    The caracters | are not allowed by the XML validator.
    The url link has been finished when he meet this kind caracters.
    So it means , that , maybe it has been inserted for stopping the entries, when a bad username has been typed.

  • Dynamic url link for Crystal Reports Enterprise?

    Hi all,
    We recently upgraded to SBOP 4.0 SP2 and are looking at migrating our existing Crystal Reports from Crystal Reports 2011 to Crystal Reports for Enterprise 4.0.
    Up to this point we have been utilizing the BW Publisher and role menus in BW.
    Our long term goal is to migrate users from the BW GUI to the BI LaunchPad but this will be a gradual process.
    Until we make the final switch to the LaunchPad we need to maintain the links in the role menus. I found the Document Link option for Crystal Reports so I have a URL to point to the report that we can put in the role menu, but the system value is not dynamic. Is there a way to make this dynamic like we can do with web template URLs?
    For example, when using a web template URL we can use the <bsp_server> parameter in the URL to determine the SAP system. Is there an equivalent that can be used in the Document Link for the Crystal Report to determine the respective SBOP system?
    Thanks.
    -Brian

    Hi,
    Below is link for the Crystal report for Eclipse 2.0:
    [http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp|http://www.businessobjects.com/campaigns/forms/downloads/crystal/eclipse/datasave.asp]
    you could always refer to the following thread as Bryan updated with new releases :
    [Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!|Crystal Reports for Eclipse 2.0 Release Update 8 is Now Available!;
    Hope this will help
    Regards,
    Rameez Shaikh

  • Symbolic links for executables

    I installed nmap but it is not in my path. Where is the proper place to make executable with out having to use the whole path? I understand how to get it working and was just wondering if there is a typical location that Mac users put symbolic links for all users to be able to execute.
    Thank you.

    Normally, /usr/local/bin/ so updates don't delete them. Then, add it to your $PATH variable in .bash_profile, using:
    *export PATH=$PATH:/usr/local/bin*
    If you're using another shell, then modify it accordingly. BTW, Unix queries should be posted to that forum in OS X Technologies.
    For Kenichi Watanabe:
    Unix executables shouldn't be put into /Applications.

  • Help URL link for 3 languages

    Hi All
    I know that in default framework page of masthead we have property to give custom URL link. My portal is implemented in 3 languages. SO if I want to see help in other than english what should I do??
    Any help will be appreciated
    Thanks

    I would suggest you give 3 links for 3 files on one main page and give that main page as your help link so he has the option to choose.
    If this is not OK for you, then I'll suggest some customization.

  • Error in URL link for approvers in email notifications - GRC 10

    Hi All,
    After scheduling the PC - CCM jobs , all the approvers got the email notfication with the link to work inbox.
    when approvers clicked work inbox , they are getting error message.
    Kindly help on getting the steps to check for areas we need make sure , why link is not working and how to solve.
    And what is the reason for this error?
    Service cannot be reached
    What has happened?
    URL call was terminated because the corresponding service is not available.
      Note
    The termination occurred in system with error code 404 and for the reason Not found.
    What can I do?
    Please select a valid URL.
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Regards
    Prasanna S

    Hello,
    Activate the relevant services in t code SICF
    check the below Note for technical process
    2145019 - Error - Service Cannot be reached
    1697673 - GRC 10.0 - Service cannot be reached
    Also check the below thread for similar issue
    SICF service - error code 404
    Regards
    Baithi

  • Workflow Notifications not sending for AdHoc Role

    Hi,
    I am trying to send my workflow to multiple dynamic users, using the call createAdHocRole.
    Here is my code (I currently am using 2 user names for testing. This will be eventually be a variable) :
    +-- create role --+
    apps.wf_directory.createAdHocRole(v_role_name   -- role name
    +, v_role_name -- role display name+
    +, null -- language+
    +, null -- territory+
    +, null -- role description+
    +, null -- notification preference+
    +, 'JEHANSEN,DCDRIGGS' -- role users+
    +, null -- email addresses+
    +, null -- fax+
    +, 'ACTIVE' -- status+
    +, trunc(sysdate) + C_PURGE);+
    When I run the workflow, it runs with no errors, but I am not receiving any emails. I can view the workflow in the Status Monitor and I see the Notification being created and it shows my new role as the performer. Both usernames that I am using for the Role Users are setup as Users and Employees in the environment.
    I've queried the WF_USER_ROLES_ASSIGNMENTS table and I see my new role there, and both usernames are in the table. Both users are also in WF_USERS with email addresses, and also in WF_LOCAL_USER_ROLES. When I query WF_NOTIFICATIONS, I see the notification being created there, with a status of OPEN, receipient_role being my new role, mail_Status is blank, responder is blank, original_recipient is my new role, from_user is the supplier, and to_user is my role name .
    Can anyone see what I am missing? I thought if I create the role with a null email_address it then sends email to all users in that role? It probably doesn't matter, but these are being submitted upon the change of a PO in iSupplier (Oracle Apps).
    Thanks,
    Janel

    Hi,
    Once you have created the role, they can be referenced in your Workflow process in the same way as an other role. For example, create an ad-hoc role "MYTEST123" using the standard WF_DIRECTORY API. Then you can use this as the notification recipient in your process.
    If you are creating the roles dynamically within a process, then once the role has been created, set an item attribute (e.g. attribute NTF_RECIPIENT) to the name of the new adhoc role, and then have the notification recipient set to the value of the item attribute.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Workflow notification with link and Form open functionality issue

    Hi All,
    In GLBATCH workflow, Request Approval from Approver message we need a new link 'View Journal' avaliable. Once user click on it GLXJEENT form should be opened with GLXIQJRN function (with query only mode, that mean no New Jouranl or batch option)
    We could able to do this. Created a attribute of form type and assigned below vlaues with defulat as constant
    GLXIQJRN:AUTOQUERY_LEVEL=BATCH AUTOQUERY_COORDINATION=INITIAL AUTOQUERY_CRITERIA=&BATCH_ID
    The problem here is, it is not auto populating the batch name in that query form
    I tried lot of ways, but no use.
    Can anyone please help me in this. We need auto population of batch name in the Batch Name field.

    Try by defining the message attribute holding the link to the framework region. Then, once the notification has been created (sent) call WF_NOTIFICATIONS.SetAttrText to set the value of the region in that attribute value.
    Regards,
    Alejandro

  • APEX 3.0 Displaying the URL link for a column value ( only when not null )

    Consider the example :
    I have the following table with a column that may have urls to documents
    Row Column ( url_column )
    1 http://xyx.com/doc/doc1.pdf
    2 http://xyx.com/doc/doc2.pdf
    3 (null)
    How do i display the column so that a the link shows up only if a value exists.
    Setting the URL to #URL_COLUMN# in the 'Column Attributes' screen creates a problem when the value is null ( for Row 3 in above eg.)
    Thanks for your help

    I would handle it in the query itself, something like
    select x, y, z,
           decode(url_column, null, null,
                    '<a href="'||url_column||'">'||
                     url_column||'</a>') as url_column
      from wherever

Maybe you are looking for