How to change the sender user id of workflow

Hi,
From our system workflow three mails are sending to different recipients. Two mails are sending through WF-BATCH user and another one mail is send through ADMINU user. Now we want send other two mails also should send through ADMINU user only not by WF-BATCH.
We know that WF-BATCH is the standard user provided by SAP will send mail through workflow. but how to change this user.
In ECC 6.0 we could see the transaction SWNCONFIG to make changes for sender. But in 4.7 that transaction is not there.
So could you please tell me, how to change sender of workflow mail from WF-BATCH to ADMINU.
Thanks in Advance.
Regards,
Ajay

Hello,
What email address do these emails come from? What's different about the case where it comes from ADMINU?
If you search this forum for WF-BATCH you'll see many similar questions.
My response is to have a dummy foreground step beforehand assigned to the user that you want sending out the mails ; the next background task is usually run under the same username.
regards
Rick Bakker
Hanabi Technology

Similar Messages

  • How to change the sender's email (class  cl_sapuser_bcs) ?!?

    Hi Friends,
    Currently, I use class CL_BCS to sending an email. I've set sender as below :
    data: sender type ref to cl_sapuser_bcs.
    sender = cl_sapuser_bcs=>create( sy-uname ).
    call method send_request->set_sender
    exporting
    i_sender = sender.
    But I don't know how to change the sender's email to a specific email address, i.e: [email protected]
    Anyone can tell me how?
    Thanks,
    Gy

    DATA: recipient          TYPE REF TO if_recipient_bcs.
    sender = cl_sapuser_bcs=>create( sy-uname ).
          CALL METHOD send_request->set_sender
            EXPORTING i_sender = sender.
        --------- add recipient (e-mail address) -----------------------
        create recipient - please replace e-mail address !!!
         <b> recipient = cl_cam_address_bcs=>create_internet_address(
                                            '[email protected]').</b>
        add recipient with its respective attributes to send request
          CALL METHOD send_request->add_recipient
            EXPORTING
              i_recipient  = recipient
              i_express    = 'X'.
    Message was edited by:
            Hymavathi Oruganti

  • How to change the portal user id 's assigned employee in ESS configuration

    Hello Gurus,
        I now have a question related to ESS configuration. I want to know how to change the Portal user's pernr assignment in the ECC 6.0 system. Somebody had actually assigned my portal user ID a PERNR in the ECC 6.0 system. But now, for test purposes, I want to change the PERNR assignment to something else for my portal user id.
    Could any of you please guide me in doing these steps?
    Points will definitely be awarded for helpful answers.
    Thanks gurus in advance for your help.
    ~~LB

    Hi Leena,
    You can create a new user name with the username and password assigned to it, with the transaction SU01.
    Ex : ESS_USER1
    Go to transaction code : PA30.
    Enter the pernr you want to assign to the user ESS_USER1 that you have created earlier.
    Enter infotype number : 105
    Now go ahead and click on the change button.
    And assign the user name as ESS_USER1.
    Then the pernr number will be assigned to the ESS_USER1 that you have created.
    You can check the same when you go to the HRUSER transaction code.
    Please let me know if you still have any issues on the same.
    Cheers.
    Sandeep

  • How to change the sender name "workflow system" to Diff name

    Hi ,,
      How to change the mail sender name that is "workflow system" to different name. Whenever the mail is triggered it shows the sender name as "workflow system" . i want to change the name of the sender..Even i changed the name of the WF-Batch(name) user but no use.. Pls advice.
    regards,
    Roops.

    Hi Roops,
    Check if the following [link1|Re: How to change text of wf batch??] [link2|Update should not happen in the name of WF-BATCH] helps you.
    Regards,
    Saumya

  • How to change the sender's name/email-id in the scheduled report

    Hi,
    We have SCOM 2007 R2. In the Reporting tab (SCOM Console), we have some scheduled reports. I need to change the sender's name/email-id in a scheduled report. When we receive the report through email, receiving with the person's name who moved out of the
    team.
    I tried to change but could not find the option to change while editing the properties in SCOM Console under Reporting -> Scheduled Reports.
    When we are receiving mail from that scheduled report, instead of an individual name, would like to provide a generic name. Please help me out. Let me know, if you need more information.
    Thanks,
    Naren.
    Thanks & regards, Naren.

    Hello,
    the SCOM scheduled reports feature rely on SQL Reporting Services. So, if you would like to change the SMTP configuration, you should go in SQL Reporting Services Configuration Manager:
    Open in the Start Menu, Reporting Services Configuration Manager.
    In the connection window, click OK.
    Click on the tab E-mail settings.
    Change the Sender Address.
    Click Apply.
    Alternatively, you could also change in the Scheduled report properties the field
    Reply to. I think it should customize the reply address for each scheduled reports, but I have never used it. Anyway, doing it with Reporting Services Configuration Manager is more interesting in the long-run.

  • How to change the sender's email address

    Basically, is there a way of changing the sender's address when using the hub to send emails from Gmail?
    I have the following domain / email registered with Enom: {REMOVED}. But, when I signed up to Gmail I had to use one of their email addresses: {REMOVED}. This is now my login name into Gmail.
    But I don't want people to see {REMOVED} whenever I send an email.
    Whilst using Gmail, I use the feature "Check email from other accounts" and here I have entered "{REMOVED}". What happens is that, whenever anyone sends an email to {REMOVED}, Gmail intercepts it and they show up within Gmail. 
    Also, in Gmail's accounts section, I tell it to "Send mail as" to {REMOVED}. So, when I send an email, it says that it has come from {REMOVED}. That's great.
    However, when I send an email using Blackberry's Hub from Gmail, it says that it has come from {REMOVED}. Is there any way of altering this?
    I have downloaded the Gmail app, and does what I want. But I would rather use the hub to send emails. So is there any way to change the sender's address?
    Thanks.
    Mod Edit: Removed personal information to comply with Community Guidelines and Terms and Conditions of Use.

    Hello thirtynine,
    When sending email via Gmail from your BlackBerry 10 smartphone, the primary address will always appear on the sent message. This cannot be edited to appear as another address.
    Thank you.
    -FB
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click "Accept as a Solution" for posts that have solved your issue(s)!

  • F110 - Pre-notification by E-Mail: How to change the sender address

    Hi experts,
    by executing pre-notifications in F110 an e-mail is generated. The sender e-mail address is set from sap user (master data) who has executed pre-notification. This is the current setting.
    Now the sender e-mail address has to be a static e-mail address not the address from user master data. Independent from user who is executing f110 there has to be the same (static) sender address.
    I tried to use business transaction events, 2040. So I copied the standard function modules, assigned them to the events and set some breakpoints in the function modules without any success.
    Additionally I executed F110 (pre-notification) in debugging mode and set dynamical breakpoints at the new created function modules - again without any success.
    Does anyone has an idea what's going wrong?
    Thanks in advance,
    Tan
    Message was edited by: Tan Yildiz
    In P/S-Modules i cannot select event 2040, message: entry not available in TBE01 - how can I get event 2040 selected?

    Thanks for the help and guidance.
    I ran that command
    [PS] C:\Windows\system32>Get-OrganizationConfig | fl MicrosoftExchangeRecipien*
    and it shows similar to the expected putput.
    We are migrating currently to 0365 so we have a cloud entry also but it looks the same.
    MicrosoftExchangeRecipientEmailAddresses            : {smtp:[email protected],
    smtp:MicrosoftExchange329e71ec88ae4615bbc36ab6ce41109e@domainclou                                                   
    d.mail.onmicrosoft.com, SMTP:MicrosoftExchange329e71ec88ae4615bbc                                                    
    [email protected], smtp:MicrosoftExchange329e71ec88ae4615bbc3                                                     
    [email protected], X400:C=US;A= ;P=ATS;O=COS;S=Micr                                                     
    osoftExchange329e71ec88ae4615bbc36ab;}
    MicrosoftExchangeRecipientReplyRecipient            :
    MicrosoftExchangeRecipientPrimarySmtpAddress        :
    [email protected]
    MicrosoftExchangeRecipientEmailAddressPolicyEnabled : True
    I am nervous about changing anything with the set-organizationconfig cmdlet so if there are other ideas I could try first please help.
    Thanks again
    Brian

  • How to change the root user

    hi i just bought my computer yesterday but they configure the whole computer with my husbend name so the main file the one with the house icon is with his name and wat ever i need to make a change i need to use his name and also when ever imy computer its in the sleep mode and i want to use it i have to type his name how can i change that i mean how can i change the root name it doesn not appear in the user area just on the house folder with all the main menu thanks

    Király gave you the steps to create your own admin user account, log into it, and delete the one for your husband.
    Since you appear to be new to Macs, see these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    MacFixIt Tutorials,
    MacTips, and
    Switching to the Mac: The Missing Manual, Leopard Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides, and
    A guide for switching to a Mac.

  • How to change the Default login script and the USER login script in Netware3.12

    I need to cut down the disk map from Neware 3.12 in Win98 client's PC.
    please tell me
    how to change the Default login script and the USER login script in
    Netware3.12 ?
    Or is there any other ways to do this thing?
    Thanks a lot!

    On 4/6/2006 [email protected] wrote:
    > how to change the Default login script and the USER login script in
    > Netware3.12 ?
    Please repost in the discontinued.forums.
    Edison Ortiz
    Novell Product Support Forum SysOp
    (No Email Support, Thanks !)

  • How do I change the itunes user name on my iphone?

    How do I change the itunes user name on my iphone? When I attempt to purchase an app or update the existing ones, the previous owner of this iphone has their information displayed and asks for the password as their user name is automatically prompted?

    The apps are tied to the account from which they were purchased.  If the apps were purchased from the previous owners account, then they would have to be updated from that account.  you should not have these apps anyway.  You need to buy your own.
    Read the manual.  it will tell you how to sign into your account to buy apps.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)
    I would suggest restoring as new.

  • How to Change the Alias name for Internet user in SU01 tr code through cod?

    Hi Guys,
                 My req is we have to change the Alias name(SU01 tr code) for the existing users thru code.So can anybody tell me how to change the Alias name like which we do it in SU01 tr code thru code or FM.?
                Is there any FM for tha changing Alias Name?
    Thanks,
    Gopi.

    Hello Gopi Anne ,
                                 You can use the following FM / BAPI :
    BAPI_USER_CHANGE
    MY_BAPI_USER_CHANGE
    For BAPI_USER_CHANGE :
    You need to make use of the IMPORT parameter :
    ALIAS     TYPE     BAPIALIAS                               User Name Alias
    ALIASX     LIKE     BAPIALIASX                               User alias change flag
    Thanks,
    Greetson

  • I have recently had my hard drive replaced due to a fault whilst in Germany working. Happy with the replacement, however when i go to log on as a user that screen is in German? Any idea how to change the language?

    i have recently had my hard drive replaced due to a fault whilst in Germany working. Happy with the replacement, however when i go to log on as a user that screen is in German? Any idea how to change the language?

    Greetings Lex,
    Kind of you to comment ... but you are also adding years to my signature!   I know I'm 76 but I don't want to think about it. 
    Regards  71.

  • How to change the text of a user defined field in dynamic selections?

    Logical Database PSJ is used by t code CJI3 - we added a couple of user fields into the dynamic selections of CJI3.
    Now - how to change the text of this user filed (USR01 of structure PRSP_R in logical database PSJ)?
    Found an OSS note - 86980 - that tells that this is not possible.
    But when we read the documentation on the user field (CJI3 - dynamic selections  - double click on user field - F1), it shows the following text:
    User-defined field in which you can enter general information with a length of up to 20 characters.
    Dependencies
    The names (key words) for  user-defined fields depend on the field key.
    Now the question is where to change the field key..
    Thanks,
    Ven

    Madhu - you did not get the question I think.
    Anyways - I found an OSS note 1266643 - this code change should take care of the issue - it will then reflect the details maintained in custoizng at transaction code OPS1..
    Thanks,

  • HT204053 Can I have two Iphones connected to one icloud account and if so, how do I change the icloud user name on the phone

    Can I have two Iphones connected to one icloud account and if so, how do I change the icloud user name on the phone

    Welcome to the Apple Community.
    Yes you can use one iCloud account between multiple devices.
    What do you mean 'change the iCloud user name'.

  • How I can change the ID user

    How I can change the ID user & Pass

    on your iphone settings - app store - apple id - logout
    on the web look at the link
    http://support.apple.com/kb/he37

Maybe you are looking for

  • Setting the request of follow-on documents

    Hello everybody, my issue is the following: I'm using the SAP Supplier Self-Services. When I display the Purchase Order selected from a list, in the field "Requested Follow-On Documents" appears also the voice "Invoice". My target is to remove this v

  • TDS Payment Setup based on following

    How do we set the TDS in the SAP B1 TAX Calculation – Contractors For Company Bill Amount                                             – 100.000 TDS (10%)                                                -    2.000 TDS Surcharge(10% on TDS)             

  • WEP Password Issue: Linksys

    I have a PC and a Mac Laptop that are connected to my SSID. I just got a brand new MacBook Pro (literally out of the box) and it sees the SSID but won't accept the password, which is weird since I have another Mac laptop sitting right next to it conn

  • Items Search List error

    Hallo Experts After 2007 Upgrade Items search list ( in a document or directly in Item master screen). The customers search list is ordered by description. When typing 'P' in the Find field the system goes to the last Item starting with 'N' and not i

  • (268625273) Q WSI-29 Can you give any performance benchmarks for WLS web services?

    Q<WSI-29> Can you give any performance benchmarks for WLS web services? A<WSI-29>: It is very difficult to quantify performance aspects of web services since they depend on so many variables including but not limited to: backend system processing by