Possible to use a field code first name in mail?

Hi
I want to sent a mail to my contacts. And I like to start the mail with Hello <first name of the contact>,
Is it possible to do that in this mail software?
Kind regards,
Rene

You can achieve your requirement through partner determination for sales doc header.
To Create Sales Personnel (if you are not using HR module for Sales Personal) in SAP, use Tcode VPE1.
You have to Maintain Partner Determination in SPRO:
  IMG - SD - Basic Functions - Partner Determination - Set up Partner Determination
As you can set it up in Sales Order (say, At Header),
Click: -Set up Partner Determination for Sales Document Header
Maintain a Partner Determination procedure ZIN - Inquiry Order.(copy TA - Standard Order)
Make PE-Sales employee as mandatory in ZIN - PE-Sales employee in Partner Function Procedure in Partner Determination procedure.
Now, From Left-hand side tree, click on:
Partner determination procedure assignment.
Here assign ZIN to your Sales Doc type (Say, IN - Inquiry).
Again from Left-hand tree, select
Account groups - Function Assignment
Here, Link all Customer Acct Grps to PE/ VE
Now in Sales Order (T. Code: VA11/ 12), to include Sales Employee:
Goto --> Header --> Partner
here, in Column Partner. Function: Select VE/ PE as defined for Sales Employee.
Hope this can assist you.
Thanks & Regards
JP

Similar Messages

  • I want to change the infotype 0002 field position(first name & lasname)

    Dear Freinds,
                 I have requirement where i have to change the positions of the first name and last name , as pe standard we will see is
    the lastname under that field we will se the first name . As per the user he wanted first name and then last name . I have read in sap help that it says the table T522N is the place. But before using i wanted to can i change or is there any method where i can do.
    i have changed the name2 as middle name by going to cmod and changing the text label. Here it dint asked me any access key.
    similary for chaning the position of the two fields can i do so please let me know if any body has done this.
    regards
    divya.

    Hi Divya,
    You can't change the position of the fields in standard SAP screens - PA30/20.
    This would be repair and you need to get access key to change the 2000 screen of module pool MP000200.
    T522N is used to change the name format in reports, etc. (Firstname Lastname or Lastname Firstname) It has nothing to do with the field positions in the screen of PA20/30.
    Regards,
    Dilek

  • Is it possible to use a tax code in FB60 but which does not post any tax?

    Hello Gurus,
    Can you advise if it is possible to configure a tax code which can be selected in FB60. But we want this tax code not to post any tax value in SAP but simply to be allowed to be selected and populated in the doucment. In FTXP a tax code can be setup that does not need to have a tax rate % maintained against it or be linked to a GL account. However, this tax code cannot then be used in FB60 as the system asks that a rate is maintained and then that an account must be maintained.
    Can you advise if it is possible to maintain a tax code in such a way that it can be selected in FB60 but does not result in any tax posting to any tax account? We want it so that no value is posted, so even a 0% rate would not be good.
    Thanks for any ideas on this.
    Mart

    If you set up 0% tax code, system will NOT post any entry to GL account. You can use the tax code in FB60 & MIRO & PO too.
    thanx

  • Is it possible to mandatory a field(Sales Lead Name) in Sales Inquiry

    Hi,
    I have a scenario like when sales dept creating a sales Inquiry they want  that a field is to be mandatory of Sales person name,who is responsible for the sales.They want that with out the Sales person's name it will not allow to create the sales Inquiry.
    Now is there any way out from customizing?
    Please through some light
    Thanks in advance,
    Tokan

    You can achieve your requirement through partner determination for sales doc header.
    To Create Sales Personnel (if you are not using HR module for Sales Personal) in SAP, use Tcode VPE1.
    You have to Maintain Partner Determination in SPRO:
      IMG - SD - Basic Functions - Partner Determination - Set up Partner Determination
    As you can set it up in Sales Order (say, At Header),
    Click: -Set up Partner Determination for Sales Document Header
    Maintain a Partner Determination procedure ZIN - Inquiry Order.(copy TA - Standard Order)
    Make PE-Sales employee as mandatory in ZIN - PE-Sales employee in Partner Function Procedure in Partner Determination procedure.
    Now, From Left-hand side tree, click on:
    Partner determination procedure assignment.
    Here assign ZIN to your Sales Doc type (Say, IN - Inquiry).
    Again from Left-hand tree, select
    Account groups - Function Assignment
    Here, Link all Customer Acct Grps to PE/ VE
    Now in Sales Order (T. Code: VA11/ 12), to include Sales Employee:
    Goto --> Header --> Partner
    here, in Column Partner. Function: Select VE/ PE as defined for Sales Employee.
    Hope this can assist you.
    Thanks & Regards
    JP

  • Is it possible to use a variable in the name of other variables?

    Trying to avoid a long post; is there some command in Java that would allow a variable to be read before the rest of the statement it is in?
    For example, using a pair "@" to encapsulate a variable with the mystery command I'm looking for:
    *public class Example {*
    *public static void main (String[] args) {*
    Char variable = "A";
    int @variable@_Status = 0;
    So that this application would create an integer named "A_Status" and assign it a value of 0. Obviously, I'm not looking to be told that "int A_Status = 0" is the best way to do that, I'd like "variable" to be able to be defined by input or change somehow in the code. I have a gut feeling that this is impossible due to the compiler, but I'd like a more professional opinion. Anyone?

    The variable "name" is a lot less important than you think. In fact, when your code is compiled, the computer doesn't care one jot about the name of the variable.
    You should not worry about trying to do this, but rather should tell us the reason why you would even want this. If we knew that, we could show you a better way, guaranteed.

  • HT201285 Any way to limit the contacts search by just one field (just first name or last name or note, etc.)?

    It is nice that the search includes all the fields mentioned, but what about when the results are 600 and I tried a few ways to filter it down unsuccessfully?
    It would be nice to limit the search to just certain fields too.

        Windchimes74, oh wow! That is a lot of usage in a short amount of time. We do have a great application called Family Base. You can restrict the amount of time/amount of usage that a particular device can be used. By doing this you can put a limit when Mom is online. Once the jetpack reaches that limit it will not allowed to be downloading anything else. This package is $5 a month for the whole account. It is an awesome feature that I myself use for many lines on my account.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • Is it possible to use multiple signatures in same email in Mail?

    Hi,
    I'm using Mail in Mac OS X 10.6.6. Previously (older system) I could chose more than one signature in an email to be used simultaneously in that email, simply by clicking on whatever signatures I wanted. Since upgrading to Snow Leopard, clicking on more than one signature simply changes the signature displayed, so that I can't have more than one signature per email. Is there a tiny box I should be ticking somewhere?
    Thanks.

    Adding a scanned signature to Apple Pages and Mail docs using Lion

  • Entity Framework - Code First - Migration - How to access SQL Server and Oracle using the same context?

    Hello,
    I use Entity Framework code first approach.
    My project is working fine with SQL Server. But, I want to access Oracle too. I want to switch SQL Server and Oracle in run time.
    I am able to access Oracle using "Oracle.ManagedDataAccess.EntityFramework.dl" in a new project.
    But, Is this possible to access SQL Server and Oracle in the same project.
    Thanks,
    Murugan

    This should be possible with a Code-First workflow.  In Code-First the database mapping layer is generated at runtime.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • 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

  • EF6 Code first inheritance from relationship

    I need to create a TPH inheritance on an existing database using EF6 and Code first
    Table Person
    PersonId (Key)
    PersonName
    PersonTypeId (FK)
    Table PersonType:
    PersonTypeId (Key)
    Description
    Category
    The field PersonTypeId is the discriminator for the employees and managers, and the classes that I use are:
    class Person
    public string PersonId {get; set;}
    public string  TypeId {get; set;}
    public PersonType Type {get; set}
    class Employee : Person
    class Manager : Person
    I use the fluent API to create the relationship between Person and
    PersonType like that:
    HasOptional(e => e.Type).WithMany().HasForeignKey(f => f.TypeId);
    and it works as expected.
    Now, I need to Map the inherintance like that:
     m.Requires("Type.Category").HasValue("EMP");
    but it doesn't work because I receive an exception saying that the discriminator field doesn't exist.
    Any suggestions??

    I try to explain me better
    m.Requires("PersonTypeId").HasValue("EMP")
    It's ok, but it's not what I need 
    The mapping discriminator is not the PersonTypeId but the Category field that is in the class(or table) referred by PersonTypeId
    I have more than one values of PersonTypeId that has the same category (employee).
    If I choose your solution I need that PersonTypeId has more than one value
    Like that:
    m.Requires("PersonTypeId").HasValue("1").HasValue("2");
    but I know that there isn't this possiblity to have more than 1 value for a discriminator. Is it true?
    I try to explain me better
    m.Requires("PersonTypeId").HasValue("EMP")
    It's ok, but it's not what I need 
    The mapping discriminator is not the PersonTypeId but the Category field that is in the class(or table) referred by PersonTypeId
    I have more than one values of PersonTypeId that has the same category (employee).
    If I choose your solution I need that PersonTypeId has more than one value
    Like that:
    m.Requires("PersonTypeId").HasValue("1").HasValue("2");
    but I know that there isn't this possiblity to have more than 1 value for a discriminator. Is it true?

  • Can we use BLOB fields (that store images) in Crystal Report ?

    I'm developing with ASP.NET, VS.NET 2003.
    Using Crystal Report for VS.NET
    DataBase: Oracle 10g
    I store a BLOB field in a table. This field store images, like jpg files.
    The Stored Procedure that I use to fill the report is:
    OPEN MyCursor FOR
    SELECT MyId , MyImg
    FROM MyTable
    MyImg is BLOB field
    However, when I try to use the stored procedure in Crystal Report at design mode, any field can be displayed and then drag and drop to the report, but MyImg is not possible.
    There is an error message:
    Details: ADO Error Code: 0x80004005
    Source: Microsoft OLE DB Provider for Oracle
    Description: Data type is not supported
    I'm afraid that is not so easy for me to change DB connector drivers.
    My question is:
    - Is it possible to use BLOB fields in Cyrstal Reports?
    - Or should I convert them previously to something, so they can be displayed in Crystal Report at desing mode ?
    - If I should change DB connector drivers, which one should I use and from where should I download it and then install it in my Web Server?
    Thank you very much!

    Hi,
    I dont know much at all about CR, but I do know Microsoft's OLEDB Provider for Oracle doesnt support Blob datatype.. http://support.microsoft.com/kb/q244661/
    Oracle's OLEDB provider does though, you can get it as part of the ODAC download on OTN.
    Hope that helps,
    Greg

  • Sort Address Book search dialog box by last name, first name

    When I am entering an email, and I click on the To: field to bring up the Address Book dialog box, by default the names are ordered according to the
    Name field in First Name, Last name format.
    Is there any way to have this column display the names in Last Name, First Name format?

    Is there any way to have this column display the names in Last Name, First Name format?
    The only way would be to change the display order of the AB to use <FileAs> which in turn requires that the default order for the <FileAs> field is configured to be <Last, First>.
    Way to change the AB display order is by going into Account Settings (you don't mention which version of Outlook is in use) or with Outlook closed, use the Control Panel <Mail> app to open the profile
    - click on the <AddressBooks> tab
    - highlight Outlook AddressBook
    - click <Change> and select the appropriate <Show Names> option
    Note: if your current default FileAs setting is not configured to be <Last, First> - you will need to <bulk> change all existing contact items since any change to the FileAs default setting only applies to newly created contacts.
    Karl Timmermans [Outlook MVP] "Outlook Contact Import/Export/Data Mgmt" http://www.contactgenie.com

  • Using Calculated Field in Multi Value Field

    In Siebel Application
    Sales Order---> List
    There is a field call "Sales Rep" which displays an "USERID" of Order Sales Team Mvg Applet.
    But We want to display the Last Name and First Name (combined).We got the first and last name using calculated field (Active Full name).
    When I try to get the full name, the system display the name based on the "Primary position", if I step out of the particular row and come back again
    Is there any way to display the full name without step out any rows for Sales Rep field

    Your description is a little confusing. For performance reasons it is always best to set the use primary join on multi value links. This means that when multi value fields are displayed in applets they always show the primary by default. If you want to display something other than the primary what is your rational behind this and why not make the record you want to display the primary?
    Message was edited by:
    Richard@AXA

  • How to use Resever Field for Customer Master

    Hi
    My Client Requirement. Price should be determine with Sales ORG, Distribution channel, Division, Districts, Talukas and Villages.
    But Talukas and villages are not available in SAP standard systems.
    Is it possible to use reserver field in Customer Master for this purpose?
    If it is ok then please give suggestion how to use this reserve fields.
    Thanks in Advance
    Madhu

    Hello,
    the system-behavior that you describe is standard behaviour, because   
    the fields which you are describe (village and ..) doesn't exist in structure KOMG.                                                                               
    For using this field in the field catalog you can proceed like this:   
    1. create a new field for example ZZvillage...                             
    2. add the new field in the table T681F for the application 'V' and the
       usage 'A'                                                           
    3. add the field to the include-structure KOMKAZ                       
    4. fill the new fields in the userexit for pricing                     
       (Pricing_Prepare_TKOMK (TKOMP)                                                                               
    I hope that the information are helpful for you.    
    regards
    Claudia

  • Sort Contacts by [First Name, Last Name] on Phone

    I currently have all of my contacts in Outlook saved and "Filed As" First Name, Last Name. When I go to sync with the phone (through iTunes), the phone still shows all my contacts sorted as Last Name, First Name. I have tried deleting my contacts completely several times to no avail. I am so used to searching by first name first. Can someone please help?
    BTW, I did try searching the forum first. Most threads discuss the use of Address Book, which seems to provide a solution. I have not found any solutions to this problem using Outlook though.
    Thanks,
    Brian

    On the iPhone, go into settings/Mail Contacts Calendar and choose sort order under "contacts" as "first, last".
    Message was edited by: ahostmadsen

Maybe you are looking for

  • Can you have multiple accounts on the same ipad2?

    Can my wife and I share the same iPad using two different accounts? If so, how?

  • HT1386 after syncing my ipad i still have the tv shows on my ipad.  have they transferred?

    Using my sons computer he synced my ipad to transfer my tv shows.  The shows are still on my ipad.  does that mean they did not transfer?  I dont have any room to download anymore tv shows because they are still there.  Clearly I am not good at using

  • Application use survey

    -- found a survey that may be of interest for some - it is available here: http://www.tech-surveys.net/Start15.aspx it surveys which applications servers and database applications are mostly used throughout US and Canadian companies. The results whic

  • Hide button in Firefox

    Hi, I just built a project in RH X5 with a skin that has an image for the "Hide" button. It works great in IE, but doesn't show up in Firefox. Is there a fix for this or is something else that we're waiting for Firefox to fix with the next version? T

  • Slow Import to iMovie

    The other day I shot about an hour's worth of HD video at my granddaughter's band competition. I have a nearly-new Samsung HMX-X200 camera that I recently found out isn't all that compatible with Mac OS, but I can copy the video files to my hard driv