E-mail trigger for BP creation

Hi
We have a requirement where a e-mail needs to be triggered once a BP is created.
Please provide me some inputs as to how to achieve the same
regards
Subhasis

Hi Subhasis,
The best way to do it, is to start a workflow that start when the standard event 'CREATED' of the object BUS100605 is triggered.
to do it
1 - go to transaction SWO1 create a sub type for the object BUS100605 and add a a method "SendMail".
2- Go to transaction PFTC and create a worflow that start after the event 'created' of the BUS100605.
3- In the workflow creae a tak that call you "SendMail" method.
I Hope that this basic explanation will help you.
regadrs
Jacques

Similar Messages

  • Does Mail Trigger for Supplier in CLM .

    Hi All ,
    My question is regarding sell side part in CLM.
    As there is no sell side part in CLM but as contract creation happen between Supplier and buyer? then Mail trigger at application level communicated to supplier?  Or  some supplier can be added in Collaborator so that they can get mail?
    Please suggest me for my above understanding as soon as possible
    Thanks
    Peeyush Ranjan

    Hello Peeyush,
    In CLM we have sell side. -- vendor login
    In order to trigger the mails to the suppliers regarding contract creation, new version for contract document contract supplier users should be added as contacts to the respective supplier.
    Also enable the notifications at contract document types.
    Note:- The phase of the contract document should be external in order to trigger the mails to supplier contacts
    Regards,
    Vennela

  • Dynamic Mail trigger for IT0019 Tasks Reminder.

    Hi PA Experts:
    I have a requirement to trigger a dynamic mail (for the Tasks in IT0019) to the Personnel Administrator to remind the Tasks.
    ex: A mail to be triggered by the system to remind the Administrator as and when the date arrives to followup with the various tasks (such as Probation Confirmation, Appraisal Due, Contract Expiry etc..). Here the mail to be sent to the SAP Inbox and Outlook as well.
    Pls suggest how to configure.
    Thanks and regards,
    Srikanth Reddy

    Hi Srikanth/Shiva/Hems,
    hope u r doing good.
    Configuring Mail Triggering in M0001 Feature is pretty straight forward.
    T001P-MOLGA='10'
    T0000-MASSN='10'
    M0001
    For this to work, Maintain
    Feature M0001
    SBWP - here u ll configure mail addressess , clik the distribution list button.
    RCNEW - here u ll give the value which u configured in SBWP Tcode(M- for mail, V- Distribution list).
    hope u try and it works, pls do update.
    Regards
    Rohit.S

  • Mail trigger for Task assigned in collaboration room

    Hi,
    When a task is assigned to an user, mail does not get triggered to the assignee, but triggers to only tracker.
    Is it possible to trigger mail for the assignee to?. Also is there any way to set alert mail for the tasks both for assignee and tracker?
    Regards,
    Sasikala

    Hi,
    I have similar requirement like this,
    In Restricted Room, User A request membership, After this owner get the notification mail for that request.
    is possible to send notification to User A by mail or in UWL notification?. how can we achieve this?
    Request Membership for Restricted Room is calling the below mentioned class,
    Name : RoomRequestMembershipCommand
    Value : com.sap.netweaver.coll.roomui.api.uicommands.UIRequestMembershipCommand (Class)
    From this class, i didnt understand how the mail (where the action is occuring) sends to the Room Owner.
    Room Owner getting the member request notification through mail, but Owner have to get the notification in Collaboration My tasks instead of getting notification through mail.  how can i achieve this?
    Thanks and Regards,
    Senthil

  • Trigger for invoice creation after POD Entry

    Hi,
    Is anyone familiar with the process surrounding POD? In BW, I am trying to extract to the POD time & date, but it looks as if thats impossible as it only sits in the change header. AEDAT holds the date, but AEDAT cannot be relied on as the only date of change....
    Therefore, when a POD is entered, does it in turn launch a 601 goods movement or otherwise, or some other kind of event that would be equal to the POD date?
    thanks
    Ian

    If want immediatly after completion POD billing document or any other requirement.If you want to trigger billing document automatically then set up Billing batch job every hour then system checks delivery due documents then it will do POD.

  • While running F110 mail trigger should happen at the time of payment Run

    Hi Experts,
    I have configured FBZP and automatic mail trigger for Payment Advice also.  Now while running F110 then at the time of Proposal Run the mail is getting triggered. But since its proposal it can be edited also. So I need the mail should trigger at the time of Payment Run. Plz suggest how to achieve this.
    Thanks in Advance,
    Arabinda

    Check this note: 836169
    may be helpful with the config and setup, its a consulting note....

  • Creation of sequence and trigger for each table!!!!!!!1

    Hi
    I am new to trigger and Sequence field. In one of my database we have many tables with fields for specifing ID numbers. Iam planning to insert the ID field with help of a Sequence and trigger...that trigger fires by adding the sequence value from the dual table. Now the point is here we r having around *60* table with ID field. And i am planning use the above process for each table by creating sequences and trigger for each table.
    Will this affects the performance of database.
    Is there any other option other than the above process, I mean other than creating sequences and trigger for each table.
    PLzz help to resolve this issuee......
    Shiyas
    Edited by: user13170361 on Jun 7, 2010 12:37 AM

    Tiger, I didn't mind about your comment, but the point is try to use
    select NVL(max(a) + 1,1) into i from p1_temp;This line in your trigger code and see what is happening. The problem is with your trigger. You are using group by function and you will not get no_data_found !
    For more help, this is some modification of your code.
    SQL> create table p1_temp (a number(10) primary key, b number(10));
    Table created.
    SQL> create or replace trigger trg_p1_temp
      2  before insert on p1_temp for each row
      3  declare
      4  i number(10);
      5  begin
      6  begin
      7  select NVL(max(a) + 1,1) into i from p1_temp;
      8  exception
      9  when no_data_found then
    10  i := 1;
    11  end;
    12  :new.a := i;
    13  end;
    14  /
    Trigger created.
    SQL> insert into p1_temp(b) values (1);
    1 row created.
    SQL> insert into p1_temp(b) values (2);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from p1_temp;
             A          B
             1          1
             2          2
    SQL> Edited by: Saubhik on Jun 7, 2010 2:30 AM

  • To make changes in  the subject of Email for PO Creation...

    Hi ,
            We have done configuration in NACE for simple mail to be sent when a PO is created . i want to change the subject of Email for PO Creation...
    Please help me in this regards
    Regards
    R/Ragu
    Useful answers will be rewarded

    Hi,
    In NACE, select your output type and double click on the option for Mail title and Texts in the navigation area on the left side of the screen. Here you can maintain the Subject for your E-mail.
    Cheers!

  • User Exit / Badi / BTE for Asset creation A ?

    Hi Experts,
    I need User Exit  / BADI / BTE for asset Creation.
    After saving newly created Asset from As01 we need to send a mail to the person for whom the Asset is assigned.
    i have tried all this.But no one is triggering after saving the As01 transaction.
    Exit Name           Description                                                                               
    AAPM0001            Integration of asset accounting and plant maintenance                    
    AFAR0003            External changeover method                                               
    AFAR0004            Determination of proportional values for retirement                      
    AINT0004            Change amount posted for certain areas                                   
    AINT0005            Dummy for extended syntax check. Do not use.                             
    AISA0001            Assign Inventory Number                                                  
    AIST0001            Exchange number range in master data maintenance                         
    AIST0002            Customer fields in asset master                                          
    AMSP0002            Determine relationship type for two company codes                        
    TRAN0001            User exit for asset transfer           
    Please suggest if anybody worked on this.
    regards,
    Imran

    Hi,
    Check out the following posts pertaining to similar topic.
    Change Asset Workflow
    Asset Management WORKFLOW
    Regards
    Sreekanth

  • EDI issue for PO creation

    Hi,
    I did configuration to trigger and IDOC via EDI when the PO was created and when it was changed. But it is not creating an IDOC while creating PO; generating error message " Purchasing order xxxxxx123 does not exist"; but when i repeat the output in ME22/ME22N for same PO, it is working fine.
    I checked partner profile and everything looks fine. It's not working only for PO creation, it is working for PO change.
    Can someone provide your suggestion to resolve this?
    Environment: ECC 6.0
    Recently we had support stack upgrade in our system.
    Thanks,
    Amal

    Check is there any runtime error?
    Regards
    Praveen

  • Which method is used for event creation

    Dear All,
    My client has more then one Purchase Organization. Workflow for Purchase order release very from pur org to pur org. For example - workflow WS92000030 is trigger when PO is created for India pur org where as workflow WS92000021 is trigger when PO is created for US pur org.  
    I checked and found that same Object Type - BUS2012 & event - RELEASESTEPCREATED is used in all Pur. Org PO release workflow. Also I found in Transaction code - SWETYP that Type linkage activate for  BUS2012, RELEASESTEPCREATED in all the PO workflow - WS92000030 & WS92000021.
    As per my knowledge, event can be created in various way such as Function module, Change document, General status management, Business Transaction Events etc.
    Can some one guide me, how can I found that which method is used for event creation in different pur org?
    How can I fould what is the fuctional module used for event creation if Fuctional module used for event creation. 
    For your information, I can see in T. Code - SWUO that 'Result dependent on a check function module'  for all the workflow - WS92000030, WS92000021 etc.
    Thanks in

    Hi Sahu,
    I dont think they have used the Function module or change document or any other kind of methods to trigger the workflow. This is because RELEASESTEPCREATED method is a standard method and it will be triggered by standard SAP. They can not make changes in standard sap saying RELEASESTEPCREATED should be triggered for this Purchase Org .
    Istead what i think is, they might have given the Event Condition for each workflow.
    In SWDD>> basic settings>> Start Events, we can give condition on triggering the workflow.
    Please check this.
    Regards,
    Gautham

  • Pulling e-mail body for variable in job

    We currently are using the Email Event in TES to pull a single string from an e-mail trigger into a variable in a job.  However, we are now looking to see if we can put multiple strings into an e-mail and use them for multiple variables in a single job.  Is this a possibility, and if so, how should the strings be seperated?  If it is not a possibility, is anyone else pulling in multiple strings from an outside source like email to populate job variables?  We are currently runing ver. 5.3.1.                

    Hi Rachana,
    The problem with this was that, there was some configuration problem with the transaction SCOT.
    When the mail was sent to my client's ID: the E-Mail body looked perfect, but when it was sent to my Company's ID it was distorted.
    Please check, this could be the problem and let me know if you face further issues.
    Thanks & Regards,
    Goutham.

  • E-mail pattern for self registration screen

    Hello,
    We are using WAS version 7.01 SP3 .
    We configured the UME to enable self registration.
    The generated password sent via Email and everything working correct.
    The only problem is that the user can use wrong E-mail pattern and the creation process will continue
    (User will create in the system with wrong E-mail pattern for example -  XYZ).
    When we tried to create user with wrong E-mail pattern in the standard user creation program it raised error message.
    We are using the default E-mail pattern on the Configtool.
    Is there any way to stop the self registration process if the user enter wrong E-mail pattern?
    Thanks for the help
    Nir

    Hi,
    You can try forcing the application to quit as described here:
    +To force an application to close, follow these steps:+
    +iPhone or iPod touch running iPhone OS 3.0 or later+
    +Press and hold the Sleep/Wake button until the red slider appears. When the red slider appears, release the Sleep/Wake button.+
    +Instead of dragging the red slider, press and hold the Home button for six seconds.+
    +If the device does not return to the Home screen, see the steps below to restart.+
    from: http://support.apple.com/kb/TS1445
    If the issue persists, you should try restarting before trying to reset.
    You can restart the iPhone by holding the Sleep/Wake button until the red slider appears> then slide to turn off> and turn the iPhone back on by pressing the Sleep/Wake again, as described on page 46 of the iPhone User Guide.
    http://manuals.info.apple.com/en/iPhoneUserGuide.pdf
    -Jason

  • Alert mail configuration for backup / Oracle database

    Hello All,
    I am trying to configure alert mail for successful backup in the system and i have did with most of the configurations. The steps are as follows:
    Configured mail in 000 client and also assigned mail id for a user
    Configured the method CCMS_OnAlert_Email_V2 (set the parameters and its auto reaction method)
    Configured the nodes CCMS Monitor templates -> Database -> Oracle -> Backup / restore -> backup status -> last brbackup run and last successful complete backup with the method CCMS_OnAlert_Email_V2 as mentioned in the SAP note 176492
    And after these configurations we receive the mail successfuly. However there are few issues which i would like to get corrected / clarified. Whenever a backup is started i am receiving a mail stating that brbackup has been started and whenever a backup fails i am receving mail stating brbackup is failed with some return code. But i am not receiving any mail after successful completion of backup. Am i missing any configuraions here? Is this the standard one and other configurations required for mail on successful backup? Please suggest
    Regards,
    Anandh

    When should a message trigger an alert?
    1.Always (at every message): The Alert Monitor triggers a alert with the corresponding message value for every message.
    2.Message value (color) has changed: The Alert Monitor only triggers an alert if the alert color of a reported message changes. For example, an alert is triggered if a red message follows a yellow message.
    3.The message sent has changed: The Alert Monitor only triggers an alert if the color or severity of a message changes or if a new message is sent.
    4.Never: The Alert Monitor does not trigger any alerts.
    As your requirement, I would suggest it to be set to "Always"
    Please let us know how it works.
    Regards
    Puneeth

  • To create varaibles in Mail Forms for Order Confirmation

    Hi All,
    I am having an requirement to send an email for order confirmation with some customer dependent data and some product data to be sent along in the mail, This has to be done through action.
    I want to use mail forms for this but in this I am not able to create variables in the mail form through which i can pass th value to the variables in the mail form.
    Please suggest what to do for variable creation in mail form.........
    Is there any standard oder confirmation template available as it is available for campaign??????
    Thanks and Reagrds
    Mayank

    Hi Mayank,
    I am not sure but u can try below standard smartforms :
    CRM_SERVICE_CONF_EXT
    CRM_ORDER_SERVICE
    Regards,
    Dipesh.

Maybe you are looking for

  • Dump during save the solution in Solution Database (Service Desk)

    Hello! I use the functionality of Service Desk within SAP Solution Manager 4.0 (SP13). Currentyl I am facing with the error during operation "Create of solution in Solution Database", when I try to save solution in SDB. <i>The following error text wa

  • I am no longer able to put favorites in the contactpersons. How come?

    I am no longer able to put favorites in my contactpersons. How come?

  • RFC to HTTP Scenario, Dynamic URL .... Limitation with 200 Character...

    Hi Experts, I am doing an RFC to HTTP Scenario. In which the Target URL is Dynamic and i am passing some values from the input payload. The Problem is the Target URL length is around "487" character and the Dynamic configuration property allow to pas

  • PDF to database

    Hi, I am new to LiveCycle and looking for a solution. I have forms like immigration forms that has many field user has to fill. My question - As LiveCycle generates PDF forms is there a way that user fill the forms on line and when he submits I send

  • Bright White Screen.

    My Ipod Nano was working fine. I turned it off, and went to bed. The next morning I got up and turned it on. All that showed was a bright white screen. I reset it a couple of times, I pluged it up to the USB port, and I let it die completely. None of