How to add email option for vendor.

Hello all,
I looked for adding an email to the vendor in xk01, but there was no option of email field. I want to post FCEM output to test whther the output working fine thorugh email.
Plz advice.

Hi,
If you are using sap delivered vendor account group, system defualt shows email address in vendor master data.
In address tab, communication segment you can see the vendor email address.
Or Goto OMSG t.code choose vendor account group, double click on general data.
double click on communication, check the Internet mail address field and save.
Regards,
Chandra

Similar Messages

  • How to add extra options for style of images.   iPad version has far more options than Mac version

    How to add extra options for style of images in pages.   iPad version has far more options than Mac version

    Thank you, you made me go look again and I realised the ones I use on the iPad are under Borders not style and they are on Mac also.  I feel a bit silly but I wouldn't have got there without your prompting.  Do you mean by "create your own"  using the borders and then saving as a style or can you create something that is not in either?
    Thanks again

  • How to add more options for e-commerce shopping chart?

    I am considering to use BC for web shop to sell printed products. I would like to add a feature that customer can choose printing size and server side script would count final price of the product.
    I am now choosing a platform for my e-commerce but I do not know enough if BC is a good platform for developers? Is it possible to add this kind of features with BC API?
    Kind regards,
    Susi Waegelein
    www.kuvita.org

    You create attributes on the product and an attribute can have a price associated with it that adds to the total product price.

  • Not able to add outgoing payment for vendor

    Hi to all Experts,
    I am facing problem i.e I am not able to add outgoing payment for Vendor. I have tried to multipul time using different users also. I have booked purchase first and then tried to make payment to the vendor.Docdate is 14th Jul 08, and docdue date is 18th Aug. 08.
    I have made two entries for outgoing payment using G/L A/c. option before trying to do this entry successfully.
    Can any body plz help me to resolve this issue.
    Warm Regards,
    Chintesh Soni

    Hello Chintesh,
    The scenario seems to be similar to the one described in Note 1027043.
    Here is the text from the Note:
    "You are trying to add the an Outgoing Payment for an A/P Invoice or A/P Credit Memo using Checks as Payment Means. However, after pressing the 'Add' button, the payment is not added and the system does not send an error message."
    This issue occurs when the Vendor Ref. No. field in the A/P invoice or the A/P credit memo has more than 39 characters.
    It is an application error that is fixed in PL26, 2005B (Note 1073858). Kindly upgrade to the latest patch. If not possible at the moment, you can use the workaround provided in the Note.
    I hope this helps.
    Regards,
    Lorna Real

  • How to add search help for standard field LIKP-TRAID

    Hi friends,
    How to add search help for standard field LIKP-TRAID ,
    refer screen
    Program Name       SAPMV50A  
    Screen Number      2108      
    TrnsIDCode ( LIKP-TRAID ) ..
    I need to add a search help, so that i can retrieve data from Ztable.
    Thanks.
    Abhi

    Hi Abhi,
    Try using any one option:
    Create a Search Help in SE11.
    Now Goto SE11 -> Enter Ztable -> Select that field -> Click Search Help and try to assign the created Search help to that field in your Ztable explicitly
    OR
    Create a Zdata element in SE11.
    In Data Element, under Further Characteristics tab, enter Name  Parameters of Search Help.
    Assign this data element to that field in ur Ztable.
    OR
    Create a Zdomain and maintain a Value Table or Fixed Values for it.
    Assign this domain to that field in ur Ztable.

  • [svn:bz-trunk] 9713: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 9713
    Author:   [email protected]
    Date:     2009-08-27 14:09:43 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: Yes
    Doc: Yes - We have a new include-read-only property, see resources/config/services-config.xml
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/io/AbstractProxy.java
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java
        blazeds/trunk/resources/config/services-config.xml

  • How to add auto play for audio in ibooks author?

    I cannot seem to get the low-down on how to add auto play for audio in ibooks author. I would like the audio to play when the reader opens the page?
    Thanks!

    There is no option for autoplay on page turn. There is no option for autoplay, only loop.

  • [svn:bz-trunk] 13622: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 13622
    Revision: 13622
    Author:   [email protected]
    Date:     2010-01-19 02:38:36 -0800 (Tue, 19 Jan 2010)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: No
    Doc: No
    Details: Documented the fact that include-read-only property applies globally.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/resources/config/services-config.xml

  • HOW TO: Add /manipulate columns for a GridControl

    HOW TO: Add /manipulate columns for a GridControl when the columns (attributes) are from different entity objects.
    This HOWTO describes the basic steps of using attributes from different entity objects for a GridControl.
    One way you can create a GridControl which contain attributes from different entity objects is to create a view object and base it on the entity objects which contain
    the desired attributes.
    Here are the basic steps:
    1.Create a new view object (or use an existing view object) by selecting File>New from the menu, clicking the Business Components tab and double-clicking
    on the View Object icon.
    2.In the View Object wizard change the name to something meaningful.
    3.Select the entity objects you will base your view object on.
    4.Nivigate to the attribute screen and select the attributes you would like to include in your view object from each entity object. At this point you can also create
    a new attribute by clicking the "New" button. The new attribute can be a concatenation of other attributes, derived from a calculation etc.
    5.In the query panel of the View Object wizard, click "Expert mode" and enter a query statement. You write complex queries such as decoding a set of attribute
    values.
    6.Add your newly to your newly created view object to the application module by double-clicking on the application module in the navigation pane and selecting
    your view object from the list.
    7.Create a new row set.
    8.Bind row set to a query by editing their queryinfo property and selecting your view object and its attributes from the queryInfo pane.
    9.Create a GridControl and bind it to the row set by editing the dataItemName property of the GridControl. Since the GridControl is bound at the row set level
    all of the related attributes are automatically added.
    null

    Michael,
    Are you intending this as a commercial solution or a work around?
    To take an existing equivalent, one would build a view in the database tailored for each grid in an Oracle Forms application. Or a separate query layered over tables for each form/grid in a Delphi or Access application? Even if it is ninety nine percent the same over half a dozen forms/grids?
    And now you've added a whole slew of "slightly different" rowSetInfos to maintain.
    So if you wanted to add a column that needs to appear everywhere... you've just increased the workload multi-fold?
    That would be a management nightmare, wouldn't it? Not to mention yet more performance cost and a slower system?
    Hmmmm..... I'm not sure I like where this is headed... someone needs to do some convincing...
    null

  • How to add email id in scot

    Hi,
    Could you tell me how to add email id in scot.
    Regards,
    Amar

    Hi Amar,
    Please check this link.
    http://help.sap.com/saphelp_nw70/helpdata/EN/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm
    Hope this will help you..
    Regards

  • Hi All how to add new payscale  for an employee in sap hr-abap,its urgent

    Hi All ,
    how to add new payscale for an employee  in sap hr-abap,its urgent.
    Message was edited by:
            bharat kumar
    Message was edited by:
            bharat kumar

    Hi
    If that field which you wants to add is available in one of the structures like EKKO,EKPO then you can add that field just beside the other fields
    If that field is not there in the any of the structures then you can define a variable using define command
    /: DEFINE  &VAR&
    / &VAR&  = <some value>
    or you can write subroutines to fetch the data from outside tables and can use those fields data in the script
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • How to add a border for Panel (jdk 1.1) ?

    how to add a border for Panel (jdk 1.1) ?

    Border's are a Swing feature, you will have to draw one by yourself (extend Panel and override paint()).

  • How to add JVM option???

    i am facing problem of permgen memory exceprion..
    i got solution as to add following JVM option
    Increasing the PermSpace of the JVM with -XX:MaxPermSize=256M or higher only
    i don't know how to add JVM option...
    GOOGLING DIDNT WORK

    Done !!!!!!!!!!
    in glass fish
    admin console in JVM SETTING TAB

  • How to put Mandatory option for selection screen fields in ABAP Queries

    Hi Experts
    Can anyone tell me how to put mandatory option for the selection screen fields in ABAP Queries.
    Manually I had written code in the At Selection Screen  option in infoset to display error message if that field is blank.
    But I need to display the selection fields with the tick mark (obligatory mark).
    How to do this?
    Appropriate answers will be awarded

    Hi
    For parameter option
    parameters : p_kunnr type kna1-kunnr  obligatory.
    For select option
    select-options: s_date for vbak-erdat obligatory.
    Plz rewards points ,
    Regards ,
    Ganesh.

  • How can i maintain conditions for vendor sub-ranges

    Hi All,
    How can i maintain conditions for vendor sub-ranges. These conditions apply to all materials from vendor's sub-range.
    Eg: vendor X has the two subranges R1 & R2. I want to maintain separate conditions for R1 & R2. When ever i created PO with ref to particular subrange that Vendor conditions has to be appeared.
    How can i achieve this?
    Could u pls suggest?
    Thanks & Regards
    Anilkumar Dalai

    Hi,
    First Create a Condition Table with field "Vendor sub-range" in M/03
    Then create an Access Sequence using this Condition Table in M/07
    Then assign this Access Sequence in the Gross Price Condition Type in M/06
    Then assign this Condition type in Calculation Schema in M/08
    Then maintain condition record for this condition type in MEK1
    And then select the appropriate VSR Code in ME21N and check the Pricing.

Maybe you are looking for

  • How do I remove an iCloud account from contacts on my Mac

    As many other people I have two iCloud accounts, one that was my forme me account and the other is the one I used to purchase apps in the app store. When iCloud arrived we (Me users) were given 20GB extra storage on our iCloud accounts for one year.

  • Linking to a swapped image...help

    I'm trying to set up a page that has a rightside column of thumbnail images, which, when clickedon opens a larger image in another area. I have done this using swap image. That's all set up, but now I would like to link that larger image to a differe

  • Drop Down List not working correctly

    Hi I have created one 'DropDown' List box with static entry list. When i am selecting the entries nothing is happening. I want to pass the selected value, how to do that? Regards Sandeep

  • CSS Design question

    Hi All, I have a couple of questions around the CSS 11501 would be grateful if any gurus out there cud shed more light, here goes; -Does the CSS support bridging between 2 vlans? In a similar way to the CSM. What command might be used to achieve this

  • My iPhone just stopped working; it does not start up

    My iphone just stopped working; it does not start up!