Project Systems - Substitutions no longer valid? (4.6C)

Hi all,
I have created a substitution in the Project System Application area using GGB1 - It is a "user-exit" only type and I copied the RGGBS000 subroutine pool as suggested and all worked out fine as per the online help and RS's suggestions. But it still just does not work...
So I looked around at "activating"a substitution and found transaction GGB4 - in this transaction if I select Project Systems and Substitutions SAP pops up an error saying that Substitutions are not supported in this application area (Project Systems)...
But I am pretty sure from SAP Notes like 42615 and 88237 that it was possible in the past (both these notes are for <=4.0?)
Anyone have any other ideas as to why my substitution is not working?
(I am wanting to substitute a specific person into the "Responsible Person" field, as well as some others)
Regards,
N

Try this:
http://labs.adobe.com/technologies/spry/home.html
Plus heres a link talking about previous widgets:
http://www.lynda.com/home/Player.aspx?lpk4=48508
Alternatively wont any of the widgets which ship with DWCS4 do what you need? Insert>Spry>Accordian or Collapsible panel.

Similar Messages

  • Why in September when I purchased a through the Edge program with the $5.00 insurance/protection plan (that the sales associate handling the purchase on the phone recommended), is no longer valid?!  2 months after getting the Edge device, I go to make a c

    Where is the insurance and original Edge Agreement from September?  No one in Verizon knows. I purchased (rented) a Galaxy S4 through the Edge program, with the $5.00 insurance/protection plan (that the sales associate handling the purchase on the phone recommended),which is no longer valid!  2 months after getting the Edge device, I go to make a claim and Asurion will not honor it because I am not covered; however, all the order confirmation receipts emailed and physically sent with the device show the addition of insurance when I signed up for the Edge program.  According to Verizon (via live chat with 'Nicole'), this $5 protection plan no longer exists and the order numbers I have on my paperwork (multiple documents) are invalid in the Verizon system.  For over a week, I have spent more than 10 hours on the phone, live chat and in the store trying to get some sort of resolution and the customer service reps just put me on hold or promise to "call me back within 30 minutes after they speak to a supervisor" and (surprise!) they never return my call.  Or they send me to the store to show proof of my documents, but then those associates cannot help either.  Also, the 'Edge Agreement' in my profile has the wrong device (and serial #), wrong payment amounts and no mention of the 'consumer protection plan'  on it, which is listed on the order confirmation sent via email and with the actual Edge device on September 23.  Obviously, there was some sort of glitch or mistake on Verizon's part, but NO ONE WILL EVEN TRY TO ACCEPT THAT FACT!  WHY WON'T ANYONE GET BACK TO ME WITH SOME SORT OF EXPLANATION FOR ANY OF THIS?!  Is it typical for Verizon to do away with a service (i.e., $5.00/month protection) and not inform the customer of this?  And is it company policy to be as unhelpful as possible to a paying customer who needs assistance when there is cleary something wrong on your end?  And finally, am I really suppose to believe that Verizon customer service has no email addresses or fax machines so a customer can send you proof of what is on the receipt you sent and that I have to take more of my time to go to the actual store?!  Finally, does anyone at Verizon even read these messages or even give a F@#k about the customer as long as they keep making money?! 

    RLites22,
    I can understand your concern about the insurance you have on the line. I want to make sure that I put a fresh pair of eyes on your account to find out exactly what is going on. I did send you a Direct Message. Can you please respond back to me in the direct message so we can go over the account specifics. I really hope to hear back from you soon.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • Project does not contain a valid connection problem

    I am using JDeveloper 10.1.3.2.0 and have checked out code that was in CVS. I tried to put the code under an Application and Project, but when I do the check out, the Application Navigator shows it at the Application level. Within that Application, there are two projects. When I do a Make on either project, I get the error that The Business Component Project does not contain a valid connection. Double clicking on the error send me to the corresponding .jpx file which contains this:
    <?xml version='1.0' encoding='ISO-8859-1' ?>
    <!DOCTYPE JboProject SYSTEM "jbo_03_01.dtd">
    <JboProject
    Name="ViewController"
    SeparateXMLFiles="true"
    PackageName="" >
    <DesignTime>
    <Attr Name="_ejbPackage" Value="false" />
    <Attr Name="_NamedConnection" Value="Fred" />
    <Attr Name="_version" Value="10.1.3.36.73" />
    <Attr Name="_jprName" Value="../ViewController.jpr" />
    </DesignTime>
    </JboProject>
    Does anyone know what connection needs to be set up? I wonder if part of the problem is how the CVS check out is working, but I can't seem to get it under an application.
    I'd appreciate any help!

    Hello.,
    Thank you so much for the responses! That was the problem. I had defined a database connection, but the name was not the same as what was in the jpx file. The error is now gone. :)
    Thanks again!

  • Class is no longer valid

    Hi,I have been working mostly in Flash and only two days in Dreamweaver CS4. I recently  started a project that was based on a Tutorial for CS3
    that is called a panning widget. It look like something I can use, however, when I save all I get an error indication the class"navigator" is no longer valid.
    I'm assuming that CS4 has a new class for this function but I'm not sure how to access or change it.
    Thanks for your help
    I have highlighted the code that seems to be creating a problem
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script type="text/javascript" src="SprySlidingPanels.js"></script>
    <style type="text/css">
    <!--
    .Widget {
        background-image: url(Tutorial%20Sample%20Files/Televisions.gif);
        position: absolute;
        height: 570px;
        width: 690px;
        left: 200px;
        top: 50px;
    .ImageMap {
        position: absolute;
        height: 150px;
        width: 315px;
        left: 175px;
        top: 58px;
    .ViewFinder {
        position: absolute;
        height: 250px;
        width: 350px;
        left: 158px;
        top: 251px;
    -->
    </style>
    <link href="Tutorial Sample Files/SprySlidingPanels.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    body {
        background-color: #333333;
    -->
    </style></head>
    <body>
    <div class="Widget">
    <div class="ImageMap"><img src="Tutorial Sample Files/RobotLounge.jpg" alt="Robot Lounge" width="315" height="150" border="0" usemap="#Map" />
      <map name="Map" id="Map">
        <area shape="rect" coords="0,0,105,75" href="#"onclick=navigator.showpanel(0);return false />
        <area shape="rect" coords="105,0,210,75" href="#"onclick=navigator.showpanel(1);return false />
        <area shape="rect" coords="210,0,315,75" href="#"onclick=navigator.showpanel(2);return false />
        <area shape="rect" coords="0,75,105,150" href="#"onclick=navigator.showpanel(3);return false />
        <area shape="rect" coords="105,75,210,175" href="#"onclick=navigator.showpanel(4);return false />
        <area shape="rect" coords="210,75,315,175" href="#"onclick=navigator.showpanel(5);return false />
      </map>
    </div>
    <div class="ViewFinder">
    <div id="ViewFinder">
    <div id="navigator"class="SlidingPanelContentGroup">
    <div id="navigator" class"SlidingPanels">
    <div class="SlidingPanelsContentGroup">
      <div id="Panel0" class = SlidingPanelsContent"><img src="images/RobotLounge_01.jpg" width="350" height="250" /></div>
      <div id="Panel1" class = SlidingPanelsContent"><img src="images/RobotLounge_02.jpg" width="350" height="250" /></div>
      <div id="Panel2" class = SlidingPanelsContent"><img src="images/RobotLounge_03.jpg" width="350" height="250" /></div>
      <div id="Panel3" class = SlidingPanelsContent"><img src="images/RobotLounge_04.jpg" width="350" height="250" /></div>
      <div id="Panel4" class = SlidingPanelsContent"><img src="images/RobotLounge_05.jpg" width="350" height="250" /></div>
      <div id="Panel5" class = SlidingPanelsContent"><img src="images/RobotLounge_06.jpg" width="350" height="250" /></div>
    </div><script type="text/javascript">
    var navigator = new Spry.Widget.SlidingPanels('navigator');
    </script>
    </body>
    </html>

    Try this:
    http://labs.adobe.com/technologies/spry/home.html
    Plus heres a link talking about previous widgets:
    http://www.lynda.com/home/Player.aspx?lpk4=48508
    Alternatively wont any of the widgets which ship with DWCS4 do what you need? Insert>Spry>Accordian or Collapsible panel.

  • Your session is no longer valid. Log on again - no long time

    Hi guys, I´m working with a CRM upgrade, and working with the e-commerce solution, when I transfer an item to the cart  2 or 3 seconds later the app gives me an error message like this "Your session is no longer valid. Log on again." I do not have access to NWA because administrative issues and already ask for logs but it will take long time. Were I can search the possible reasons for a close session if I do not have access to logs ? It seems to me, to be a configuration problem with the server, maybe the url .

    0306E4C3EEE002900000021000051DB0004976177A782F9#1292344781734#System.err#sap.com/home~inventarios#System.err#J2EE_GUEST#0##n/a##bfd86e3907a011e096ae00001009c8aa#SAPEngine_Application_Thread[impl:3]_22##0#0#Error##Plain###com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in JSP.
         at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.handleErrorPage(PageContextImpl.java:744)
         at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.handlePageException(PageContextImpl.java:702)
         at jsp_CategoriesISA1291912921888._jspService(jsp_CategoriesISA1291912921888.java:65535)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:566)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:190)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.tealeaf.capture.LiteFilter.doFilter(Unknown Source)
         at com.sap.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:61)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: java.lang.NullPointerException
         at com.sap.isa.catalog.uiclass.CategoriesUI.getCurrentArea(CategoriesUI.java:128)
         at jsp_CategoriesISA1291912921888._jspService(jsp_CategoriesISA1291912921888.java:102)
         ... 35 more
    #1.5 #00306E4C3EEE003100000002000051DB0004976199A75D2D#1292345352138#System.err#sap.com/home~inventarios#System.err#J2EE_GUEST#0##n/a##13eb28a707a211e09bb100001009c8aa#SAPEngine_Application_Thread[impl:3]_23##0#0#Error##Plain###com.sap.engine.services.servlets_jsp.server.exceptions.WebServletException: Error in JSP.
         at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.handleErrorPage(PageContextImpl.java:744)
         at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.handlePageException(PageContextImpl.java:702)
         at jsp_organizer_2d_nav_2d_doc_2d_search1291912871451._jspService(jsp_organizer_2d_nav_2d_doc_2d_search1291912871451.java:65535)
         at com.sap.engine.services.servlets_jsp.server.jsp.JspBase.service(JspBase.java:112)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:566)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:190)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.tealeaf.capture.LiteFilter.doFilter(Unknown Source)
         at com.sap.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:61)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.engine.services.servlets_jsp.server.exceptions.InvalidSessionException: Method [getAttribute()] is called in an invalid session.
         at com.sap.engine.services.servlets_jsp.server.runtime.client.ApplicationSession.getAttribute(ApplicationSession.java:684)
         at com.sap.isa.core.util.WebUtil.translate(WebUtil.java:624)
         at com.sap.isa.core.util.WebUtil.translate(WebUtil.java:689)
         at com.sap.isa.core.util.WebUtil.translate(WebUtil.java:672)
         at jsp_organizer_2d_nav_2d_doc_2d_search1291912871451._jspService(jsp_organizer_2d_nav_2d_doc_2d_search1291912871451.java:75)
    Edited by: Isaac Mena on Dec 18, 2010 12:37 AM

  • Error ORA-00980: synonym translation is no longer valid when i issue

    i accidentally drop one of my table. To bring it back i used Imp tool. But it gives an error ORA-00980: synonym translation is no longer valid when i issue
    Select * from ship_sched_fact_notice_det
    Action taken using Imp
    Username: erpdada
    Password:
    Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production
    Import file: EXPDAT.DMP > e:\erpdada_august13.dmp
    Enter insert buffer size (minimum is 8192) 30720> 30720
    Export file created by EXPORT:V10.01.00 via conventional path
    Warning: the objects were exported by SYSTEM, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    List contents of import file only (yes/no): no > y
    Import entire export file (yes/no): no > n
    Username: erpdada
    Enter table(T) or partition(T:P) names. Null list means all tables for user
    Enter table(T) or partition(T:P) name or . if done: ship_sched_fact_notice_det
    Enter table(T) or partition(T:P) name or . if done: .
    "CREATE PUBLIC SYNONYM "XMLTYPE" FOR "SYS"."XMLTYPE""
    "CREATE TABLE "SHIP_SCHED_FACT_NOTICE_DET" ("SSFND_ITEM_NOT_DET_ID" NUMBER, "
    ""SSFN_FACTORY_ID" VARCHAR2(40) NOT NULL ENABLE, "SSFN_FAC_NOTICE_ID" NUMBER"
    " NOT NULL ENABLE, "SSD_SHIP_ITEM_ID" NUMBER NOT NULL ENABLE, "OI_ITEM_ID" N"
    "UMBER NOT NULL ENABLE, "ORDER_TYPE" VARCHAR2(1), "SSFND_ITEM_CODE" VARCHAR2"
    "(300), "SSFND_QTY" NUMBER, "SSFND_CTN" NUMBER, "SSFND_TOT_CBM" NUMBER, "SSF"
    "ND_REM1" VARCHAR2(256), "SSFND_REM2" VARCHAR2(256), "SSFND_UNIT_ID" VARCHAR"
    "2(40), "SSFND_IS_EXCL_SUMMARY" VARCHAR2(1))  PCTFREE 10 PCTUSED 40 INITRANS"
    " 1 MAXTRANS 255 STORAGE(INITIAL 81920 FREELISTS 1 FREELIST GROUPS 1 BUFFER_"
    "POOL DEFAULT) TABLESPACE "ORDER_DATA01" LOGGING NOCOMPRESS"
    . . skipping table "SHIP_SCHED_FACT_NOTICE_DET"
    "GRANT DELETE ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "GRANT INSERT ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "GRANT SELECT ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "GRANT UPDATE ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "CREATE UNIQUE INDEX "PK_SHIP_SCHED_FACT_NOTICE_DET" ON "SHIP_SCHED_FACT_NOT"
    "ICE_DET" ("SSFND_ITEM_NOT_DET_ID" )  PCTFREE 10 INITRANS 2 MAXTRANS 255 STO"
    "RAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLE"
    "SPACE "ORDER_DATA01" LOGGING"
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ADD  CONSTRAINT "PK_SHIP_SCHED_FAC"
    "T_NOTICE_DET" PRIMARY KEY ("SSFND_ITEM_NOT_DET_ID") USING INDEX PCTFREE 10 "
    "INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1"
    " BUFFER_POOL DEFAULT) TABLESPACE "ORDER_DATA01" LOGGING ENABLE "
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ADD CONSTRAINT "SHIP_SCHED_FACT_NO"
    "TICE_DE_FK1" FOREIGN KEY ("SSD_SHIP_ITEM_ID") REFERENCES "SHIPPING_SCHEDULE"
    "_DETAILS" ("SSD_SHIP_ITEM_ID") ENABLE NOVALIDATE"
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ADD CONSTRAINT "SHIP_SCHED_FACT_NO"
    "TICE_DE_FK2" FOREIGN KEY ("SSFN_FAC_NOTICE_ID") REFERENCES "SHIP_SCHED_FACT"
    "ORY_NOTICE" ("SSFN_FAC_NOTICE_ID") ENABLE NOVALIDATE"
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ENABLE CONSTRAINT "SHIP_SCHED_FACT"
    "_NOTICE_DE_FK1""
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ENABLE CONSTRAINT "SHIP_SCHED_FACT"
    "_NOTICE_DE_FK2""
    Import terminated successfully with warnings.
    I drop the old synonym and re-create it but still it gives the same error...

    Since you are on 10g did you try flashback table feature - http://tonguc.wordpress.com/2007/01/01/oracle-10g-flashback-versions-query-drop-table-and-recyclebin-management/
    FLASHBACK TABLE <tabname> TO BEFORE DROP;
    If you didnt use purge option, the dropped object is on your recyclebin - http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9018.htm#sthref9593
    Best regards.

  • Safari won't start after showing an error message: Safari can't use the extension "Omnibar" because the extension is no longer valid.

    Since yesterday evening (19-01-2015) safari won't start. After clicking the safari application it shows an error message: Safari can't use the extension "Omnibar" because the extension is no longer valid.
    This message almost directly disappears whereupon the Problem Report opens. I've tried to find a solution on the web but without succes.
    I'm running OS X Yosemite version 10.10.1 and Safari version 8.0.2 on a:
    MacBook Pro (Retina 13-inch, Mid 2014)
    Processor 3 GHz Intel Core i7
    Memory 16 GB 1600 MHz DDR3
    Graphics Intel Iris 1536 MB
    Since I updated to Yosemite I've been having multiple problems. I already read a clean install will solve most of them. But till then I would love safari to work again.
    Thanks!

    There is no need to download anything to solve this problem.
    If Safari crashes on launch and you don't have another web browser, you should be able to launch Safari by starting up in safe mode.
    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those.
    After removing the malware, remember to reset your home page in all the web browsers affected, if it was changed.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Authorization challenge in Project system

    Hi,
    We seek to solve an authorization challenge in Project system with use of the authorization object K_PCA together with the PS authorization objects C_PROJ_PRC and C_PRPS_PRC. Hence, the client seek an authorization solution for Report Painter/ writer reports using the standard Profit Centre hierarchy. Assistance in this matter is highly appreciated.
    Thanks!
    Kjell Aarhus

    You can create checks on projects and WBS elements by company code/profit centre.  We looked at all PS auth objects and nothing really fit the bill for us so In the end we activated some user exits associated with project systems and created a couple of new auth objects which were called in specific code placed in the user exits.  When the exists are activated, they are checked whenever the specific project information is displayed.  So long as your report writer reports use the PS logical database for reporting, you will call these exits.
    In our example, we had logic that checked at a project definition level that checked the company code of the project definition, and at WBS element line item check - to extract profit centre and display/not display as appropriate.  Of course you can make your logic work however you like when the exits are opened up.
    You can find more information on them by going into the IMG; SPRO >  Project System > Authorization Management > Enhancement Create Auth Check.  The documenation is also quite good too.
    Good luck hope it works out for you.
    D

  • Project System for ABAPers

    Dear All,
    Can you please explain me the importance of Project system in an ABAPer's perspective? In which phases of Project system, does an abaper come into picture?
    regards,
    Surya

    Hi,
    As an ABAPer, it does not matter which module you are working in as long as you know the business flow of that module, what are the main tables, how the module is integrated with other modules etc.
    I am working in PS module. Here i have done custom reports / tables / FMs, user-exits, work-flows and many more things. Also, since it is integrated with SD / FI / HR / MM etc, i have to work in those module also and code related to some custom integration scenarios between these modules and PS module.
    The question you are asking is vague. What ABAPer can do in any module can only be answered on case by case basis depending on what the requirement is.
    I hope i clarify your doubt. Let me know if you have further question.
    Regards,
    RS

  • Internal Orders versus Project Systems

    Hi
    My client is currently using WBS elements for capital projects.   Project System is not in scope; thus, we are trying to decide whether we should bring it in scope with limited functionality or use internal orders for capital projects. I'm writing a position paper describing comparison of using project system versus internal order. Can any one of you please help me in providing the differentiating points. And also can you please give a description of capital projects.
    Thanks a lot in advance.

    Hi,
    To begin with Internal order is a cost object like the WBS elements and activities in the Projects.
    For the capital Projects following are the Points that should Favor the PS as compared to Internal Orders:
    1. Time planning Possible
    2. Resourse Planning possible.
    3. Capacity planning and leveling possible.
    4. Cost planning is possible in detail.
    5. Material Planning possible.
    6. Budget planning is possible in detail for the various phases of the project.
    7. Cost and Budget monitoring is possible at the various phases in detail.
    8. For the long term projects the Cash management is possible.
    9. Revenue Planning and monitoring is possible in details.
    Above all the PS is more flexible in handling all the project related issues than Internal order.
    Now its upto one to use the functionality of PS to one's requirement.
    In short PS module is like an Expert Doctor than a general physician.
    Hope its useful.
    Reward points if useful.
    Thanks..

  • Sales Order Vs Project Systems(CNS0--Vl02n--VF01) Value&Status(Partial Disp

    Dear All,
    I need your suggestion in the following scenario:
    This is the Partial Dispatch scenario.
    Here in the Sales Order, we are attaching the FERT; Here we will give the total price of the FERT in Conditions level;
    In the Project Systems level, we are attaching HALB items of FERT.
    Now the flow will be We will deliver each HALB from PS through CNS0; Then by going to VL02N and do PGI; By reffering to these Deliveries,Billing(VF01) will be done for each HALB; In Billing(VF01), Pricing will be given for each HALB (since for each HALB bill will be raised seperately);
    The issue here is that I need to know whether I can have a check so that Cumulatively the Billing Value of all the HALBs is in Correlation with the FERT value in the Sales Order;
    Here I am creating the Bill with reference to Delivery(CNS0-Vl02n) and not with ref. to Sales Order.
    (ii) Also there is one more issue in the same scenario.
    Here the Sales Order status will be In Process . By reffering to the Sales Order I am just raising the Proforma Invoices for Down Payment, against Design/Engineering.
    I need to know how I can make Sales Order staus  as Complete.
    I need your suggestion to solve these issues in a better way.
    regards
    somnath

    Bom dia Marc de Ruijter,
    Não dá para ler sua thread, mas imagino que seu validador esteja desligado.
    No GRC vá em SPRO --> SAP GRC Nota Fiscal Electronica --> Configure System Response for Each Tax Number (CNPJ)
    Para ligar/desligar o Validador basta clicar no check box na coluna Validation.
    Observação: Para correto funcionamento do GRC deve-se sempre utilizar o validador ligado.
    Após isto refaça seu teste, é provável que você receba um erro de validação para a NF-e. Veja em GRC Web monitor -> NFe Detailed View -> Validation History.
    Atenciosamente,
    Fernando Da Ró

  • Mode Combination is no longer valid

    Hi Gurus,
    I am new to APO.
    When i am converting PPDS PPM to SNP PPM , after Conversion in the log the system is throwing message
    "Mode Combination is no longer valid".
    Can any body throw some light on it how to rectify the error.
    Thanks,
    nandha

    I am not sure in which APO release  you are using , please check below oss note :
    Note 545542 - PPM generation: SNP-PPM without names is generated
    Note 523821 - PPM generation: mode combinations not checked
    Also general documentation for SNP to PPDS
    Note 481906 - SNP - PP/DS integration (documentation)
    Manish

  • My email acct is no longer valid, trying to change email/apple id, but I'm unable to.  Manage id/email will not accept my new gmail acct.

    My email acct that is also my apple ID is no longer a valid acct.  I have tried to change my email in the "Manage email/apple ID" but it will not accept my current gmail.com address.  Any suggestions?  I hope if someone has any suggestions that I'll be able to access them, since the email with Apple is no longer valid.  As an example, I no longer receive email receipts from iTunes because the email associated with my ID is no longer working.  Please help with this dilemma.

    What Mac or mobile device are you using, with what operating system?

  • I am running intel core 2 duo on i Mac. The download  photoshop cloud trial version, tells me that my system is no longer supported. Really?

    I am running intel core 2 duo on i Mac. The download  photoshop cloud trial version, tells me that my system is no longer supported. Really?

    Maybe it is your OSX, what version are you running?
    Mac OS
    Multicore Intel processor with 64-bit support
    Mac OS X v10.7, v10.8, or v10.9
    2 GB of RAM (8 GB recommended)
    3.2 GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    1024x768 display (1280x800 recommended) with 16-bit color and 512 MB of VRAM (1 GB recommended)**  Even 256 MB works for OpenGL but not 3D
    OpenGL 2.0–capable system
    Internet connection and registration are necessary for required software activation, membership validation, and access to online services.*

  • My bank only uses 3.0 or 3.5 but it is no longer valid for firefox, will I still have some protection

    my bank only uses FF 3.0 or 3.5 but it is no longer valid for firefox, will I still have some protection. When I upgraded the bank site failed to work and I even got a warning that it was not the right version for them.

    You can use the free Pacifist and look inside the installer disks for your comptuer and transfer the Mail program back to your computer.
    http://www.charlessoft.com/
    You really need to update your operating system, likely some things have changed and the old Mail program might not work anymore correctly.
    You can use the free MacTracker to find out what operating system your comptuer can handle, likely 10.5 if it's a PowerPC.
    http://www.mactracker.ca/archive.html

Maybe you are looking for