ALE - DEBMAS06  customer email

Hi all,
I'm trying to create a customer via ALE, using message type DEBMAS06. The problem is i cant seem to find the idoc segment and fields to maintain the customer email.... Can someone help me out on this?!
Regards,
PCastro.

Hi..
Pedro..
It Seems there is no field available for EMAIL in Customer Master IDOC DEBMAS06 and the Table KNA1.
So you can add this field in KNA1 using APPEND structure and
Create the New segment with this field and
Create an Extended idoc type with this new segment.
<b>Reward if Helpful.
</b>

Similar Messages

  • Custom Email Alert Template Issue - Users not getting customized emails

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I have renamed
    the custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list using the "alert
    me" function they received the customized email as intended.  
    We needed to auto-subscribe users to the email alerts so what I did was used a powershell script to add users to the alert subscriptions using the script shown in below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When I ran the script and added the users and restarted the service, all users who were auto-subscribed via this method would get the email without the customizations that were done in the custom template.
     All users who manually subscribed to the list using the "Alert Me" function would get the customized email.  
    Does anyone know why users who manually subscribe would get the custom email alert and why users who were auto-subscribed using the powershell script do not get the custom email alert?

    Hi,
    To deploy custom alert template file, we would load changes into SharePoint and restart SharePoint 2010 Timer Service from Windows Service. If you create your own AlertTemplate in the custom_alerttemplates.xml, you will need to set the set the SPList.AlertTemplate
    property of the list. Then delete and re-subscribe to the alerts for the list.
    Please refer to:
    http://blog.zebsadiq.com/post/SharePoint-2010-custom-alert-template.aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • How to get username from customer email id.

    Hi experts,
    How to get username from customer email id.I am using transaction XD02.
    I would be thankful for your kind replies .
    Regards,
    Sachin Hada

    Hi sachin,
    Re: Email id field
    Regards,
    Sravanthi

  • Billing document to customer email ID

    Hi,
    I want any billing document save then billing document should go to automatically the customer email ID. Already I have maintained the email ID into the customer master.
    is it possiable? If yes, how?
    Pl provide the solution for above requirement
    Useful answers duly rewarded
    Regards,
    Devendra

    Hi
    Even for the Z output type you can set External send method in NACE.
    Other config steps are same as provided you earlier i.e. NACE -- VV31 - VF31 varient creation --> SCOT settings --> Job Schedule for VF31 with varient --> Job schedule for SCOT.
    Just one tip, if you want check SCOT settings are in place or not - generae spool request. In T.code SP01 select the spool request and Click Menu Bad --Spool Request --> Forward --> Send using SAP Office --> Type your Maild id. for e.g gmail ID.-Click on copy.
    Now go to T.code SCOT just check you have configur Adr Type INT and within INT -- SMTP. Click on Start send process and click on Start. If you get output via mail through this process your SCOT settings are in place. Else you need to ask your basis team to configure.
    Good luck
    Regards,
    Vijay
    Edited by: Vijay Salvekar on Jun 26, 2008 11:26 AM

  • OIM custom Email Definition Internationalization

    Hi,
    Can custom Email Definitions in OIM be globalized?
    We have created a email definition template in english and the same is assigned to a process task so that an email notification is sent on completion of this task. Now we wanted to implement internationalization and would like to send the email in french depending upon the locale. When we tried to create another Email Defintion template with the same name but different language i.e., french, then OIM is throwing an error with message 'The email name must be unique'.
    Is there any other way to achieve globalization of email definitiuons in OIM?
    Any help would be greatly appreciaited.
    Thanks..

    Hi,
    I think it is a bug with email definition.You must raise SR with oracle support.
    Regards
    Nitesh

  • Setting Up Custom Email on the iPod Touch

    Since the iPod touch does not allow you to use emails other than the ones provided (Gmail, dotMac, Yahoo, Exchange) — it's really a frustrating thing how you can receive emails but not send them unless it's one those types of email accounts. Thankfully, I've figured out a simple workaround by using Gmail to auto-forward the mail from your other accounts. That way you can send outgoing mail from the iPod touch perfectly. The reason outgoing mail didn't work before with your custom email accounts was that they needed the use of your ISP (Internet Service Provider) for the outgoing messages.
    Here's the link if anyone wants to see it:
    http://masonsklut.com/setup-custom-email-accounts-on-your-ipod-touch/
    Please email me if you have any questions!

    Hello, 
    Yeah this is definitely a missing feature rather than a glitch. These mobile applications are a lot simpler than their OS X counterparts. Please leave feedback for Apple:
    http://www.apple.com/feedback/ipodtouch.html
    kind regards
    mrtotes

  • SharePoint custom email not shooting, How to fix this?

    Hi All,
    I trying to send custom email from C# to external user, but mail is not going. But sending to same domain users and find these exceptions in log;
    "Type: SmtpFailedRecipientException, Exception Message: Mailbox unavailable. The server response was: 5.7.1 Unable to relay"
    "Exception thrown from business logic event listener: System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay     at System.Net.Mail.SmtpClient.Send(MailMessage message)    
    at ChangeControl3_Nov.eGA_Utility.SendmailnoAttach(String To1, String subject1, String Body1, String frommail1, String FS) in c:\Users\acpbsdt\AppData\Local\Temp\2\Vsta\6c9090f9672f4fba89c20855a223734b\eGA_Utility.cs:line 288     at ChangeControl3_Nov.FormCode.SendBothCTRL256_5_Clicked(Object
    sender, ClickedEventArgs e) in c:\Users\acpbsdt\AppData\Local\Temp\2\Vsta\6c9090f9672f4fba89c20855a223734b\FormCode.cs:line 417     at Microsoft.Office.InfoPath.Server.Util.DocumentReliability.InvokeBusinessLogic(Thunk thunk)     at Microsoft.Office.InfoPath.Server.SolutionL...
    08e3e29c-259c-60b9-fdb2-5829cbd6a566"
    Any idea? Thanks in advance!

    Hi,
    Please check the links below:
    The server response was: 5.7.1 Unable to relay -- Help Please
    http://forums.iis.net/t/1165876.aspx?The+server+response+was+5+7+1+Unable+to+relay+Help+Please
    Mailbox unavailable. The server response was: 5.7.1 ... we do not relay
    http://www.codeproject.com/Questions/94257/Mailbox-unavailable-The-server-response-was
    If you want to customize code for send Mail in SharePoint using C# .net code, here is a blog for your reference:
    https://technologykhabar.wordpress.com/2013/06/19/custom-code-for-send-mail-in-sharepoint-using-c-net-code/
    The code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Net.Mail;
    using Microsoft.SharePoint.Administration;
    namespace SendEmail
    class Program
    static void Main(string[] args)
    SPWebApplication webApp = SPWebApplication.Lookup(new Uri("https://serverName/"));
    MailMessage mail = new MailMessage();
    mail.From = new MailAddress("[email protected]");
    mail.To.Add("[email protected]");
    mail.Subject = "Subject Test";
    mail.Body = "Body Test";
    // SmtpClient class sends the email by using the specified SMTP server
    SmtpClient smtp = new SmtpClient(webApp.OutboundMailServiceInstance.Server.Address);
    smtp.UseDefaultCredentials = true;
    smtp.Send(mail);
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How do you delete a custom email label?

    So I created a custom email label for one of my contacts, and now I don't want it anymore. How do I get rid of it?

    users/yourname/library/application support/iwork/numbers/templates/my templates
    If using Lion or Mountain Lion...
    in Finder, hold down the Option key while clicking on the Go menu and your users Library will appear...

  • Possible to use custom email address for eprint?

    I have recently picked up an e-print capable printer. From what i see, i have to use the randomly generated @hpeprint.com address. Is it possible to use a custom email address for this printer? If not, will a feature like this be added in the future?
    I would prefer to have it connect to my smtp server to recieve mails from an address of my chosing rather that using the hpeprint domain.

    The best that can be hoped for right now is to set up a secondary email address such as gmail that you keep private and use only for eprint emails. Set up your new email account to forward all received emails to the ePrint email address of your printer. I am in the process of testing this myself after reading another thread here suggesting it.
    Edit: I had hopes for this, but no luck! Get message in Eprint center about too many recipients.Wish HP could fix this.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Set Up Custom Email with OSX 10.9

    The custom email setup box comes up with incorrect name and password.  Nothing we do changes it.  There are no instructions on how to enter the log-in information for an existing email account at our ISP.  What goes in which entry so the login occurs properly?  I need to know if the "Name" entry is the "user name" as in "jschmoe" in [email protected] and the "account" is "xyz.net" or the entire "email address"- [email protected]  Then why does the password not change, or is the custom email password the same as the "admin password" used at login?  The next time around examples would be very helpful in the setup window.  We tried "Help" but it wasn't helpful for this issue.

    Without knowing who is the email provider I can't know which is correct, but there are only 2 choices so try both.

  • How to send custom email asynchronously?

    Hi All,
    I am using code to send custom email like:
    SmtpClient smtpClient = new SmtpClient(smtpServer);
    NetworkCredential oCredential = new NetworkCredential("", "");
    try
    smtpClient.UseDefaultCredentials = false;
    smtpClient.Credentials = oCredential;
    smtpClient.Send(mailMessage);
    catch (Exception)
    This code working fine but how to send email asynchronously?
    Thanks in advance!

    Hi Steve & Amit,
    Thanks for you reply, Here is my complete code:
    public static void Sendmail(string To, string subject, string Body, string frommail)
    string smtpServer = SPAdministrationWebApplication.Local.OutboundMailServiceInstance.Server.Address;
    string smtpFrom = SPAdministrationWebApplication.Local.OutboundMailSenderAddress;
    string smtpReplyTo = SPAdministrationWebApplication.Local.OutboundMailReplyToAddress;
    MailMessage mailMessage = new MailMessage();
    System.Net.Mail.MailAddress from = new System.Net.Mail.MailAddress(frommail, "My Intranet");
    mailMessage.From = from;
    mailMessage.To.Add(new MailAddress(To));
    mailMessage.Subject = subject;
    mailMessage.IsBodyHtml = true;
    mailMessage.Priority = MailPriority.High;
    mailMessage.Body = "<html><body>" + Body + "<br><br>With Regards,<br><b>My Intranet</b></body></html>";
    SmtpClient smtpClient = new SmtpClient(smtpServer);
    NetworkCredential oCredential = new NetworkCredential("", "");
    try
    smtpClient.UseDefaultCredentials = false;
    smtpClient.Credentials = oCredential;
    smtpClient.Send(mailMessage);
    catch (Exception)
    Could you please suggest me how to implement you solution, thanks!

  • Ale / Idoc Customer master

    hi all,
    i am working with ale/idoc .
    from one client i am sending customer master data using DEBMAS
    I have checked in IDOC
    for contact person
    it is not picking fax number and email
    and telephone number it is picking from KNA1 table
    reagrds,
    mohd.

    Hi,
    the data you try to distribute, even if related to customer master data, does not belong to it.
    It belongs to the Business Address Services (BAS).
    As a result, to distribute it you need to distribute ADR*MAS idocs types too.
    According to the fields you try to distribute, idocs types ADR2MAS and ADR3MAS are definitively necessary.
    You should look at [note 384462|https://service.sap.com/sap/support/notes/384462] and [note 306275 - Transferring address data|https://service.sap.com/sap/support/notes/306275].
    Best regards
    Alain

  • Customized emailed forms with Acrobat 9

    Using systems with XP or Vista, Office 2003 or 2007 and Acrobat 9.0 standard or pro, is it possible to create a customized form to mail out and collect the responses via email into the answers file?

    Yes. There are a number of new features available with Acrobat 9, many of which are covered in the following:
    https://admin.na3.acrobat.com/_a723755887/p31325014/
    George

  • Custom email address doesn't work in Maverick

    Configured Apple Mail on a new iMac running Maverick 10.9.1 but my email is custom for business purposes rather than gmail, yahoo, etc.  I'm not able to send or receive on this custom address though others work fine.  Get an error that it can't connect to the internet despite identical settings to my MacBook Pro which works.  Nothing turned up on the web domain side.  Help! 

    jaydog69 wrote:
    Hi, I've been assigned a new BT Yahoo email address and password, but they won't work. Does that get activated when my broadband becomes active? I go live with BT on Monday but surely if a yahoo email has been setup I should be able to log in now?
    Also, do I have to use this email account? Will BT email me at the address I have refisted with My BT if they need to contact me?
    Thanks
    Hi.
    Indeed, the email account tends to become active on the day the BB starts to work. However it may not be until late in the day. If the email address can't be accessed on the go live day, check the day after - and if it still fails, you can contact a moderator who should be able to unlock the email account.
    You don't have to use the email account, but it may get sent service emails from BT.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Customer Email Address

    Hi All,
    I need to fetch the email address of the destination customer in case of an Internal Order. Could anyone provide the tables and joins for this. Let me know in case anyone needs more info.

    HI Umesh,
    1) This address data where you wan to print if you want to print on smartform please use address window .
    From  KNA1  take ADRNR  and pass this value to  ADR6  you will get the complete address.
    Post if need more help in this.
    Regards,
    Madhu.

Maybe you are looking for

  • HT2513 how do get to view the year in ical?

    I have ical on my MacOsX version 10.6.8.  New at using ical, however I'm wanting to view the year and it will only let me view, day,week,month!  help???

  • Moving contents from old iPod to new iPod

    I would like to shift all the contents on my old 30g iPod over to the new 160g I just bought. I haven't kept everything on my iTunes library, so is there a really simple way to do this without losing things? Any help would be appreciated.

  • Preview App Crashes every time when opening

    Can't open Preview.app or any pdf's downloaded from Safari. Crashes instantly when opening. HELP!!! Crash Log: Process:         Preview [3607] Path:            /Applications/Preview.app/Contents/MacOS/Preview Identifier:      com.apple.Preview Versio

  • How do I view additional records in Work orders in SSM?

    How do I view additional records in work orders section? I want to view 100 records instead of the present 100 records? What would be the navigation to view more records ?

  • Where is Histogram in Three-way Color Corrector

    The Three-way Color Corrector Help section states: "The effect has a histogram that displays the image's luminance." Where is this histogram?