UWL in portal

Hi All
I need to configure UWL in portal
Pls provide me links of documents for this.
Thanks & Regards
Karthi D.

Hi karthi D ,
Learn to configure and customize the Universal Worklist (UWL) for business workflow scenarios. These are all excellent websites containing guide (PDF & PPT docs) which discusses customization of existing list views, item launch configuration, custom attributes, list views with custom attributes, decision views, and tailored UWL views.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45
How to .... configure the universal worklist
http://help.sap.com/bp_epv260/EP_JA/documentation/How-to_Guides/KM/UWL.pdf
Universal Worklist (Enhanced)
http://help.sap.com/saphelp_nw04/helpdata/en/f8/6d576eedee45ef9480a83404657edd/content.htm
Universal Worklist Configuration
http://help.sap.com/saphelp_nw04/helpdata/en/39/a1bb5c4c0d4ab4a417e87ef35f1efa/frameset.htm
Managing Tasks in the Universal Worklist
http://help.sap.com/saphelp_nw04/helpdata/en/57/c223be82104792a15c2df11377b9ed/frameset.htm
Workitems UWL WebDynpro in ABAP
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6
Combining Embedded and Unbounded Processes
http://help.sap.com/saphelp_nw04s/helpdata/en/ca/97644264df0d53e10000000a155106/content.htm
How to integrate EP UWL to XI Cross Component
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bb9100f8-0c01-0010-ac8e-e017351f3fc1
cheers!
gyanaraj

Similar Messages

  • Work items are not visible under UWL in portal ?

    Hi,
    We are upgrading from SRM 5.0 to SRM 7.0.
    We have observed one issue here. Workitems are not visible in UWL in portal.
    But workitems are available in SAP inbox. i.e SBWP.
    Completed items we can see in UWL.
    Could you please let me know any idea on this.
    Regards
    Venkatesh P
    Edited by: Venkatesh Padarti on Dec 9, 2010 8:28 AM
    Edited by: Venkatesh Padarti on Dec 9, 2010 8:29 AM

    Hi Venkatesh,
    Can you please share the solution? Which base URL was wrong and where did you correct that?
    Your help is really appreciated.
    I had post the same question at SRM workflow - work Item is not being displayed If you want to reply there. I will definitely, reward with points too.
    Thanks,
    Bhavik

  • Time mismatch between BSP workflow and UWL in portal

    Hi All,
    I am using a portal application where ,for the same work iteam ,BSP workflow and UWL in portal are displaying two different date and time.
    Has anybody come accross the same issue?
    Need your help.
    Regards
    Rajib

    Hello,
    There might be some mismatch of attributes between BSP workflow and UWL configuration.Please check the UWL configuration file and check the display attribute name. Please check UWL configuration guide for more details
    Jojo

  • How to implement workflow without UWL in portal?

    Hi,
    Our project has a requirement where we have to implement workflow. We need to display notifications and workitems(approve or reject) in the enterprise portal. The problem is that the client says we cannot use UWL as its their policy.
    My question is whether it is possible to create a workflow and execute the tasks in the portal without UWL. Is there any alternative like connectors or third party tools etc? please help asap

    Hi Gokul,
    I had faced the same issue in my project.
    In case you aren't able to use UWL you could directly call the transaction associated with SBWP(Sap Business WorkPlace) in the portal by calling the link associated with transaction SBWP.
    for example in my case instead of Portal I had to work in BSP wherein I used this method by directly calling the link associated with SBWP.
    the link as was used by me is:-
    http://SAP Servername.com:8001/sap/bc/gui/sap/its/webgui/!?sap-client=100&sap-user=sapuserid&sap-password=saplogin password&~transaction=sbwp
    please note that you need change in the server name after Http:// in my case the server name was blrkecisbank.ad.infosys.com in your case it will be different. so try it out from your end and let me know whether you were able to get results.
    Edited by: Rajwin Singh Sood on Jan 20, 2009 9:37 AM
    Edited by: Rajwin Singh Sood on Jan 20, 2009 9:38 AM
    Edited by: Rajwin Singh Sood on Jan 20, 2009 9:38 AM

  • Trip UWL in portal

    Hi
    I have Expense claim workflow working in R/3. If i reject a claim in R/3 i have a task which ask me the reason for rejection. but when i do the same in portal it is not asking instead its rejecting directly. Is there anything i need to configure in portal? How do i go about doing that

    Hi,
    Please check the XML file related to the webflow of the UWL system you are using. That XML file should have the Task number over there.
    You can check the webflow XML file by downloading the configuration.
    If that file is having the task number, please check the view you are using at which point it is trigerring.
    If the XML file is not having the task number, please create a new view over there and assign all the related task number to that view.
    You can visit the link below for further information:
    http://help.sap.com/saphelp_nw70/helpdata/en/d6/eddef503944dc6bbe8d81a2cec44e8/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/d6/eddef503944dc6bbe8d81a2cec44e8/frameset.htm
    Regards
    Atul Shrivastava

  • Not display a workitem type in UWL in portal

    Hi to all.
    I need that a type of workitem (TS.........) doesn't display in Portal inbox and display in SAP inbox.
    Now these workitems display in SAP inbox and in Portal inbox (UWL).
    Can anybody helps me?
    Thanks a lot.

    Hi Kata,
    Sorry, my bad ....The SupportedItemTypes which infact is available under uwl.standard. Also I would suggest you go through chapter 4 of the attached document which would help you achieve the desired results.[http://www.erpgenie.com/sap/netweaver/ep/Configuring%20the%20UWL.pdf]
    The solution is as follows: Find the 'View' name in which the other items are displayed. You can find that by looking up for the defaultView attribute(usually the value is DefaultView unless you have changed it) in the ItemType tag. In the uwl.standard file under the DefaultView definition(View name="DefaultView"), you would find the SupportedItemTypes tag which would have a value like 'uwl.task'. This property indicates the itemtypes to be displayed in the DefaultView. The value 'uwl.task' is the superset of all the task nos. For filtering the values in the DefaultView, the value under the SupportedItemTypes should be more specific like 'uwl.task.webflow.TS01000096.<systemalias>,uwl.task.webflow.TS01000099.<systemalias>'. So, you need to specifically include all the task items which should show up in the DefaultView and not include the ones which you do not intend to show.
    Here I have explained everything wrt to 'DefaultView' but the defaultView value in the ItemTypes definition in your case might be different. Also, the uwl cache is the culprit in most cases, so keep clearing it.
    Alternatively you can also try setting up a new view definition altogether and include the filtered items in that View. The steps for that are provided in the uwl document attached.
    Hopefully your problem will be resolved now...
    Regards,
    Prathamesh
    Edited by: prathamesh dalvi on Feb 1, 2010 12:15 PM
    Edited by: prathamesh dalvi on Feb 1, 2010 12:42 PM

  • Integrating CE7.2 UWL into Portal 7.0

    Hi Experts,
          We had CE7.2 portal in that we  had one UWL , here my requirement is we need to integrate CE7.2  UWL to EP Portal 7.0 UWL , so what ever tasks are created in CE it has automatically  needs to update in EP Portal7.0
         If anybody have an idea please help on this.
    Thanks
    Renu

    I need to mention one more thing
        Client is not interested to use FPN but I am not aware of his problem , so the BPM related applications and some of the composite applications are not able to develop using Portal , Thats why they preferred CE7.2 portal, but End user using normal EP Portal 7.0 , so what ever developed  applications in CE7.2  they needs to access through Portal
       In future also they want to maintain the communication between both the portals , why because if they want to develop any BPM , or any composite applications in future they wants to access through portal
      If you have thought for to come out this situation , let me know ASAP
    Thanks
    Renu

  • UWL: headerless portal window launches with improper column justification

    Hello,
    We are running Portal 7.0, for our ECC 5.0 and SRM 4.0 production systems. 
    When managers execute an item from their Universal Worklist, such as an absence notification, a new headerless portal window is launched. 
    All of the viewable data should appear in the right column of the newly launched window. 
    However, the window launches with a display that hides 90% of the right column, and the only way to view the data is to drag the column line back to the left side.
    Specifically,I think that it is tied to a column width property of the new headerless portal window; however, I am not sure where that can be edited from.  I am looking at System Administration>System Configuration tab, and then Universal Worklist - Administration>Universal Worklist Configuration Content.   I can view the XML content, but it is not clear which of the multiple "launchInNewWindow" lines is the one responsible for our viewing problem. 
    Any suggestions would be greatly appreciated!
    Thank you,
    Joyce

    In case anyone else ever has this problem, here is the solution:
    The problem was a bug that was fixed in the Basis Support Package SAPKB64018.

  • Portal Runtime Error when opening Webflow workitem in UWL

    Hi,
    I have recently configured the UWL to pick up workitems from SAP workflow on a background system. The workitems are appearing OK in the Task folder. However, when I try to open a workitem by double-clicking on it, I get the following error:
    Portal Runtime Error
    An Exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 05:33_30/09/10_0010_24209150
    Refer to the log file for details about this exception.
    NB. This only seems to happen for items that would be shown via the SAP GUI (E.g. a Confirming a task completion or user decision). The workitem runs OK if it is for a task that is visualised as a Web Dynpro app and specified in transaction SWFVISU.
    I have not configured Delta Refresh options in the Workflow Administrator so do not know if this is a possible reason (I assumed that this would not cause a problem and would simply mean that refreshes only occur once every 60 seconds). Any help would be greatly appreciated. I am fairly new to Portal & UWL I would also be grateful if someone could tell where I can find the relevant log files referenced in the original error.
    Regards
    Simon

    Hey Simon,
    Welcome to UWL :).  Portal Runtime Errors in UWL don't always signify that there is a UWL issue.  This could be a permissions problem, etc.  I'm not sure what version of the portal that you are using.  But here is a little trick for you when checking logs...you can enter in the following: irj/servlet/prt/portal/prtroot/com.sap.portal.runtime.admin.logviewer.default
    and check the log file with the id that was given in the error.
    Exception ID: 05:33_30/09/10_0010_24209150 is your exception id.  Search for the log files in the default trace and see what the exact error message is.  If you can post this here it would be great.
    The log files can be found in the following location:
    /usr/sap/<SID>/JC<InstanceNumber>/j2ee/cluster/
    server<number>/log
    or by entering the URL that I mentioned above.
    Please let me know in the next reply what the portal version is:
    You can get this information by doing the following:
    a. log on to the portal
    b. backspace out the irj/portal section of the URL
    c. click enter.
    d. You are now at the J2EE administration page.
    e. Next, click on the system information link
    f. Please click on the all components link
    g. Please attach this information to the message.
    I am interested mostly in the UWLJWF component but if you can attach the full software component info to this post that would be great...
    Please note, that note number 1133821 is an important note that is needed in the UWL.  Did you maintain your RFC destination accordingly?
    Here is some additional information to help you too since you are new to UWL:
    [UWL Wiki|https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq]
    [UWL Forums|SAP Enterprise Portal: Application Integration;
    [Business Task Management|http://help.sap.com/saphelp_nw70/helpdata/en/9e/ccf62fff3e4a45a634e592dabb45d5/frameset.htm]
    [Using Universal Worklist|http://help.sap.com/saphelp_nw04s/helpdata/en/57/c223be82104792a15c2df11377b9ed/frameset.htm]
    [JavaDocs UWL API|http://help.sap.com/javadocs/NW04S/current/uw/overview-summary.html]
    I hope that you find this information useful!
    Best Regards,
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Work items are not visible  UWL task are visible in tracking in portal

    HI
    Friends
    i  am new from sap Ess/Mss implementation project...
    i am facing an Problem " Work items are not visible under UWL in portal overview page"
    but i am configured  all the ess/mss related things....and also Created for one user for Requester(send Leave Request)...and one more user for App-rover(Apporve an Leave)..
    Requestor send an Leave through portal send it successfully......but i am facing  a problem in uwl under work items are not showing in overview page...but in tracking work items are (Leave request)showing.....work items are not showing in uwl TASK(VERY PROBLEM)...
    i am configured and also registered UWL IN PORTAL..it is good..
    in sap ecc i can assigned UWL_SERVICE user to roles
    1.SAP_BC_BMT_WFM_UWL_ADMIN    
    2.SAP_BC_BMT_WFM_UWL_END_USER
    3.SAP_BC_ADMIN_USER
    4.SAP_BC_UWL_SERVICE
    PLEASE HELP ME.
    Tanks
    Shaik Rafi

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • Workflow detail in Portal UWL

    Hi friends,
    I am trying to customize UWL in portal(EP6 SP16). I need to display additional columns for a standard task.
    Object Type of the standard task is : FORM
    Work-Item container for the above task has the following attributes:
    1) Task ( value WS14500014).
    2) Complex structure: ReqReq (having object type BUS2121 - Shopping cart Object). This business object has attributes such as Currency, requester name etc.
    I am currently able to display 'Task' as one of the custom column in UWL using <CustomAttributes> tags in the xml file. But I am not able to display one of the attributes ( such as currency ) of business object ReqReq(BUS2121).
    Can somebody please help me in this regard.
    Thanks,
    Prathamesh

    >
    Ashu wrote:
    > Please give me some suggestions  and step by step document for configuring the Workflow Inbox(xRPM system) to portal.
    If you have new info to add then do so, but please don't add useless posts that just repeat the question.
    Please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] on asking questions.

  • Error in UWL configuration for MSS in portal..

    HI,
    I want to configure UWL in portal so that I can see/approve  leave in UWL in MSS. Please let me know how to configure the same.
    When I am trying to configure the UWL in system admin> system configuration> Univerasal Worklist Administration, under that i clicked in new button to add my R/3 system, in that popup i mentioned my system alias name of R/3 system and connector as Webflow connector and remaining field i kept as empty and i clicked on save button after that when i click on Register button OR Register item type for all system than I am getting the following error, please let me know what the  issue is ?
    Error is:
    Errors:
    System SandBoxCLNT300: Wed Mar 16 09:18:38 IST 2011
    (Connector) :com.sap.netweaver.bc.uwl.connect.ConnectorException:Wed Mar 16 09:18:38 IST 2011
    (Connector) :com.sap.portal.connectivity.destinations.PortalDestinationsServiceException:User is missing credentials for connecting to alias SandBoxCLNT300. Contact your system administrator.
    SandBoxCLNT300 is the system alias of system I have created for R/3. in that system object I am using logon ticket.
    Also when i try to test that system , SAP Web AS Connection  AND  ITS Connection connection are tested properly with green tick but the third parameter  Test Connection with Connector is failing and the error is
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    Also the transaction iview i created using this system object is coming absolutely proper, than why Test Connection with Connector is failing , please let me know , might be UWL issue is related to this one..
    Thanks

    Please first let us know if you have done the configuration as per
    the Note 779075, Please do this and re register the work items and
    let us know.
    Make
    Check the configuration of SAP_WebDynpro_XSS
    Here is the help documentation:
    http://help.sap.com/saphelp_nw70/helpdata/en/92
    /a88931f2dd4631b9e8d530697d89c9/content.htm
    in regards to this parameter.
    IF the LeaveRequestApprover application is deployed on the SAP_Local
    System, you needed the system alias of SAP_LocalSystem in the
    Webdynpro Launch System value.  With this setting when the user
    manager clicks on the item, it will work fine.
    the system SAP_Webdynrpo_XSS should have maintained the WAS properties
    with the port of the portal. This is for normal working for
    Leave request
    "Mapping Logical Systems" in the following documentation:
    http://help.sap.com/SAPHELP_NW04S/helpdata/EN/2a/7a754297fdd142e10000000
    a1550b0/content.htm
    and the "sap-wd-arfc-useSys" bullet point in the following
    documentation:
    http://help.sap.com/saphelp_sm32/helpdata/en/f4/651741f163f023e10000000a
    155106/content.htm
    See in bold where it mentions that "The prerequisite for this is that,
    in addition to the default JCo connections, you created the new logical
    system name with the Web Dynpro Content Administrator and configured it
    for the required SAP system." Meaning that there needs to be a JCO
    Connection for "SAP_R3_SelfServiceGenerics_MetaData" since these are
    the default JCo connections. In this case I kindly ask that you create
    the default metadata and model JCO connections for
    SAP_R3_SelfServiceGenerics and see if that resolves the issue.

  • Error while activating substitue in UWL

    Hello again,
    I created a substitue profil "ESS" and a task classification "LEAVE".
    I also assigned the classification "LEAVE" to the substitute profil "ESS".
    Via TX pftc I made the task TS 12300097 (Approval Process) a "General Task" with classification "LEAVE".
    When I switch on the substitution profil "ESS" in the UWL on portal side, I get the following error message:
    System: AdhocSystem | Status:failed | Message: System does not support these tasks.
    We are using SAP ECC 6.04 and the NetWeaver Portal.
    Thank you.

    did you check these steps
    You can arrange tasks and workflows into various classes within the SAP
    System. The classes professional, personal and disciplinary are
    standard. The system checks the task class under the field name
    TASK_CLASS in the authorization object S_WF_WI. This system uses this
    authorization object to check the authorization for carrying out
    specific actions on particular work items. The assignment of tasks to
    classes is also important in the definition of substitutes. You can
    also define that only those classes are displayed which refer to tasks
    or workflows of a particular class. Take this into account when you
    create new classes and assign tasks or workflows to the classes.
    You can set this classification via:
    SPRO
    => IMG
    => Basis Components
    => Business Management
    => SAP Business Workflow
    => Basic Settings
    => Maintain Task Classes.
    Once the classification has been added as above you can then add this to
    your task. Goto PFTS => Enter task ID => Change Mode => Menu: Addition
    data => Classification.
    See SAP online help at:
    http://help.sap.
    com/saphelp_nw70/helpdata/en/c5/e4b5eb453d11d189430000e829fbbd/framese
    t.htm
    [2] Substitute Profile
    You can define one or more substitutes for working with the Business
    Workplace. The authorizations of a substitute are determined by the
    substitute profile which you assign to him/her when you set up the
    substitution. A substitute profile comprises specific task classes.
    Task classes describe individual tasks or standard tasks. This
    assignment is made in the task definition. A user you have specified
    can then log on as your substitute. "Your" work items are displayed to
    the substitute in their Business Workplace with the restrictions
    resulting from their substitute profile.
    You can set the substitution profile via:
    SPRO
    => IMG
    => Basis Components
    => Business Management
    => SAP Business Workflow
    => Basic Settings
    => Substitute Profile
    => Define Substitute Profile
    or
    See SAP online help at:
    http://help.sap.
    com/saphelp_nw70/helpdata/en/c5/e4b5eb453d11d189430000e829fbbd/framese
    t.htm

  • Use of portal service in JAAS Login Module

    Is it possible to use an portal service in an JAAS Login Module?
    I've tried to use the IUserMappingService and always run in an Null Pointer Exception.
    All needed Used DC references are set and the build and the deployment of the
    login module is possible without any errors.
    Best regards,
    Thomas

    I've debuged my JAAS login modul.
    The following objects are in accessable over my context object
    {broker=broker, com.sap.portal.pcm.collaborative.ipartstemplates={}, UME=UME, com.sap.workflow.es.portal.IKMCRoomService=com.sap.workflow.es.room.KMCRoomHelper@44c944c9, comp.sap.portal.fpn.marshallersrepository={com.sapportals.portal.workset=com.sap.portal.fpn.marshal.WorksetMarshaller@7cf07cf0, com.sapportals.portal.rolefolder=com.sap.portal.fpn.marshal.RoleFolderMarshaller@489b489b, com.sapportals.portal.operationmodifier=com.sap.portal.unification.semanticlayer.marshalling.OperationModifierMarshaller@1a1b1a1b, com.sapportals.portal.businessobject=com.sap.portal.unification.semanticlayer.marshalling.BusinessObjectMarshaller@1fc71fc7, com.sapportals.portal.layout=com.sap.portal.fpn.marshal.LayoutMarshaller@454f454f, com.sapportals.portal.role=com.sap.portal.fpn.marshal.RoleMarshaller@590e590e, com.sap.portal.obn.semanticlayer.businessobject.BusinessObject=com.sap.portal.unification.semanticlayer.marshalling.BusinessObjectNYMarshaller@68af68af, com.sap.portal.obn.semanticlayer.operation.IOperation=com.sap.portal.unification.semanticlayer.marshalling.OperationNYMarshaller@4f4a4f4a, com.sap.portal.pcm.admin.PlainFolderConverter=com.sap.portal.fpn.marshal.FolderMarshaller@284a284a, com.sapportals.portal.iview=com.sap.portal.fpn.marshal.IViewMarshaller@7ba37ba3, com.sapportals.portal.page=com.sap.portal.fpn.marshal.PageMarshaller@a100a10, com.sapportals.portal.operation=com.sap.portal.unification.semanticlayer.marshalling.OperationMarshaller@ece0ece}, WP=com.sapportals.portal.prt.core.resource.MultiPropertiesResource@3b213b21, ContentCatalog=ContentCatalog, Navigation=Navigation, PCD=PCD, com.sap.portal.obn=com.sap.portal.obn, com.sap.portal.usermanagement.usermanagement=com.sapportals.portal.prt.service.usermanagement.UserManagementService@60cc60cc, ProductionMode=true, AdHocWorkflowConnector=com.sap.workflow.es.portal.WFEWorkitemProvider@30d630d6, com.sap.ip.bi=com.sap.ip.bi, com.sapportals.portal.pcm.registeredServies=com.sapportals.portal.pcm.registeredServies, UniversalWorklistService=com.sap.netweaver.bc.uwl.core.portal.UWLPortalService@57e957e9, com.sap.portal.appintegrator=com.sap.portal.appintegrator, rtmf_messaging=com.sap.ip.collaboration.core.api.rtmf.core.RTMFMessaging@41af41af, com.sap.workflow.es.portal.IKMNotificationService=com.sap.workflow.es.portal.KMNotificationService@1daa1daa, com.sap.portal.pcm.collaborative.pagestemplates={}, runtime=runtime, Authenticator=com.sapportals.portal.prt.service.authenticationservice.AuthenticationService@756f756f, com.sap.workflow.es.portal.IKMAttachmentService=com.sap.workflow.es.portal.KMAttachmentService@9750975, unification=unification}
    The IUserMappingService is missing.  Any ideas?
    Best regards,
    Thomas

  • UWL and webDynpro For Java

    Hi
      Experts
        I am making webDynpro application in which I have to give a form with in UWL of Portal.In that one form will be appear in user 's UWL and if it clicks on <b>ok</b> then all data will be get saved and this form will be go to another user 's UWL for cross checking the input and go on.. till HOD.
    Is this possible? How can I Make It?
    I have only knowledge of webdynpro for java.
    (Don't know anything of ABAP)
    Please Help Me.....
    Regards
    Sunny.

    Hi
    Some useful links are
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/e085d6421a4d9de10000000a155369/content.htm">help.sap.com/saphelp_nw04s/helpdata/en/43/e085d6421a4d9de10000000a155369/content.htm</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/259865cb-0701-0010-9a9e-d156765ec089">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/259865cb-0701-0010-9a9e-d156765ec089</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/da/a680415dc6050de10000000a1550b0/content.htm">help.sap.com/saphelp_nw04s/helpdata/en/da/a680415dc6050de10000000a1550b0/content.htm</a>
    Thanks
    SMitha

Maybe you are looking for

  • Help needed in working with Excel

    i have a ms excel template with n number of columns. I need to add a new column using sql code. Can anyone tell me what is the code??? thx in advance...

  • Where can I buy a replacement battery for a 17" PowerBook G4?

    Just was advised by Apple Care that Apple no longer sells replacement batteries for the 'vintage' PowerBook G4. Does anyone know of an alternate source where I might be able to buy a replacement battery?

  • Merging multiple idocs into 1 XML output

    Hi Gurus,   I've got a scenario whereby i will need to send payment documents via idocs to XI and XI will output them into an XML file. At the moment, when i perform a payment run for multiple vendors and send the idocs out, i realised that multiple

  • PDF modified while opened in preview

    Here is a weird behavior (bug) for 10.6. When a pdf file is modified outside while it is opened in Preview, now Preview automatically shows the first page. (The behavior for Leopard was showing the updated pdf in the current page.) This new behavior

  • Track levels suddenly much higher than normal. ?!?!?

    Need some help friends... I have a problem that I can't seem to fix; When I boot up an existing song or project, the levels shown on most of my tracks are peaking but the sound isn't clipping. The faders were all well below zero normally but for some