Triggering a mail for a Particular payload

Dear Friends,
          I am doing a file to file scenario beween the same system.
  My requirement is that if the payload of the file has flag value as 'S' i should put it in output folder in the ftp.
But if the flag is 'E' then i should trigger a mail.
Where this validation can be done and a mail can be triggered.
Please tell how to handle the same with out using the BPM.
Thanks
Prem

Hi Prem
This can be done without using BPM.
You need to set conditions in the receiver determination.
Go to Receiver determination in ID
Configured receivers
set conditions
refer help link
http://help.sap.com/saphelp_nw70/helpdata/EN/43/a513f2632c332ce10000000a11466f/content.htm
for Flag S -> OP (=) put in folder so select receiver service for file adapter
for Flag E -> OP (=)  send error email and select the receiver for the mail adapter etc.
Thanks
Gaurav

Similar Messages

  • Triggering multiple mails for external Mail id when PO is created

    Hi,
    I configured PO workflow and i used a standard program to send the mail to the external Mail id's of the users.
    The thing is when a PO is created the user whos has to release the PO is getting a Mail in Business Workplace through work flow and simoultaneously a mail will go to his external mail with a message that So and so PO is created please release it.
    As he cant keep on monitor his SAP Business workplace,whenever he get a mail to his external id,he will login to SAP and approves or rejects the PO.
    Here the probelm is the external mail is keep on triggering for every 15 min as we scheduled the Job for ever 15 min.
    So for the same PO number it is giving multiple mails to the external id until it is released.
    It should be like one mail should trigger for one PO number instead of multiple mails for the sam PO number.
    I'am unable to find the solution.
    Please guide me with a solution.
    With Regards,
    Praveen

    Hi Praveen,
    1> Goto transaction SWO1.
    2> Enter Object/Interface Name as BUS2012 and click on Create Subtype.
    3> Enter the required values (you can give ZBUS2012 everywhere....only give Application as R). Place cursor on methods and click on create. Enter details and finally give name of your function module (which you would be creating with the logic of sending mails to selected users) in ABAP tab.
    4> Place cursor on method name and click on parameters and create the required parameters. These parameters would receive value from task container.
    5> Finally goto transaction SWO6 and delegate this BO to parent BO (which is BUS2012). This would enable the methods of child BO to be available to the parent one.
    Try the steps and let me know wherever you get stuck.
    Best regards,
    Abir

  • Triggering of mails for different actions

    I have to trigger different mails for different actions. Eg: A2 - Confirmation Action and A3 - Promotion Action.
    In dynamic action I have written:
    0000                   06     4     P     T001P-MOLGA='40'
    0000                   06     6     P     P0000-MASSN='A2'/X
    0000                   06     7     P     P0000-MASSN='A3'
    0000                   06     8     M     M0001
    and in M0001 feature I have maintained :
        A Master Data and Time Data
            INFTY Infotype
                0000
                    SUBTY Subtype
                        A3
                            IDTXT MAIL_FOR_I0002
                            RECV1 X
                            RECV2 X
                            RECV3 X
                            OUTBX X
                            NAME1 RCNEW
                        A2
                            IDTXT MAIL_FOR_I0006
                            RECV1 X
                            RECV2 X
                            RECV3 X
                            OUTBX X
                            NAME1 RCNEW
    It doesnt work but if i maintain dynamic action as
    0000                   06     4     P     T001P-MOLGA='40'
    0000                   06     6     P     P0000-MASSN='A2'
    0000                   06     8     M     M0001
    and in M0001 feature I have maintained :
        A Master Data and Time Data
            INFTY Infotype
                0000
                            IDTXT MAIL_FOR_I0002
                            RECV1 X
                            RECV2 X
                            RECV3 X
                            OUTBX X
                            NAME1 RCNEW
    the mails are getting triggered with no problem. Im not sure where i am goin wrong. Please help as I have send out different mails for different actions and i have 9 types of actions to take into account here.
    Points wil be rewarded

    Hi BI ,
      Did you try the dynamic action by including '/X' and try to maintain
    M0001 feature as u had maintained earlier.
    A Master Data and Time Data
    INFTY Infotype
    0000
    SUBTY Subtype
    A3
    IDTXT MAIL_FOR_I0002
    RECV1 X
    RECV2 X
    RECV3 X
    OUTBX X
    NAME1 RCNEW
    A2
    IDTXT MAIL_FOR_I0006
    RECV1 X
    RECV2 X
    RECV3 X
    OUTBX X
    NAME1 RCNEW

  • Always cc incoming mail for a particular user

    Does anyone know the method for cc-ing all inbound mail for a given user to both that user and another? The typical alias routine won't work since that would create a loop and creating a new account for the user won't work since we don't want the user to know it's being done. Ditto with using webmail. If we built a sieve script for this, couldn't the user accidentally overwrite it if they create their own filter through the webmail UI?
    Is there a way to do this in a postfix main.cf directive similar (but the opposite of) senderbccmaps?
    Thank you.

    You need to use recipientbccmaps
    Check http://www.postfix.org/ADDRESSREWRITING_README.html#autobcc
    Cheers
    John

  • How do you quickly look in Old Mail for a particular sender?

    I'm using Firefox, with AOL within it as my email default.
    If I run AOL by itself outside of Firefox, it works fine and allows easy searching for a known sender in Old Mail using the "Quick Find" feature in AOL's Mail Box
    How can Firefox be setup to do this? (I don't want to go through a Filter each time)

    the "standard" AOL home page is not the same when in Firefox as when outside and independent of Firefox
    When one goes to look at AOL's Old Mail in Firefox, there isn't any Mail Box that pops up like in stand-alone AOL. Under AOL Mail '''inside''' of FIrefox, there's only the headings;
    ''Today on AOL
    New Mail
    Old Mail
    Drafts
    Sent''
    etc
    when one clicks on Old Mail, there's just a listing of past emails, but no way to Quick Search using the sender's name.

  • Triggering E-mail for failed outbound idoc (Without using workflow)

    Hi Experts,
    In my secnario Idoc to file, where any failures of Idoc( Inbound/Outbound ) at SAP R/3 side will generate and send Emails to the required group. How to do this without using Work flow. If anybody knws please help me out its very urget.
    Regards,
    venkatesh

    Hi,
    Create a Distribution list using SO23 and add Users whom to recieve messages.
    Modify your Inbound function module to handle if idoc failed to post by calling the function module: SO_NEW_DOCUMENT_SEND_API1
    Reward points if it is helpful.
    Ashok

  • Problem in Triggering the Mail to SAP Inbox

    Dear Experts,
                     I have a problem for triggering the Mail option to SAP Inbox.
    We created a Job assigning the program RSEIDOCA,RSWUWFML2 by creating a variant for those programs. We are scheduling the job,  It is showing as
    24.11.2010 12:43:46 Job started                                                                     00           516          S
    24.11.2010 12:43:46 Step 001 started (program RSEIDOCA, variant ZRSEIDOCA, user ID__ )        00           550          S
    24.11.2010 12:43:48 Error situation found by evaluation                                             E0           596          S
    24.11.2010 12:43:48 Step 002 started (program RSWUWFML2, variant ZRSWUWFML2, user ID__)      00           550          S
    24.11.2010 12:43:49 Job finished                                                                    00           517          S
    But while checking in SOST, we are unable to see those mails. eventhough the user is unable to get those mail in SAP INBOX.
    I think, is there any authorization problem while triggering the mail for that particular user id.. Please tell me the solution, this is very high requirement for me.
    Thanks in Advance.
    Regards,
    Srini

    Hi Chandra,
              Thanks for your reply. Actually i am not workflow consultant, thats why i asking this question. Where to assign the Receipient Type and Recipient Notification.
    you give Recipient Type as position and Recipient of Notification must be position of the reciepient,
    Regards,
    Srini

  • How to Block mails for HR only

    Dear   expert/guru
        Please let me know how to block mails for HR only.
       We don't want to block  mails for all.....

    Juan Reyes wrote:
    There is no way to block mails based on a "Module", as Olivier said you can only filter mails per domain under the node config in SCOT.
    >
    > I don't understand why would anyone see a benefit by stopping people on an specific are from receiving mail. In anycase you can stop the SAPCONNECT job and filter the mails to be sent manually from SOST but thats a lot of work!.
    >
    > Regards
    > Juan
    >
    > PS: Also you can simply stop the jobs creating the "HR mails" in the first place.... huh?
    hi,
    Issue is given below:
    My SAP HR Team has some leave issues.
    Due to which they need to stop the triggering of mails for few mins in Production system

  • Locate an entry in SXMB_MONI for a particular value(IDoc numbe) in payload

    Hi,
         We have an R/3 – XI – Third party scenario. R/3 is sending tones of IDocs. In some cases some IDcos are not going beyond XI. In BD64 we get a status code 40(from XI).
    We would like to locate the entry in SXMB_MONI for one particular IDoc. The only way now is to manually open all entries for the service/interface combination and see the IDoc number which is becoming very painful.
    Since we are in testing phase, there are a lot of entries for the sender/receiver interface combination. We tried to narrow down the result in SXMB_MONI with all possible search criteria like service, interface, etc. Time is ruled out because, we have queues with a lot of messages and never know when a particular message is processed by XI  (so the time of sending from R/3 may not make sense in SXMB_MONI as a search criteria).
    So my question is: it there a way to find an entry in SXMB_MONI for a particular IDoc number (which is present in the payload) ?
    As a programmer, I could think about a program which does this ?! But don’t know in which tables the entries are saved or the relation between the tables ?!
    Can someone please throw some light on it ?
    Thanks in advance
    Cheers
    danus
    null

    There is a way actually.
    Idoc Tracking is available from Sp18 ( I think ).
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/bab13bb3acd607e10000000a11402f/content.htm
    Look into Idoc Tracking in this link.
    Regards
    Bhavesh

  • Does IDoc get triggered when GR occured for a particular po

    Hi Friends,
    Say a GR occured for a particular PO,so i want to track this GR in Action Code that GR has occuredand no other details is needed except that.
    so,my question is "Does IDoc get triggered when GR has occured for a particular Purchase Order".
    If so can u explain me the process, how to track?
    Thanks in Advance,
    Meghna.

    Hi,
    If u want to know that IDOC has been triggered then u have to do ALE setting then u can know that idoc has triggered in WE02 transaction.
    Other than that if u want to know that PO has been there in GR then for Create CO01,CO02,CO03 for GR details.
    the IDOC for GR is MBGMCR.MBGMCR02.
    Regards,
    Phani
    Reward pOints if Helpful

  • Finding  the program which triggers for a particular HEADING

    For a particular PO, when we go in to details of it there are many headings(  like address, notes and suppliers ) regarding that PO.
    Here I want to find the   BADI ( OR PROGRAM)  that triggers ECC PO NUMBER or ECC DOCUMENT NUMBER  heading.
    Edited by: cheppalliakr on Nov 2, 2011 3:11 PM

    Hi divya,
                     your suggestion was quite helpful in solving another issue however I am not getting  program or BADI name from where that heading is triggered.

  • Notification mail for particular group of users

    Hi,
    How to configure notification mail for particular group users in the portal, some circular posted in the KM.
    Please advise.

    Dear  kumargopalc,
    The best way to do this, is create a folder in km where you upload your files o news to this user and then create a km navigation iview to give to the user the possibility to subscribe to it, the service subscription give to the users notifications on the amendment of the folder.
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/798e04b33b11d5993800508b6b8b11/frameset.htm
    Regards.

  • Turn off new mail notification sound for a particular folder?

    Is there any way to turn off new mail notification sound for a particular folder? I want new mail sound for my in box and most other folders but for example when I filter high-volume mail lists into a sub folder I don't want the new mail sound to play.

    Mail ▹ Preferences ▹ General ▹ New messages sound: None

  • Creation of transport rule to send all external mails through a particular server for a specific user..

    HI,
    In our Organisation We have a question, is there any possibility to create a transport rule for sending all external mails through a particular server by a specific user.
    in our organisation we have exchange 2007 one mailbox server and two hub transport servers...and we are using symantic gate way..

    Hi,
    Based on my knowledge, we can use the following transport rule to make that except with one user, other users cannot send outbound external emails:
    And I’m afraid that there is no Exchange feature to make one specific HUB server rout all external emails.
    Because if a Send connector is configured to send messages to an external domain, any Hub Transport server in the organization will route a message for that domain to a source server for that connector to be relayed to the destination domain.
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Handling mail only for a particular host

    Hi all, I have Messaging Server 5.2 on an internal machine that gets it's external mail from an outfacing mailhub. The machine is 'messaging.domain.uk' but somewhere the rules in imta.cnf try to handle mail for '*.domain.uk'. When I try to send an internal mail to '[email protected]' which should go straight to the mailhub and get re-addressed to '[email protected]' the local Messaging Server is trying to handle the mail and complains with 'illegal or unknown alias 5.1.1' because the user/mailbox doesn't exist locally.
    Any help on this would be gratefully appreciated.
    Martin Pegler

    Hi,
    try something like this.....
    ! Rules to select local users
    ! Uncomment the next line for Direct LDAP mode
    ! $* $E$F$U%$[email protected]$V$H
    !messaging.domain.uk $U%$[email protected]
    domain.uk $U%$[email protected]
    .domain.uk $U%domain.uk
    Roberto

Maybe you are looking for