Display First Name and Last Name of generating user in Siebel BIP Report

Hello,
My client has a requirement to display First Name and Last Name of user who generated the report. I need some help to resolve this requirement. Thanks
Eg: Generated by <First Name> <Last Name>
Generated by Siebel Administrator
Regards,
Hari Venkat.

Hey Rob,
Is this search help something that you have developed?  Can you explain a little more to how the funcitonality works?  Is this triggering an operation in your BAdI?
Cheers,
Kevin

Similar Messages

  • Auto generate login name basis on user first initial and last name... LC designer

    First initial + last name= login name...
    Text field   + text field  = text field....
    can I use javascript to generate the loginname form first name (first Int) and last name???
    For ex... First name: John
                 middle int: k
                 last Name: Doe
                LoginName: jdoe
    var LoginName = getField("LastName").value;
             var FirstName = getField("FirstName").value;
             if (FirstName!="")
             LoginName += " " + FirstName.substring(0,1) + "."
             event.value = LoginName;
    not sure if this is right... please help

    You guys are both using Acrobat JS notation so you're not going to have much luck.
    In LC there's no getField or event.value and values are returned from fields using fieldName.rawValue (or .formattedValue).
    I put this on the Calculate event of the LoginName field:
    var vFirstName = FirstName.rawValue;
    var vLastName = LastName.rawValue;
    if (!(FirstName.isNull || LastName.isNull)) { // if both fields have data
    this.rawValue = vFirstName.substring(0,1) + vLastName;

  • First name and last name order in contact list

    Actually, my contact list is displayed with the last name before the first name, but everything is fine in Address Book settings (I choosed "First name, Last name" option), and I checked that first name and last name has not been reversed for some reasons between two fields, the first name is right in place, as is the last name.
    So changing this is AddressBook has no effect.
    I tried disabling Chax, without success.
    It could be possible this problem occured when I enabled Microsoft Exchange address book synchronization, (iSync reported 500+ changes in AB database, I did it anyway and noticed no problems in data after synchronization (I still have a backup :-))
    One more thing , the displayed name in the iChat menu extra is correct.
    So, what could possibly change this behavior I did not already check ?
    Powerbook Aluminium 15" 1,2GHz | iPod | iPod Shuffle | iSight | MX900   Mac OS X (10.4.6)  

    Hi Yann,
    If you add details to the Address card in iChat as you add a Buddy then you need the first set of instructions I posted.
    You nee this menu in iChat http://www.flickr.com/photos/90943061@N00/135575605/
    In the second section of this menu you can sort the list.
    <hr>
    Ahhh. I see what you mean.
    iChat does in fact always display First Name, Last Name as you say.
    Adding a Buddy with the names in the reverse order to display as you want in iChat your Address book gets messed up as it is not consistent with those contacts that are not iChat Buddies.
    The only work around I can see is to change all the Address Book entries to match a reverse entry in iChat and then use the Address Book option to display Last Name, First name to show them the 'correct' Fist name, Last name and have them in Last name, First name in iChat.
    11:06 PM Wednesday; April 26, 2006

  • JPDK : first name and last name

    hi
    Using JPDK, I would like to build a portlet that displays the Portal user's first name and last name. (This information was provide when I created the Portal user.)
    Seems to me that this should not be difficult, but I don't know what API I'm supposed to use.
    Suggestions anyone?
    tnx
    -Jan

    hi
    In 9iAS r2, Oracle Portal uses Oracle Internet Directory to store data about a Portal user.
    Would it be "good practice" to use the information returned from ProviderUser.getName() to query OID for the first name and last name?
    If not, what is the "intended way" to do this?
    tnx
    -Jan

  • Function module(first name and last name as a parameter with table)

    hi,
    i just want to know how i match input value in function module with the self created ztable first name and last name as a parameter in function module(import).
    regards
    Ankur

    thanks for your help actually i am concatename first_name last_name into full_name
    import parameter
    FIRST_NAME like ZANKUR-FNAME first name
    LAST_NAME like ZANKUR-LNAME last name
    export parameter
    full_name like zankur full name
    excaption
    error if name not matched
    source code
    concatename first_name last_name into full_name

  • Function Module to get pernr number based on first name and last name

    Hi All,
    What is the Function Module to get pernr number based on first name and last name.
    Could you please help me.
    T@R.
    Vidya

    hi Vidya,
    you can get perner from PA0002 based on firs name and last name.
    use select query and get perner.

  • In which table I can get the Contact full name(First name and Last name)

    Hi,
    In  which table, I can get the field for Contact Person Full  name. In many tables Iam seeing FIRST NAME and LAST NAME as two fields.
    Regards
    Babu.

    You can use FM "CRM_BUPA_DESCRIPTION_READ".
    regard,
    vijay.

  • Anyone have problems with apple ID's? I have the correct ID in my settings but when I try to update my apps my ID shows my first name and last name but not my ID? I'm not sure what else to do because I've made sure I have the correct ID in my settings!

    Anyone have problems with apple ID's? I have the correct ID in my settings but when I try to update my apps my ID shows my first name and last name but not my ID? I'm not sure what else to do because I've made sure I have the correct ID in my settings! Anyone else have this issue?

    I think its meant to show your name, not your ID.

  • Getting  approver first name and last name

    Hi,
    Im using Multi Approval sub process for sending Approval request to multiple approvers, im unable to get the first name and last name of the approver who had responded to it.

    Hello,
    The <ref>Actual_Approver</ref> should bring you back the accountId for the actual approver for that item. Depending on how your setup is you should be able to take that information and call out to your resource and bring back that user's specific attributes. Granted your internal accountId, and your resource account Id are probably not the same so you might have to do some massaging, but you can get what you need....There should be a way to do it internally also..references the fullname attibute..but off the top of my head I can't think of a way to do that.
    Hope this helps.

  • First Name and Last Name goes missing while doing a Request Download for BP

    Hi Friends,
    We started doing a request download for some of the BP's from ECC to CRM. For some BP's the download was working fine but for some BP's the first name and last name are missing. Kindly suggest how do we correct these BP's and how can we restrict this issue not to happen while doing a request download. The object with which we are doing the download is CUSTOMER_MAIN.
    Regards,
    Jan.

    Check if first and last name exist in the Bdoc in SMW01. If it is missing in the BDoc,  that means it is not transferred in BAPI structure to CRM.
    You can check modules CRS_SEND_TO_SERVER on R/3 side, to check the BAPI structures , for presence of first and last names. Then in CRM, you can de-register the queue in txn:SMQR, debug the queue entry , and put a breakpoint in mapper module(which you can find from txn. R3AC1) to check for the incoming BAPI data.

  • Why can't I set up an apple ID alternate email using my first name and last name?

    I am trying to set up an alternate address to my appleID using my first name and last name.  It keeps saying it is "rejected" but it gives me no reason.  I thought maybe someone was squatting on it, but when I try to send a note to it, it says that it isn't a valid address.  Does Apple prevent you from using an iCloud device with your name?  Seems odd since it allows other combinations of my name.

    Hello amg1957,
    Thanks for using Apple Support Communities.
    If you're trying to add an alternate email address to your Apple ID account, the email needs to be an existing valid email address.  To configure an alternate email address with a valid existing email, please follow the directions below.
    Alternate email address
    You can add one or more alternate email addresses for use with Apple services such as Game Center, FaceTime, Find My Friends, iMessage, and OS X notifications.
    Go to My Apple ID (appleid.apple.com).
    Select “Manage your Apple ID” and sign in.
    Add an alternate address:
    Select Add Email Address, then enter your alternate address. Apple will send a verification email to that address. Didn't receive the email?
    Follow the instructions in the email to verify the address.
    Edit an alternate address:
    Select Edit next to the address, then enter the new address. Apple will send a verification email to that address. Didn't receive the email?
    Follow the instructions in the email to verify the address.
    Delete an alternate address: Select Delete next to the address.
    Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
    Take care,
    Alex H.

  • Separating 1st name and last name in contact name in a component

    Hi,
    I have a requirement as follows:
    "while creating opportunity and after selecting the account, a pop up window prompted to choose the contact person.The form of the name has the Contactu2019s Lastname and Firstname concatenated into a field labeled u201CNameu201D.
    Now we need to
    --Separate the Name into First Name and Last Name"
    When I checked, the pop up is the componet BTPARTNER.Can any one suggest how to achieve the above?
    Thanks.
    Edited by: Ginger on Apr 20, 2011 4:02 PM

    Hi,
    you can have a look at Component BTPARTNER, View PartnerSelList, Context node BTQRSPARTDET, Attribute STRUCT.NAME1 -> GET_NAME1. Here you can see how the Name field is composed and you can change the coding, for example transfer the Last Name part to another field via set_property method and keep the First Name part in this field.
    Kind regards,
    Carl

  • HT201401 HI ive forgotten my apple id and password, and also the name and last name i used to set up my iphone 4s what do i do?

    my iphone 4s wont turn back on after the battery died, have tried all the steps, still not working. contacted my network provider they said to send it in but before that turn off find my iphone. I am unable to do so as ive forgotten my apple id and password, i have followed the steps and im stuck as i do not know what name and last name i put when registering with icloud as i didnt want to give out such information at the time,(as in i made up the name n last name).
    Can anyone help me???

    That my friend is why you don 't make up a lie; you get yourself stuck in this kind of circle.
    First; how do you forget the apple id and password, that apple id is most likely an > EMAIL < address that you /PERSONALLY/ put into the device to sign up for the service. Once you remember your own email; you need to go to https://iforgot.apple.com/password/verify/appleid for further assistance on resetting your password
    You don't need the first and last name; it just makes it a lot harder to locate your account if you REALLY can't remember
    If you cannot find any infomation then you sir are SOL;

  • Issue with transformation class when i have same first name and last name

    Hi All,
    we have a custom transform that will get the record from the trusted recon from Oracle DB, build the User Login, then check the OIM DB USR table for the existance of the user id.
    - If the user ID already exist, then they modify the new one to make it unique.
    The issue we are finding is that if there are two or more records with the same first and last names that would generated the same login id, that the first one is NOT committed in the DB before the 2nd one is checked on.
    - Then the 2nd will attempt to save as the same userid which will fail.
    Regards
    $sid

    I would recommend to put the User Login generation algorithm in the Pre Process Event Handler which will act at the latest state of DB and no race condition will exist. Database sequence too can be a good option if client is ready for it. The reason is it may be that if there are only 3 John Miltons already, the next User Login should be JMILTON4... However, database sequence will continue to generate numbers no matter what... So, it may even come JMILTON1213... Each time database sequence is read, it increases by 1 and probably this is not what the client would want because it breaks their user Login generation algorithm...

  • Indexing names in InDesign 5.5, swapping first name and last name

    Hi,
    I'm trying to index a bunch of names in a programme, but the problem I'm having is that the names listed in the body of the programme are in first name last name order. Like:
    John Doe, Jane Doe, Ben Long...
    And these index to be like
    John Doe..123, 123
    Jane Doe..123, 123
    Ben Long..123, 123
    But I need the index to be formatted differently, last name, first name. Like
    Doe, John..123, 123
    Doe, Jane..123, 123
    Long, Ben...123, 123
    Is there any way that I can index them as first name last name, but have them appear on the index as last name, first name?
    I'm using CS5.5 on a mac
    Thanks.

    Hi Ellis,
    Thanks, that's really helpful!!
    I see that adds just the one instance of it, by chance is there a shortcut that I can use to add all instances of that, like the "Add All" button when adding an entry using the dialog box.
    Thanks.

Maybe you are looking for

  • The checkbox next to "Sync photos from .." is unchecked on my next sync. How do I solve this?

    When I check the box, and select the folder I want to sync with, and hit apply, the phone (iPhone 5 and iPad 2) will sync the photos. The next time I sync (or sometimes the 3rd or 4th next time), the box is unchecked. Checking it again will result in

  • HT5006 Earthquake iOS built-in option not on iPhone bought outside Japan but using in Japan

    I bought my iPhone in Australia and brought it with me to Japan and now use it on the docomo network. I'd like to have the iOS built-in Earthquake warning option, but I can't find it on my phone. How do I get this option on my Australian iphone in Ja

  • Report on ROP in MM

    Hi All, Do we have a report in SAP were in i can see the minimum/maximum control of any Item specifies the point at which an item should be reordered (minimum stocking level) and a reorder quantity ceiling (maximum stocking level)?

  • Merge Module Problem - I think!!

    I had tried the trail version of Crystal Reports XI and was able to make it work in my applications just fine.  Now that I have purchased the product I have had nothing but trouble.  I can not get it to work even with the previous application that I

  • Using SWB_PROCUREMENT, HELP...

    Hi there, I am using this transaction to change the Workflow, but i dont know how... There are two Workflow systems associated to the BUS2202 in the event TOBEACCEPTED, those worfkflows are standard. I want to substitute the existing WS79000010 by on