Display agent name in workflow

Hi Experts,
In Application controlled workflow the FM BBP_PDH_WFL_PARAM_APPLET_FILL2 returned the approver details. In the ET_WF_APPROVER structure the field DISPAGENT has the agent display name. Now for Process Controlled workflow I am using /sapsrm/cl_wf_apv_facade class to get the approvers but I can get only agent id, is there any method which can return the display agent?
Thanks

Hi,
For PC WFL , forecast approvers are not stored as we do it in the container of the AC Workflow.
You can run the method GET_PROCESS_INFO (/SAPSRM/CL_WF_APV_FACADE)  to get all approvers  (history, current, forecast).
But we only support this method when calling it by the class /SAPSRM/CL_PDO_DO_APV_EXT as it must be called with correct parameters which are taken from the context mo_apf_context.
Cheers,
Melina

Similar Messages

  • Display Full Name in SharePoint Designer Workflow Email

    Hi!
        I want to Display Full Name of a User value from "Assigned to" column...
        When I use lookup on "Assigned to" column I get domain/username instead I want to display John Smith (Full Name)...
        Is there a way to do that within SharePoint Designer...

    Hi,
    Even I am facing the exactly similar issue as Ashish. Also I don’t have Central Administration access :(
    But I was just wondering, is there any way to extract the proper name in FName and LName format using user profile details option?
    I mean on the top-right section on sharepoint site you can see “Welcome username” section. On this you can select “My
    settings” option where you can see a form with user details including Name field (e.g. Sachin Dubey) and Account field (e.g. CompanyName/Dubey.s.4).
    In our case the workflow takes “Account” field instead of “Name” field so can we make any settings from the workflow
    or sharepoint front-end so that it takes Name field.
    Help is much appreciated.
    Sachin D Sharepoint Developer

  • Change display name of workflow email address in sharepoint 2010

    Hi
    How I can change display name of workflow email address in sharepoint 2010. I want to configure display name (from address)of email
     for each site collection separately.for example I want to change "software unit"
     in below pic to another name for my software unit site collection.
    How I can do this?
    Thanx.

    Hi,
    According to your post, my understanding is that you want to change display name of workflow email address in sharepoint 2010.
    In my environment, if I assign a task to a user, the email is as below:
    The “test” is the site name, the [email protected] is the “From” user.
    Do you want to change the “From” field in the workflow?
    If so, you can have a look at the "Send email extended" custom SPD workflow activity (http://www.codeplex.com/SPDActivities
    ) which allow you to specify the sender.
    Here are some similar threads for your reference:
    https://social.technet.microsoft.com/Forums/en-US/22d95510-95b7-4882-b988-4038e59fb031/how-to-change-the-display-name-for-sharepoint-emails-sent-using-workflows?forum=sharepointgeneralprevious
    http://sharepoint.stackexchange.com/questions/19186/changing-from-email-address-in-sharepoint-designer-2010-workflows
    http://sharepoint.stackexchange.com/questions/61964/how-to-change-the-from-address-in-feedback-workflow-email
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • BWSP - Display Agent of Workflows in Progress

    Hi,
    We are using the ITS service BWSP and we have a requirement to find who a workflow has been sent to when the workflow is in progress.  If an employee has sent submitted overtime for approval and workitem is awaiting approval, they want to know who the approval is sitting with so they can follow up with them. 
    In BWSP when you select Outbox > Started workflows and click on the workflow a screen is displayed showing a log of workflows steps with status and agent for each step.  Currently the Agent field is blank when the workflow is in progress and is only filled when the workflow has been completed, i.e., showing the person who did the approval.  In SBWP when you display this screen there is an Information link in the Agent field for workflows in progress which brings up a pop up window showing the Agent where the workflow currently resides.  Does anyone know if there is a way of outputting the Agent with whom the workflow is awaiting approval on BWSP service or if anyone else has had a similar requirement.
    Thanks,
    Sinead.

    Hi,
    You can use a filter using Extended Notification settings.
    Tcodes: swn_admin / swn_config
    Regards,

  • Displaying the name of iPhoto library

    I have a large number of different iPhoto libraries, and was wondering if there was some way to display the name of the Library in use. I have given them all different names, and can usually tell which one I am in, but not always.
    iPhoto insists on calling each one "Library" in the information pane. I've looked through the responses to this question in the iPhoto 5 section (i.e. "can't do it") but, now that iPhoto offers multiple library support, you'd think this would be addressed.
    Th causes of my problem are twofold: 1) I often duplicate libraries and then split them by deleting different film rolls from each and 2) I'm getting old, and my memory is not what it once was, so I tend to forget which of the two libraries I've opened and which files should be deleted.
    Any suggestions?

    luba:
    Yes if you use iPhoto Library Manager to manage your multiple libraries as you can see here. iPLM adds the library title to the top of iPhoto's window when you go thru iPLM. It will also let you copy albums or rolls between libraries and keep the keywords and comments like this.
    I have my workflow setup to always go thru iPLM so I always know exactly which library I'm opening. My memory isn't good enough to remember the last one I had opened.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Creating a Folder Within Form or Document Library & Display the name not in the name column.

    I have created a form library that will used to create folders within that. The folder creation is done using an InfoPath Form that has been uploaded to the Form Library. When the new folder was created the name will be displayed at the Name column within
    the Form Library. I want to change that to another column like documents or suchlike.
    Can it be done using InfoPath 2010 VSTA C# or not? If their are other options available please could you try to inform me!
    Thank You,
    Chiranthaka

    Hi,     
    If you want to show the name of folder in another column, a workaround is that you can create an extra column, then create a SharePoint Designer workflow to set the value of
    this column with the name of folder.
    Here is a link about Create Workflow using SharePoint Designer and set field value for your reference:
    http://www.codeproject.com/Tips/419037/Create-Workflow-using-SharePoint-Designer
    I have seen a similar post from you in the link below:
    http://social.technet.microsoft.com/Forums/en-US/c3ff3f17-dbe2-40f9-86c5-ff7d4b663f09/creating-a-folder-within-form-or-document-library-display-the-name-not-in-the-name-column?forum=sharepointcustomizationprevious
    It's recommended that you post a single question in a single thread which will make it easier to be discussed by others.
    Best regards
    Patrick Liang
    TechNet Community Support

  • UCCX 9/SocialMiner Web Chat Agent Name

    Hi,
    We recently implemented SocialMiner in a DMZ to allow for the web chat support feature to integrate with our UCCX 9. I've run successful tests, but I have a question regarding the agent name that displays in the chat window. Currently, the agent name is showing as their Active Directory username, which is a first/middle initial and last name. Is there a way to change that so it only shows the First Name of the agent? We're concerned about privacy for our agents.
    See screenshot below.
    Thanks for your help!
    Kevin

    Hi
    so i double checked and masking of "agent name "is not possible as of the moment by any configurable settings on UCCX
    it will always show "
    "Agent ID" + "(Customer Rep.)" in chat room"
    i hope this clarifies your questions,
    Regards
    Anurag Siddhu

  • How Can I Display the Name of iPhoto Library?

    I manage a huge number of images so I keeep them in their own iPhoto libraries. In order to change libraries, I have to rename the one I have just left and then restart iPhoto. I have looked for years but cannot find a way for iPhoto to display the name of the library it has open. I could remember the names of all my libraries if I was not forced to change them in order to leave them and go to another. Does iPhoto tell you the name of the library you have open?
    Thanks
    20"iMAc G5   Mac OS X (10.4.5)  

    Hi John,
    iPhoto 6 now shows the name of the library in the title bar of the iPhoto window. At least it did the other day for me.
    You can have a unique name for each of your libraries and use the Option key to launch iPhoto and choose to open another library, then navigate to the library, highlight it and click open.
    You can also use one of the iPhoto Library managers to switch between libraries.
    iPhoto Library Manager
    iPhoto Library Manager documentation
    this page will show you everything you can do with iPhoto Library Manager.
    You can also try iPhoto Buddy

  • Displaying the name of a minimum value in crosstab

    Hi,
    we have a crosstab with [Job Number] in the left column, [Quantitiy Break] as the column headers and (min[bid value]) as the measure.
    We want to display the name of the [vendor] who gave the minimum bid alongside the measure in the crosstab.
    we have tried allsorts of formula along the lines of:
    =[Vendor] Where ([Bid Value Row]=(Min([Bid Value Row])))
    =[Vendor] Where ([Bid Value Row]=(Min([Bid Value Row] ForEach ([Job Number]))))
    =[Vendor] Where ([Bid Value Row]=(Min([Bid Value Row] ForEach ([Job Number];[Quantity Break]))))
    etc
    can anyone help?
    thanks very much
    Keith

    You could try the method I use to pull this back from the database in one go...
    Create an object
    start with bidvalue (aggregated on the right level, formatted as string,
    make sure you use leading zeroes and room enough for the highest possible value)
    and concatenate the vendor after that.
    Now use right(min(new object);lenght(new object)-length bidvalue string)
    (might have tweak a bit to get the exact vendor part of the string, this is from the top of my head,
    but no doubt you'll get it to work)
    This will find the combination with the minimum bidvalue, but only return the vendor part.
    Hope this helps,
    Marianne

  • Messages on Mac app not displaying contact name

    On Messages on my Mac, despite being synced up with iCloud, the Messages app does not display the contact names of anyone. It shows their phone numbers or Apple email addresses. Is there any preference I can change to make it show the contact names? If it exists I haven't found it. I also used the app meant to scrub contacts to make the phone number format conform with Apple's standard (xxx) xxx-xxxx please help!

    HI,
    I take it you are no longer on OS X 10.7.2 ?
    The display of Names (and/or Pics) in Buddy Lists and the main Messages window (when in a  Chat)  in Mountain Lion is controlled from the View Menu > Buddy Names.
    To set this choice the window has to be the "Front" one.
    So the Messages window (CMD + 0 in the window Menu) gets brought to the Front when any sort of Text Chat is going On.
    the View Menu > Buddy Names items is selected and navigation to the choice you want.
    Full names is the First name, Last name as seen in the Contacts app (Formerly the Address Book)
    Short Names are Nicknames (normally set via Messages) or First name only if no Nickname exists.
    Handle is the Screen Names (If AIM), Jabber ID (If Facebook, GoogleTalk or other Jabber ID) or in the case of iMessages the current contact ID or iPhone number.
    You can do the same to any Buddy list that you also display.
    It can be used in Conjunction with the View Menu > Messages which has options to display Pics, Names or Pics and Names.
    (Names now refers to whatever is set in the "Buddy Names" option).
    8:49 PM      Friday; November 16, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Is possible to display Country Name in incoming calls?

    Is possible to display Country Name in incoming calls? If number is saved with country code. Attached is the sample as i mean.

    If you need one more column, then you need to expand the field catalog table and data table as you did for all other fields and you need to code the logic to calculate the subtotals and populate the new column, but if you want to have row, that will be easy. For more info you can [refer |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4063c42a-2549-2c10-fab6-a8c99d98b9b5?quicklink=index&overridelayout=true]this:

  • Display Month name Year

    Hi,
    Which variable Displays Month name Year (Exaple: July 2007)???
    Help will be gratly appreciated...
    Thanks...

    Hi,
    Thanks for your information..
    But i am not getting like month and year display( Example:  Sept 2007)
    I am using Text variable 0P_FPER on 0Fiscal year/period..
    and entering Input as 006.2007 then the resultant query displays as 06.
    Please suggest me how to do it??
    For entry i should give 006.2007 (or) Sept 2007..
    But in the result it should display as Sept 2007..
    Help will be greatly appreciated...
    Thanks

  • Value in input field of Hier.Node variable displays tech.name of the IO

    Dear all,
    we are facing an issue with Hierarchy node variable(auth.) in the selection screen of webReports.
    After selecting a hierarchy node value,it is displayed along with + sign and tech.name of the Infobject in input field .
    example: lets say we have Country Hierarchy and i have selected Country group 'NAM' node..This is displayed as "+NAM(ZCOUTRYGRP)". where ZCOUTRYGRP is tech.name of the InfoObject Country group.
    Expected value is just "NAM" which is Key .Does anyone have solution for this? This Problem occuers when we select Level 01 value of hierarchy and we do have hierarchy node values from same INfoObject.
    Regards,
    Murali.
    Edited by: Muralidhar c on Aug 1, 2009 1:24 PM
    Edited by: Muralidhar c on Aug 3, 2009 10:40 AM

    it works as designed.found in sap help.

  • How to display the name of my metric in a PivotTable.

    Hi I am working with OBIEE Plus
    How to display the name of my metric in a PivotTable.
    Why when I add a field to the sector of the measures in a PivotTable field name disappears.
    Help please
    Thanks beforehand

    Where are your 'measure labels' ? These show what the metric is.

  • How to display database name in page footer in webi report

    Hi Every one,
    I have migrated deski report from BO 6.5 to BI 4.1. and converted Deski to WEBI in 4.1.
    In Bo 6.5 page footer displaying database name but BI 4.1 it showing database type (like Oracle 10g,9i ..etc..).
    I want database name in page footer.
    Please any one help me to solve this issue.
    Thanks

    Hi Thanks for your reply.
    We have tried this option but its not helpful.
    Below syntax is  in both BO 6.5 and BI 4.1.but in 6.5 it showing database name where as in BI 4.1 it showing database type
    ="Track GPQ Database - " + Upper(Substr(Connection((DataProvider(([product])))) ;Pos(Connection((DataProvider(([Product])))) ;"DATABASE")+9 ;7)).

Maybe you are looking for

  • Parent/child records from same table

    I want to create a query that is a union such that the 2nd resultset is based on the 1st resultset. I have a table that has parent/child records in the same table. Table: EVENTS EVENT_ID PARENT_EVENT_ID CREATED_DATE (other columns) if PARENT_EVENT_ID

  • OS 10.4.9 - RAID - External Firewire Striping questions

    Hello, I have an Apple XServe running 10.4.9 Server, serving a handful of Apple 10.4 clients. We were looking to add inexpensive storage to this server, so we purchased three Lacie External BigDisk Extreme Firewire drives, daisy chained them together

  • All Modules Integration in SAP

    HI SAP Gurus Can somebody give me link where I can find the integration of all the functional modules of SAP. Basically I need the point of contacts in SAP in MM, SD, PP, HR and FICO modules. Some General or Basic points will do. Thanks in advance Vi

  • Recover the database to a point

    hi experts, In my database one important table has been uppdated with wrong data. I need to recover the old data. How can I do this. ???? Pls can somebody explain ???

  • View list of connected users in console.  Is that gone?

    I can't seem to find where in the WLS 6.1 console to find a list of connected users. Has that view been removed in the switch to JMX?