Please resolve this issue for Project Systems

I our org v need a solution for this scenario "After when an notification is created in tran 'IQS1' of type  'GO' by the site engineer it should be intimated to the planning engineer. The planning enginner can either 'put in process'or 'pospond'or 'complete'. The action taken by the planning engineer should b intimated to the site engineer, if no action is taken place by the planning engineer esculate it to the next level Project manager(assume the duration to b 2hours), This esculation should also b informed to the site enginner. When the project manager takes action for the notification it should b informed to the planning engineer. If the project manager in not taking any action esculate it to senior manager and
the action taken by the senior project manager wil b informed to the project manager.
                If the notification is created by the Planning engineer it should b intimated to the project manager. Th project manager can either 'put in process'or 'pospond'or'complete'. The action taken by the Project manager should b intimated to the Planning engineer, if no action is taken place by the project manager esculate it to the next level Senior Project manager(assume the duration to b 2hours), this esculation dhould b informed to the Planning engineer. The action taken by the senior manager should be informed to the Project manager.
               If the notification is created by the Project manager it should b intimated to the Senior Project manager. The Senior project manager can 'put on process' or 'pospond' or 'complete'.  The action taken by hte Senior Project manager should be intimated to the Project manager, If no action is taken place by the senior project manager intimation should b sent to the project manager that no action has taken place.
Thanks in advance,
Sri.
Edited by: sri ram on Jan 5, 2009 6:50 AM

Hi,
You can create a WF for the same.
Notification can be send by  - Mail Step Type..
Actions on decisions can be taken by - User-Decision Step Type..!!
Kindly search SapTechnical -> Tutorials -> Business WF for the same..!!
https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
If these does not help, just let me know as I have worked on similar scenario's before also..!!
Hope it helps!
Regards,
Kanika

Similar Messages

  • Forgotten my security questions and cannot purcahse any apps etc. solutions on internet with rescue e-mail don't work . Have been trying to resolve this issue for 3 days now

    Forgotten my security questions and cannot purcahse any apps etc. solutions on internet with rescue e-mail don't work . Have been trying to resolve this issue for 3 days now

    If you don't have a rescue email address (or you do but aren't the receiving the email to it) then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Please resolve this query for me.

    i have table of supplier(supplier id,comp name,contractname,address, city, region, postal code, country, phone, fax),products(product id,sroduct name,supplier id,categoryid, qtyper unit, unitprice,unists in stock,units on order, reorder level,discontinued),order details(order id,productid, unitprice, qty, discount),orders(orderid,customerid,employee id,orderdate, requieredate, shipped date,shipvia, freight, shipname,shipaddress, shipcity,shipregion), customers(customerid,comp name contact name, contact title, address, city, region,postalcode, country, phone, fax), shippers(shipid,company name, phone), employee(allthe details of employee), categories(category id, catagoryname, description,picture)
    1. I want to contact all customers who have received over $1,000 in discounts on orders this year. Give me the name and phone number of the person to contact at the customers site. Also, list the orders where the total discount was greater than $100. Remember, discount is a percentage of the price.
    2. Give me a list of suppliers and products where we do not have the stock on hand to fill the orders to be shipped. List out the customer and order information for each of the products involved.
    3. Give me a list of all orders that were shipped after the required date for the week of Jan 7, 2001. I want to know the name of the employees that were responsible for the orders.
    4. We are having a golf tournament and I need some prizes. Give me a list of the top 5 suppliers by dollar amount in the last year.
    5. Some customers are taking us for a ride on shipping. Give me a list of customers and the orders involved where more than ½ of their orders are being shipped to a region other than their home region.

    Jakas,
    This forum is for the "SQL Developer" tool - you might get a better response on the "SQL and PL/SQL" forum (PL/SQL).
    theFurryOne

  • Please fix this issue!

    I've paid for a 12 month Subscription that I haven't been allow to use, please clear this issue for me . So that I can start using my Skype subscription that was Purchase on January 24, 2012 Order # 576639889 "ASAP" PLEASE

    Hi,
    Your order has been delivered correctly on: January 24, 2012.
    You have purchased an Online Number, service is active and works as expected.
    Online Number allows you to receive calls only. If you wish to make calls you need a Skype Credit or a subscription.
    More details available here:
     https://support.skype.com/en/faq/FA331
    https://support.skype.com/en/faq/FA10414
    https://support.skype.com/en/faq/FA11096
    I hope it helps!
    If my answer helped to fix your issue, mark it as a Solution to help others.
    Thank You!
    Please send private messages only upon request.

  • Error searching for from role provider Microsoft.Office.Server.Security.LdapProviderException: Unexpected exception occurred, please contact administrator to resolve this issue.

    Hi,
    I am trying to configure FBA with ADLDS on SharePoint 2013 Enterprise.
    I have edited, web.config files for Central Admin, Security Token Application and Claim aware WebApplication.
    <PeoplePickerWildcards>
    <clear />
    <add key="XXPROVIDERMP" value="%" />
    <add key="XXPROVIDERRM" value="%" />
    <add key="AspNetSqlMembershipProvider" value="%" />
    </PeoplePickerWildcards>
    <membership defaultProvider="i">
    <providers>
    <add name="i" type="Microsoft.SharePoint.Administration.Claims.SPClaimsAuthMembershipProvider, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    <add name="XXPROVIDERMP" type="Microsoft.Office.Server.Security.LdapMembershipProvider, Microsoft.Office.Server, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C" server="CSERVER" port="389" useSSL="false" userDNAttribute="distinguishedName" userNameAttribute="userPrincipalName" userContainer="CN=Clients,CN=Extranet,DC=XXDCNAME,DC=dmz" userObjectClass="person" userFilter="(|(ObjectCategory=group)(ObjectClass=person))" scope="Subtree" otherRequiredUserAttributes="sn,givenname,cn" />
    </providers>
    </membership>
    <roleManager defaultProvider="c" enabled="true" cacheRolesInCookie="false">
    <providers>
    <add name="c" type="Microsoft.SharePoint.Administration.Claims.SPClaimsAuthRoleProvider, Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
    <add name="XXPROVIDERRM" type="Microsoft.Office.Server.Security.LdapRoleProvider, Microsoft.Office.Server, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C" server="CSERVER" port="389" useSSL="false" groupContainer="CN=Clients,CN=Extranet,DC=XXDCNAME,DC=dmz" groupNameAttribute="cn" groupMemberAttribute="member" userNameAttribute="userPrincipalName" dnAttribute="distinguishedName" groupFilter="(ObjectClass=group)" scope="Subtree" />
    </providers>
    </roleManager>
    When I am trying to find user in People Picker, getting error
    Error searching for "XXUSER"from role provider "XXPROVIDERNAME" Microsoft.Office.Server.Security.LdapProviderException: Unexpected exception occurred, please contact administrator to resolve this issue.
    Has someone else faced this issue?

    Figured it ! 
    Account which was accessing FBA didn't had permission on it.

  • I purchased an app for my Mac Book Pro.  The app is called djay.  Unfortunately it won't download.  I get the following error message: Error 1004 please try again later.  How can I resolve this issue?

    I purchased an app for my Mac Book Pro.  The app is called djay.  Unfortunately it won't download.  I get the following error message: Error 1004 please try again later.  How can I resolve this issue?

    Try contacting the app developer via email here >  http://help.algoriddim.com/customer/portal/emails/new

  • After updating, as requested, each time I select iPhoto, the system is requesting that I download the iPhoto upgrade.  I have downloaded this several times.  However, I continue to receive this message.  Please help me resolve this issue.

    After updating, as requested, each time I select iPhoto, the system is requesting that I download the iPhoto upgrade.  I have downloaded this several times.  However, I continue to receive this message.  Please help me resolve this issue.

    Can you give us the exact error message you get?

  • HT4623 After I update IOS6 for my iphone 3gs, while i turn on vibrate (Using side button) is not supporting. Automaticlaly tur.n on ring mode. So please help me to resolve this issue.

    After I update IOS6 for my iphone 3gs, while i turn on vibrate (Using side button) is not supporting. Automaticlaly turn on back to ringing mode. So please help me to resolve this issue.

    No one facing this issue in 3GS? please help me.

  • When am trying to install Windows server 2008 OS. Error msg was coming 0x80070070:"not having enough space for installation"..Even though i have 20GB space?..Pls resolve this issue earliest.

    Hi Guys
    I have an issue please help on that earliest.
    When am trying to install Windows server 2008 OS. Error msg was coming 0x80070070:"not having enough space for installation"..Even though i have 20GB space?..Pls resolve this issue immediately.
    Regards,
    Shiv

    Is this a clean install or an upgrade?  20 GB, though greater than the minimum, is pretty minimal.  How much memory do you have on the system?  2008 would try to create a page file of 1.5x physical memory, so if you are building on a large
    memory system, you could be having an issue there.
    "Pls resolve this issue immediately"
    Forums are not for support.  They are monitored by people, like yourself, who are willing to take time out of their days to provide the benefit of their past experience.  If you need support, you need to purchase a support contract from Microsoft
    or some other party.
    . : | : . : | : . tim

  • Can you please help me how resolved this issue.

    Hi Experts
    I am trying to connect LDAP by R/3 system. R/3 system connected to LDAP but when I am trying to find and pull the fileds in the "Find in the Directolry" option I am getting below error.
    LDAPRC 010 another server is referenced.
    Can you please help me how resolved this issue.
    With Regards,
    Trinadh Bokka

    You may be able to solve by using
    Note 1151329 - Depth of LDAP search is only one level below the base entry
    Markus

  • Please could you advise? ... After installing Itunes 11.3.1.2 on my Laptop and when reconnecting my iPad2 via USB, it is no longer visible under 'My Computer'. Any advice on resolving this issue would be most welcome. Thanks

    Please could you advise? ... After installing Itunes 11.3.1.2 on my Laptop and when reconnecting my iPad2 via USB, it is no longer visible under 'My Computer'. Any advice on resolving this issue would be most welcome. Thanks

    Any one or a combo may help
    Give your iPad a reset. Hold down the sleep and home  keys for about 20 seconds. When you see the silver apple, let go and let it reboot and try again.
    Try a different USB cord
    Try a different USB port
    Try rebooting your computer
    Try closing/opening iTunes.
    If you go through that and it doesn't work, try going into the control panel, add/remove programs. Uninstall iTunes, Apple Mobile Device Service, Apple Application Support. Then redownload and reinstall iTunes and try again

  • "We are currently experiencing some issues, please try again later. If the problem persists, contact customer support" - is anyone else experiencing this and how can I resolve this issue?

    I've been trying to download the photoshop free trial for the past three days but instead of installing a message saying "We are currently experiencing some issues, please try again later. If the problem persists, contact customer support" - is anyone else experiencing this and how can I resolve this issue?

    try some steps such as changing browsers and turning off your firewall for downloads
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • My iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist, my iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist

    my iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist, my iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist ,please help me

    uninstall all iTunes,5 programes,this worked for me after reinstall them

  • When downloading Creative Cloud, it stalls for long time and never completes the download.  How can I resolve this issue?

    When downloading Creative Cloud, it stalls for a long time and never completely download.  How can I resolve this issue?

    CueTheArts for information on how to resolve download errors please see Error downloading and installing Creative Cloud application.  You are welcome to update this discussion if you have any questions regarding the steps listed within the document.

  • IPod touch 5 lag issue running iOS 8.1 ( PLEASE RESOLVE THIS ASAP)

    OMG, i'm just fed up of using this iPod 5 after this new update of apple's iOS 8.1.  I did checkout iOS 8.1.1 but as it bought no changes to the performance i just downgraded it back to iOS 8.1. Well performance really matters on a device. The day i updated it to iOS 8, my iPod 5's performance has been sluggish and worse when compared to the old iOS 7.1.2 . If i had chance to downgrade it now i would do it asap but unfortunately there isn't any way but to suffer with this new sluggish iOS 8.1. If there is someway that apple can help us then its by increasing the performance on such A5 devices like iPhone 4S, iPad..., iPod touch 5, then please help us. If i ask this question "Is there anyway to increase or speed up my performance of my iPod 5", Then the reply from you people would be to either buy a new device by dumping this or to remove background apps,reduce motion etc. (WHICH I HAVE ALREADY DONE.) and the performance is WORSE or UNBEARABLE  on this device after updating to iOS 8 - iOS 8.1. When i just tap settings it takes about 3 - 4 secs or more to show up which is too bad. Please try to solve this issue on older devices running A5 chip by either giving us an another opportunity to downgrade to iOS 6 or 7 (PLEASE) or by improving this current OS performance issue just like iOS 7. I request you to solve this issues for the people like us who are an APPLE fan and still using devices running A5 chip and we just like it so much but please don't let us hate it by making it's performance worse. Yes, i do know that the all new iOS 8 was made for the newer devices running new CHIP, but then why did the update just come up for devices running A5 chip then if it would ruin the performance? Or was this is a marketing strategy to make our device's performance unbearable and worse so we hate it and buy a new device so you can increase your sales? Everyone cannot afford a device just like that as time goes. I further pledge you people to solve this sluggish performance issue on these older device who got this iOS 8 updates (RUNNING A5 chip).
    Thank You for your time for reading my message.
    VaishnaV

    to whom it may concern
                      Im begging you to please give us chance to downgrade our iphones from ios 8 to ios 6.4
               i know profit is the main goal here but let us enjoy Using our device. Anyway we those people graving for the downgrade co's our battery drain too
               Too fast...please please please apple give us the ios 6 downgrade please please please please please

Maybe you are looking for

  • Early 2011 model fresh install of 10.6.7 upgrade to 10.6.8 fails

    Hi, I'm new to the mac world and so far I'm having some learning pains. I just bought a macbook pro (early 2011) with i5 processor.  I do a fresh install of OSX 10.6.7 with the disc that comes with it and everything works great.  BUT.. the automatic

  • RosettaNet Protocol error

    Hi All, Here is the scenario. Trading Partner (TP) A is sending a RosettaNet business message (PIP3A2) to TP B. When the weblogic Integration server for TP B receives this message, I get the following error message, ####<Dec 4, 2001 4:00:33 PM PST> <

  • AVplayer in iTunes

    This is with regards to adding media to AV player in iTunes. I recently updated to the latest version of iTunes. Now, I am unable to drag and drop media files that I was able to earlier in a much older version of iTunes. Earlier, i would click on "Ap

  • Ms Access 2010

    I have client that access Ms access through their network drive.  when one person is on the database the other one can't access the information.  How can I change it where they can access the information at the same time?

  • Why is the latest windows update making iTunes unusable?

    The program constantly freezes and won't let me update my iPods. Am I missing an iTunes update or do I have to wait for Windows to fix this?