Step by step on how to set up email as output type

Hello everyone,
can someone pls help me with the configuration and the steps I have to do to set up email as output type for order confirmation, delivery and shipping. Also can you tell me the programs and forms I have to select from in the condition type. Do I need to get the ABAP guys involved and what do I ask of them, how finally is it interfaced with the email. Please give me step by step for the configuration and any other set up I have to do. I am working on ECC 6.0 and I need all the help I can get.
Thanks

Hi,
Please go through this link it will help you about Output process in SAP R/3 for sales documents and billing documents.
http://help.sap.com/saphelp_47x200/helpdata/en/93/745017546011d1a7020000e829fd11/frameset.htm
I hope it will help you,
Thanks,
Raja

Similar Messages

  • How to set default value to date type attribute.

    Hi,
    How to set default value to date type attribute.
    E.g I want to set u201C01/01/1999u201D to date attributes.
    First i want to set value and then i want to fetch the same & want to check equals.
    please suggest solution.
    Regards,
    Smita

    Hi,
    In wdinit() method u can set the date
    DateFormat df = new SimpleDateFormat("MM/dd/yyyy");
    Date today = Calendar.getInstance().getTime();
    String reportDate = df.format(today);
    wdContext.currentContextElement().setFromDate(reportDate);
    Another way you have set the this formate like that
    1. Create a Simple type under "Dictionaries->SimpleType" called DateFormat
    2. Select the type as "date"
    3. Go to the "Representation" tab and set the format as "dd/MM/yyyy" (or whatever u want, but month should be MM)
    4.Bind the context attribute to the type created now.
    Hope this helps u.
    Best Regards
    Vijay K

  • How to set input delay and output delay when source Synchronous

    ClkIN is the board clock which is connected to the FPGA. Clkif is the generated clock from ClkIN. The Device's clk come from Clkif. So, how to set input delay and output delay in this scene(within my understand, this is Source Synchronous)?
    The example in many document, the input delay and output delay setting all refer to board clock(within my understand, this is System Synchronous). In that scene, the input delay max = TDelay_max + Tco_max; input delay min = Tdelay_min + Tco_min; the output delay max = Tdelay_max + Tsu; output delay min = Tdelay_min - Th.
    So, I want to know how to set input/output delay in the Source Synchronous.
    In system synchronous, I set input/output delay such as:
    create_clock -period 20.000 -name ClkIN -waveform {0.000 10.000} [get_ports ClkIN]
    create_generated_clock -name Clkif -source [get_pins cfg_if/clk_tmp_reg/C] -divide_by 2 [get_pins cfg_if/clk_tmp_reg/Q]
    create_clock -period 40.000 -name VIRTUAL_clkif //make virtual clock
    set_input_delay -clock [get_clocks VIRTUAL_clkif] -min 0.530 [get_ports DIN]
    set_input_delay -clock [get_clocks VIRTUAL_clkif] -max 7.700 [get_ports DIN]
    set_output_delay -clock [get_clocks VIRTUAL_clkif] -min -0.030 [get_ports DOUT]
    set_output_delay -clock [get_clocks VIRTUAL_clkif] -max 1.800 [get_ports DOUT]
    *******************************************************************************************

    So, first. Architecturally, the clock that you forward to your external device should not come directly from the clock tree, but should be output via an ODDR with its D1 input tied to logic 1 and the D2 tied to logic 0. This guarantees minimal skew between the output data and the forwarded clock.
    ODDR #(
    .DDR_CLK_EDGE("OPPOSITE_EDGE"), // "OPPOSITE_EDGE" or "SAME_EDGE"
    .INIT(1'b0), // Initial value of Q: 1'b0 or 1'b1
    .SRTYPE("SYNC") // Set/Reset type: "SYNC" or "ASYNC"
    ) ODDR_inst (
    .Q (Clkif_ff), // 1-bit DDR output
    .C (ClkIN_BUFG), // 1-bit clock input
    .CE (1'b1), // 1-bit clock enable input
    .D1 (1'b1), // 1-bit data input (positive edge)
    .D2 (1'b0), // 1-bit data input (negative edge)
    .R (rst), // 1-bit reset
    .S (1'b0) // 1-bit set
    OBUF OBUF_inst (.I (Clkif_ff), .O (Clkif_out));
    This generates an output clock that is the same frequency as your input clock. This is consistent with your drawing, but inconsistent with your constraints - is the forwarded clock a 50MHz clock or a 25MHz clock?
    I will assume your ClkIN goes to a BUFG and generates ClkIN_BUFG.  Your first constraint generates a 50MHz clock on the ClkIN port which will propagate through the BUFG to (among other places) this ODDR.
    create_clock -period 20.000 -name ClkIN -waveform {0.000 10.000} [get_ports ClkIN]
    Assuming your forwarded clock is supposed to be 50MHz, then your 2nd command is close to correct
    create_generated_clock -name Clkif -source [get_pins cfg_if/ODDR_inst/C] -combinational  [get_pins cfg_if/ODDR_inst/Q]
    With this done, you have successfully described the forwarded clock from your design. This is the clock that goes to your device, and hence should be the clock which is used to specify your input and output constraints.
    set_input_delay -clock [get_clocks Clkif] -min 0.530 [get_ports DIN]
    set_input_delay -clock [get_clocks Clkif] -max 7.700 [get_ports DIN]
    set_output_delay -clock [get_clocks Clkif] -min -0.030 [get_ports DOUT]
    set_output_delay -clock [get_clocks Clkif] -max 1.800 [get_ports DOUT]
    If you want to get fancier, you could try adding a set_clock_latency to the forwarded clock to account for the board propagation of the clock
    set_clock_latency -source TDtrace2 [get_clocks Clkif]
    (But I haven't experimented with clock latency on a generated clock and I don't know for a fact that it works).
    Avrum

  • Hi, plz help me how to assign my PO to output types

    plz help me how to assign my PO to output types through Nace t-code.what form routine?

    Murli,
    the settings in MN05 for PO.
    NACE is the Tcode used to link the Application type, Output Types and its processing Routines like ( Driver programs and attached Script forms or Smartforms).
    You should know the Application of a document first Like:
    for PO it is EF, for sales Doc's it is V1, for Delivery docs it is V2, for billing Doc's it is V3 etc.
    so first select the Application type (ex: EF) for PO and press OUtput types
    then a list will come in that you should know the related output type for PO.
    select any outtype and click on the processing Routines button on the left side
    it will display the Medium, Driver Program and the Script form or smartform related to that document..
    Reward points if it is helpful..
    Amit.

  • HT201320 how to set outlook email in iphone

    how do i set my corporate email in the iphne?

    if your refering to corporate or thru exchange email setup, you could follow the step by step procedure from this website: http://simulator.orange.co.uk/vdevice-orange/actions/device/apple_iphone_5
    1. Go to Menu
    2. Click Internet & Email
    3. and select Setting up a Microsoft Exchange Account
    4. just follow the instructions from there just make sure you know you're company email server settings

  • How to set up email account for 9360

    Hello,
    I have problem on setting up my email account.. I have a hotmail account but I can't access it through my blackberry.At first I tried to set it up via set up-email account etc but I couldn't. Then I opened my browser, clicked on communication and then integrate hotmail but the stage doesn't''t open at all.It appears the message unknown error, please try again. Can anyone help me???

    Hi and Welcome to the Community!
    It's a pity that all we have to go on is "but I couldn't"...error messages and step by step of what you try and what happens can be much more helpful in diagnosis. But, from what you describe, it sounds like you don't have an adequate BB-level data plan from your mobile service provider...so I recommend you ring them up (vodafone, according to your profile entry here) to sort this out.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to set form feed   in output .lst file

    sql >set pagesize 60
    spoo abc
    select * from xyz;
    spoo off
    In the file abc.lst header and placed details 60 lines. but at
    the time of printing if paper lenght is 72 lines how to set form feed?

    Try
    set newpage 0

  • How to set up email?

    I just got finished wiping my device because it had a previous owner. And I don't know how to set my yahoo account so I can get it on my phone. I have a curve 8310. Thanks for any help.:smileyhappy: 

    Do you have the BlackBerry Data Plan on your carrier account?
    If not, you will need that.
    Then, you will see an icon appear on the screen for "personal email setup".
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to set up Email in S60v3/5/^3 and bypass the N...

    There are many threads on this board that all say the same thing and usually are about how Nokia Messaging or email is not working or syncing.
    In an effort to have a base-line to assist with these, I have made the following tutorial to help users to bypass the Nokia Messaging (NM) as it is the auto-default to set up email on Nokia devices.
    NM allows for “push” email, which will not keep you constantly online and will allow for marking your server email with what you have on your device.  Ie-if it is read on the device, it will be marked as read on the server, deleted, then deleted, etc. 
    When you bypass the NM, you will lose the “push” but you can setup most email as an IMAP4 which will do the same thing, and you can select what folders to sync, and how often to have them sync, not keeping you online.
    This tutorial was done on a Symbian s60v5 device, and while some of the dialog may be different among devices, the process is relatively the same when bypassing NM.
    Open the email client, select options
    Select Settings
    Select E-mail
    Select Mailboxes
    Options
    New mailbox
    E-mal wizard will show up, tap Start
    Next screen, Preparing for installation:
    If asked, allow to use network.  It will default to network to allow for set-up of NM.
    If first time setting up email, this screen will show, “Welcome to E-mail setup”  after you have done it once, it may not show up.  Tap Start.
    Enter E-mail address, then tap OK
    Splash screen
    Enter Password, then tap Ok.
    Splash screen
    This is the screen where you can choose between the NM and the internal email client.  Aka, Terms of Service (on some devices you have to “agree”) (aka-TOS).  The default  is Yes! Activate my Nokia Messaging account, and if you have already set one up, it will say, “Add to my Nokia Messaging account.
    You need to select “No Thanks.  I’ll check for new messages manually.” Or “Create a separate account that uses manual delivery.
    Splash screen
    Confirmation screen. Select Ok.
    Your new mailbox may not show up in the next screen which is supposed to show all the mailboxes set up.  It is a slight glitch in some phones.  Just tap the back button and then mailboxes, then you should see it set-up in the mailboxes as shown.  Highlight your new mailbox and then select options to setup the settings of the email address. 
    You will need your inbound and outbound server settings and ports and securities if needed.  You should be able to google for the various email types and if it is a company email, you should be able to get this information from your system admins.
    The following are just some screen shots so that you can see the process to follow.  While the NM will sync and mark messages as read the same in the inbox, if you set up your email as an IMAP4, it will do the same and sync all the folders on the server as well.  There is an option to for how frequent you would like your email to auto-sync, just as with the NM.  AND what days you would like it to work!
    As there are older, the same, and newer versions of the Symbian and NM, this should help many people as least have the right guidance to bypass it if they wish and get on with consistent email service without using the NM.

    I managed to set up an account manually on the C7 but I had to trick the email application by entering an invalid email address and password. After it could not find my account it then opened up all the settings and permitted me to add the manual IMAP settings, reply to address and other details. After I committed the settings, the phone recognised the account as a gmail account and it locked down all the settings again so I could not go back and change them if wrong. 
    I was quite chuffed with myself for seemingly resolving all my issues.....but on using the new account settings I could not sync the gmail sent / bin folders. All the other folders synchronised fine and when I send email it has the correct reply to address. Strangely this matches the best results I obtained when connecting using the Mail for Exchange settings so am no further forward. I am a little confused by this as when I let the phone set up the Gmail account on it's own it can sync everything.....but I just can't 
    I am now hoping that the new software update (PR1.2) gets email working a little better....well when I eventually get it hehe.

  • How to set up email in RAID Admin?

    Using RAID Admin 1.5.1, I need to know how to set up the it up for automatic email notification. Okay I got as far as clicking the Email icon adding my .mac address. Now what do I put under SMTP. It's asking for the "server" and the "from email address". Our company uses a Microsoft Exchange server whether or not that means anything. And what is up with the check box for SMTP Server Authentication?
    Thanks for any input. I appreciate it!
    jeffrey

    Thanks Donald for answering my question. I found the IP Address of our exchange server and I plugged that into the server field. And I plugged my own company email address into the "From Email Address" field. That didn't do it, so I plugged in my network username and password into the authentication fields. I clicked "Send Test Email" again. Still didn't work. But here is the key in case anyone else has problems. At least in my case, I had to click the "OK" button to verify my settings. Once verified, I went back into the email settings and clicked "Send Test Email" again. Voila! A test email ended into my .mac email account right onto my iPhone within 1 minute. I think this is so cool. I can be away from the office (whether I be skiing or golfing) and be notified instantly if one of the components start to fail on our Xserve RAID system. Awesome!!!!!!!

  • How to set up email access on N95 8GB?

    Hi
    I have an N95 8GB.
    I have recently added a data bolt on for accessing work email from my phone and would like to receive a text/message when I receive a new email.
    Problem is I can't find any information on how to set this up.
    This link looked perfect:
    http://www.knowyourmobile.com/nokia/nokian95/nokia​n95internet/2533/setting_up_email_on_the_nokia_n95​...
    but  following it through on my phone doesn't come up with the same options etc.
    So far I have gone to 'messaging', selected 'change me', then - Options - Email Settings - Connection Settings - Incoming e-mail.
    Here I am stuck.
    Is my username my email address?
    Is my password my email account password?
    What is my incoming mail server?
    What is my access point in use?
    What setting should security ports be on?
    The settings also say that I cannot have email notifications and email retrieval together. What does this mean?
    I would really appreciate it if anyone out there can help.
    Thank you

    Hi, I'm a newbie at this, so pls be patient with my terminology...  I want to install 2 or 3 of these cameras in my mother's home, and I will have AT&T DSL service (one dynamic IP address) there with only a modem/wireless router.  I want to access the cameras from my laptop or from my Blackberry Tour when I am traveling.  Also want to allow access for my other relatives.  I do not have another home computer to serve as a WHS, and my laptop is obviously not connected to the internet all of the time.  Can I use the DDNS setup with DynDNS to provide access?  The instructions that I read seemed to imply that I needed a WHS in order to forward ports, etc.  Thanks in advance for your help.. Garry

  • How to set up email notification

    Hi,
    How can I set up email notification in AV 10.2.3? I have gone through the admin and auditor docs but could not find any mention of it. Was not able to find the navigation on the AV console either. Someone posted a documentation URL link in the forum back in 2007 but unfortunately the link was broken. Can someone direct me to the email configuration page?
    Thanks.

    E-mail notification is not available as a feature in Audit Vault 10.2.3.1, the latest version available.
    However, it is possible to set up e-mail notification for alerts with some coding. Each alert raised by Audit Vault is placed on a queue in the repository. This is a standard Oracle Advanced Queue, and can be subscribed to using AQ APIs in PL/SQL or, with the JMS adapter, in Java. Once a subscriber is up and running, it will pick up any alerts that are raised and can route them to e-mail if needed.
    Sample code to do exactly this is provided in $ORACLE_HOME/av/demo/alert on the AV server.

  • How to set the AppleTV to output PCM DIGITAL via toslink

    how do you set the AppleTV to output PCM DIGITAL via toslink - my amp can only recieve PCM audio via toslink cable

    I am having the same problem. I bought an optical-analog convertor from Amazon (SANOXY) and had Onkyo try to help me set it up. No luck. I am going to try a Monoprice version. I was able to output audio through my DirectTV box to the Zone 2 speakers, so that isn't the problem. I was able to hear the music from my iMac through the AppleTV/Onkyo receiver on the 5.1 side but was unable to output it through Zone 2 to the speakers.
    Very frustrating!!!!

  • How to set push email on iPhone 6 plus (both on main email and alias) ?

    I already have gmail account which one was my main email and another one was my alias. I try to set push email on my iPhone 6plus but anyway  it's work only for my main account. How do I set it for my alias account.
    I try to set push email with other hotmail accounts. Both of it can set push email.
    Or the problem may cause from imap . gmail .com ?
    Please help

    I use google app for business which is not a free account. Is there any possible paid gmail account can set push on iOS application instead of gmail app?.

  • How to know the printprogram and output type for perticular standard script

    how to know the print program and output type for perticular standard script and wt the proceure we will fallow to modifie the standard script..if possible u have any sample code plz share with me.....

    Hi Phani,
    To know the print program and output type for a standard script we have a table called TNAPR. So just you go to SE11 and provide the table name as TNAPR and choose display option.Then go with display entries option and in selection screen you have to provide the form name for whic you want to know the print program and output type.
    To modify a standard script first of all you have to copy the standard form for which you need modifications into Zform. Once you done this you can modify the layout set as per your requirement.Then what ever the modifications you have done in layout set for that you need to populate the data.For this you also need to do some modifications to the print program.so you have to options like directly you can modify the print program as per your requirement and other one is you can create a subroutine and do coding in that subroutine. Then you need call this subroutine in the Script Form.like this you can do modifications to the standard script........................... Reward me if its helpful..........
    Thanks & Regards.
    Laxman.P
    B'lore.

Maybe you are looking for