Personalization in CRMD_ORDER

Hi gurus
Does anybody know how to apply personalization in CRMD_ORDER to all users?
(Personalization object CRM_ONEORDER)
I want to uncheck "Open last transaction processed" and set "minimized" as defult setting for all users. But
It seems that I need to change settings for each user.
Regards

As far as I've found out the reason is simple: IT'S HARD CODED!
SUBMIT crm_busprocessnd_submit_report
      WITH guid         =  <gt_report_list>-header_guid
      WITH mode       =  'A'  <- always in display mode, overrides CRM_ONEORDER ;-)
      AND RETURN.

Similar Messages

  • Pesonlization in CRMD_ORDER

    Hi gurus
    Does anybody know how to apply personalization in CRMD_ORDER to all users?
    (Personalization object CRM_ONEORDER)
    I want to uncheck "Open last transaction processed" and set "minimized" as defult setting for all users. But
    It seems that I need to change settings for each user. 
    Regards

    Hi Escaler ,
    Thnx for  u r quick reply .
    As i mentioned in my post all my fields are not in one project.
    Few fields are in 1 project and few fields are in different project.
    My req is i need to get all fields down which i created newly.Those fields are appearing on top .
    Thanks , Vijay

  • Report for CRM-Opportunities - Open CRMD_ORDER for selected ALV row

    Hello,
    i created a report which can be used to find the relevant opportunities and list them in a ALV table.
    I have the requirement that by doubleclick on the table line the selected opportunity shall open in tx crmd_order.
    I have the GUID and the object_id of the opportunity in my ALV tableline.
    Has anybody already experience how to achieve this?
    Thank you
    Best regards
    Manfred

    It works perfectly for me. Look at the code (this works)
    REPORT ytestfhe3.
    DATA: gv_1o_manag    TYPE REF TO cl_crm_1o_manag,
          gv_1o_main     TYPE REF TO cl_crm_1o_main.
    DATA: gv_dynnr       TYPE sydynnr.
    DATA: gv_1o_frame_pa TYPE crmt_1o_frame_pa.
    DATA: gv_guid        TYPE crmt_object_guid.
    DATA: gv_boolean     TYPE crmt_boolean VALUE 'X'.
    PARAMETERS: p_order TYPE crmd_orderadm_h-object_id.
    START-OF-SELECTION.
      SELECT SINGLE guid FROM crmd_orderadm_h
                         INTO gv_guid
                        WHERE object_id EQ p_order.
    END-OF-SELECTION.
      gv_1o_frame_pa-transaction_guid = gv_guid.
      CREATE OBJECT gv_1o_manag
        EXPORTING
          iv_with_navig  = gv_boolean
          iv_1o_frame_pa = gv_1o_frame_pa.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        EXIT.
      ENDIF.
      CALL METHOD gv_1o_manag->get_main_screen
        IMPORTING
          ev_dynnr = gv_dynnr.
      CALL FUNCTION 'CRM_1O_MANAG_CALL_SCREEN_UI'
        EXPORTING
          iv_dynnr       = gv_dynnr
          iv_1o_frame_pa = gv_1o_frame_pa.

  • Report personalization issue..

    Hi Experts,
    We have published our few reports which are orignially created in Query designer in our BW portal using the WAD iviews. We have a issue that when we choose "Personalize Web application"  for a report then same reports opens up every time even if we choose to open different report.
    Can any one please suggest why it is happening!
    Thanks
    VV

    Please see below link if you need to remove the personilsation:
    Page not displaying iviews
    It works on the same priciple as your issue.
    Thanks,
    Em

  • How to find the user who did the personalization?

    Hi All,
    Is there a way to find out which user has done personalizations in a given OA page? For e.g. if a user has done personalization for hiding a text bean in a page, I want to find out that user's name by passing the page name to a script?
    Even if not possible through script, if there is any other way to achieve this, please let me know.
    Regards,
    Pradeep

    I dont think it is possible. The LAST_UPDATED_BY column in JDR_PATHS is always set to INTERNAL.
    Thanks
    Pradeep

  • In Design CS2 won't accept serial number during "Personalization" In Design

    Re: InDesignCS2 rejects the serial number provided for CS2 special "no-activation" versions.
    I am having an identical set of issues as outlined in the above discussion but I am using Windows 7.
    My hard disk died and I am simply trying to get back up to speed with the new one. I have Creative Suite 2 Premium.  Following the special instructions for moving certain files so that I wouldn't have the Insert Disk 2 problems I managed to get PhotoShop actuvated and running. However, I am unable to "personalize" InDesign because the system does not like the serial number.  I have tried the one that came on the original box and the one that was on the link I used to download the programs. Both with and without the hyphens.
    I have also been unable to uninstall InDesign and start over as the wizard was interrupted just as it was described above.
    I have followed the instructions on the link you provided to manually remove CS2:  Manually remove Adobe Creative Suite 2.x | Windows  Including attempting to uninstall Creative Suite.  However, Adobe InDesign CS2, Adobe Illustrator CS2, and Adobe SVG Viewer 3 still appear in the list of programs and for some reason cannot be uninstalled using the control panel.
    In looking at the files that are still on the computer I see a folder C:\Creative Suite CS2. It has folders in it for PhotoShop, Illustrator, and Version Cue plus some other stuff. I was able to delete each of the files individually. but when I attempt to delete Illustrator, I get an error message saying  that it can't be deleted  because a folder or file is open in another application. When I attempt to uninstall that one using the control panel I get a message saying the remover was interrupted before it could finish.
    I haven't even gotten to the part of the instructions where you remove things from the registry!
    Any thoughts on where to go from here?
    Thanks,
    E.

    You need to see the following for CS2 installation:
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • Unable to see the personalization link on any page

    Hi,
    I am unable to see the personalization link on any of my pages (not even on login page).
    I am setting the profile option value to "Yes" for the profile option
    FND: Personalization Region Link Enabled
    Also I have bounced the Apache.
    Please help me as I am stuck due to this.
    Thanks,
    Anoop

    Did you enabled the profile option Personalize Self-Service Defn (FND_CUSTOM_OA_DEFINTION) .It must be set to Yes.
    Abhay

  • Personalization is not getting deleted in R12

    Hey OAF gurus,
    I have extended a standard CO in R12 and through personalization I attached my custom CO to that standard page .
    But due to some reason page is erroring out before rendering itself .So, now I want to delete that personalization .
    I tried with jdr_utils.deletedocument but it still pointing to my custom CO .
    Even I set the profile "Disable Self-Service Personal" as yes and then navigated to that page after that I tried to remove the custom CO by clicking personalize page but after clicking apply its still pointing to my custom CO.
    Please help me on this .
    Even when I am executing jdr_utils.listcustomizations its not showing anything which means that there is no personalization . But I am still getting the error which is pointing to my custom CO.

    Thanks sushant/Moorthy.
    I am able to delete the personalization .
    But when I am attaching I custom CO then I am getting the below error :-
    oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.classloader.util.AnnotatedNoClassDefFoundError, msg=
    *     Missing class: who.oracle.apps.ap.payments.psr.webui.APExtension (wrong name: who.oracle.apps.ap.payments.webui.APExtension)*
    *     Dependent class: who.oracle.apps.ap.payments.psr.webui.APExtension*
    *     Loader: oacore.root:0.0.0*
    *     Code-Source: /u02/apr12dev/r12dev/apps/apps_st/comn/java/classes/*
    *     Configuration: <library> in /u02/apr12dev/r12dev/apps/apps_st/comn/webapps/oacore/*
    The missing class is not available from any code-source or loader in the system.
    *     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)*
    *     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)*
    *     at OAErrorPage.jspService(_OAErrorPage.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:871)*
    *     at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:816)*
    *     at OA.jspService(_OA.java:256)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)*
    *     at OA.jspService(_OA.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:619)*
    *## Detail 0 ##*
    oracle.classloader.util.AnnotatedNoClassDefFoundError:
    *     Missing class: who.oracle.apps.ap.payments.psr.webui.APExtension (wrong name: who.oracle.apps.ap.payments.webui.APExtension)*
    *     Dependent class: who.oracle.apps.ap.payments.psr.webui.APExtension*
    *     Loader: oacore.root:0.0.0*
    *     Code-Source: /u02/apr12dev/r12dev/apps/apps_st/comn/java/classes/*
    *     Configuration: <library> in /u02/apr12dev/r12dev/apps/apps_st/comn/webapps/oacore/*
    The missing class is not available from any code-source or loader in the system.
    *     at oracle.classloader.PolicyClassLoader.defineClass(PolicyClassLoader.java:2401)*
    *     at oracle.classloader.PolicyClassLoader.findLocalClass(PolicyClassLoader.java:1539)*
    *     at oracle.classloader.SearchPolicy$FindLocal.getClass(SearchPolicy.java:226)*
    *     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)*
    *     at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:852)*
    *     at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1355)*
    *     at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:72)*
    *     at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)*
    *     at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1721)*
    *     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1682)*
    *     at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1667)*
    *     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)*
    *     at java.lang.Class.forName0(Native Method)*
    *     at java.lang.Class.forName(Class.java:247)*
    *     at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)*
    *     at oracle.jbo.common.JBOClass.forName(JBOClass.java:164)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1871)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:572)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)*
    *     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)*
    *     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)*
    *     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)*
    *     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)*
    *     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)*
    *     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)*
    *     at OA.jspService(_OA.java:212)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)*
    *     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)*
    *     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)*
    *     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)*
    *     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)*
    *     at OA.jspService(_OA.java:221)*
    *     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)*
    *     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)*
    *     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)*
    *     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)*
    *     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)*
    *     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)*
    *     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)*
    *     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)*
    *     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)*
    *     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)*
    *     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)*
    *     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)*
    *     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)*
    *     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)*
    *     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)*
    *     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)*
    *     at java.lang.Thread.run(Thread.java:619)*
    I placed my custom CO file in server at below path :-
    who.oracle.apps.ap.payments.psr.webui.APExtension but error file says wrong path who.oracle.apps.ap.payments.webui.APExtension

  • Fields missing in Support Message from CRMD_ORDER

    Hi All,
    when we create a Support Message from transaction notif_create, there some fields like
    component, project and solution
    but when we create the same support message from transaction crmd_order, i could not find those fields.
    Please suggest
    Regards,
    Pradeep L

    Hi Prakhar,
    Is there any work around where we can configure such these fields would be visible in the transaction CRMD_ORDER.
    The issue we are facing is:
    Standard Transaction Type: SLFN is being used for another project in the same system
    Now i have created another Transaction Type: ZSLF with customized status, action and date profile.
    Now we cannot use notif_create as it will pick up SLFN and we cannot change it to ZSLF as the other project is using it
    Please suggest
    Regards,
    Pradeep L

  • The keyboard and trackpad on MacBook Air (13-inch, Mid 2013) computers may stop functioning at the Personalize step when installing Windows 7 64bit

    The keyboard and trackpad on MacBook Air (13-inch, Mid 2013) computers may stop functioning at the Personalize step when installing Windows 7 64bit.

    1. Reset PRAM.  http://support.apple.com/kb/PH4405
    2. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.

  • You do not have permission to access service Personalization

    This is certainly new to me. I am attempting to directly access a MII Application web page by URL in MII V 12.1 and get this message when using my basic user login:
    You do not have permission to access service Personalization
    It works fine with my admin login. I have dug around in Netweaver and MII and can't find where I turn this on. What is the magic bullet? Is there a particular role or group the basic user must be a member of?
    Thanks in advance for your help.
    ...Sparks

    Make sure you belong to SAP_XMII_Users
    http://help.sap.com/saphelp_mii121/helpdata/en/45/5a399bec592a4de10000000a11466f/content.htm
    http://help.sap.com/saphelp_mii121/helpdata/en/48/d0c6efbcb810b6e10000000a421138/content.htm
    This is a change to security and permissioning in 12.1 where UME Actions are used.

  • Change status for sales order in crmd_order

    Hi,
    I am creating a report which has to change for all sales order with status "Open" to status "Processed". Is there any function or bapi to do this ?? Supposing, there is no function, which tables do i have to change ???
    thanks in advance!!!
    Maria

    Mmmm it doesn't work... I have tried this:
        CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN_OW'
          EXPORTING
      CHECK_ONLY                = ' '
            OBJNR                     = i_crmd_orderadm_h-guid
            USER_STATUS               = 'I1003'
      SET_INACT                 = ' '
      IV_REF_KIND               =
      IV_OBJECT_TYPE            =
      IV_NO_1O_MAINTAIN         =
    IMPORTING
      STONR                     =
    EXCEPTIONS
       OBJECT_NOT_FOUND          = 1
       STATUS_INCONSISTENT       = 2
       STATUS_NOT_ALLOWED        = 3
       OTHERS                    = 4.
    If sy-subrc = 0.
    endif.
    But noting has change in tag Status in tx. CRMD_ORDER.. still have in "system status": In process and in "User status": Order Rep Processed.
    Thanks in advance !!!

  • Unable to find class oracle.panama.personalization.login

    oracle.jsp.parse.JspParseException: Line # 21, Error: Unable to find class for bean: login defined by tag with class: oracle.panama.personalization.login
    I get this message when trying to go to "http://{hostname}/papz/login.jsp"
    window 2k, Oracle 8.1.7, 9iASwe 1.0.2.0.0.
    Any help would be great.
    Thanks in advance
    Sean.

    I'm also having this problem. Could really use some help

  • Facing some problems in creating a custom tabs in CRMD_ORDER Transaction

    Hi Friends,
    I am facing some problems in creating a custom tabs in CRMD_ORDER Transaction code in Solution Manager of SAP.
    Actually my requirement is adding of two tabs(one is header & another is item tab) in the above Transaction, i was able to put one tab i.e header tab but i was not able to keep item tab. i found a badi CRM_CUSTOMER_I_BADI in which documentation was given & i processed in the same way.
    For information i used the Badi CRM_CUSTOMER_H_BADI for header tab which i was able to add the tab & all functions like change, save working Good.
    But i want how to add custom tab in which item details were to be attached.
    i was done with the necessary SPRO settings(or Tcode CRMV_SSV) & able to see the 2 tabs thats it, but the functionality save is not working for the second tab & not saving in table CRMD_CUSTOMER_I (in this table there is one CI include where we added our item fields).
    And also i had a doubt whether to use ALV or Table Control. And if possible can any one can sent me the screen design & the code for the above requirement in detail.
    can any one who have knoweldge in Solution Manager & in the above Badi implementation can give me a right solution which will help me a lot.
    Thanks a lot in advance.
    Thanks
    Ravi.
    can any one give the solution regarding to the above one.
    Edited by: ravikanth on Jul 23, 2008 8:13 AM

    Hello Priyanka,
    I have the same problem by using Service Ticket in SAP CRM 5.0.
    Did you already solved this issue? If so, can you please provide the solution!?
    How can I activate and check the transfer log?
    Thanks and regards
    Alex

  • How to update item level Pricing  in CRMD_ORDER

    guys
    i am using FM : CRM_ORDER_MAINTAIN to update many fields in CRMD_ORDER t-code
    except for the Conditions Tab in item level i am able to update other fields...
    here is my code please let me know if i am missing something.....
    data: IT_PRIDOC TYPE CRMT_PRIDOC_COMT ,
            WA_PRIDOC TYPE CRMT_PRIDOC_COM,
            IT_COND_ADD TYPE PRCT_COND_EXTERNAL_INPUT_T ,
            WA_COND_ADD TYPE PRCT_COND_EXTERNAL_INPUT.
    *********FILL IT_PRIDOC
    Item Level Conditions Tab
    WA_PRIDOC-REF_GUID = WA_ORDERADM_I-GUID.
    WA_PRIDOC-REF_KIND = 'B' .
    wa_cond_add-KSCHL = '0PSV'.
    wa_cond_add-kbetr = '333.00'.
    wa_cond_add-kpein = '1'.
    INSERT wa_cond_add INTO TABLE it_cond_add.
    CLEAR wa_cond_add.
    WA_PRIDOC-COND_ADD = it_cond_add.
    CLEAR it_cond_add[].
    INSERT WA_PRIDOC INTO TABLE IT_PRIDOC .
    CLEAR WA_PRIDOC .
    *********FILL IT_INPUT_FIELDS
    WA_INPUT_FIELDS-REF_GUID = WA_ORDERADM_I-GUID.
    WA_INPUT_FIELDS-REF_KIND = 'B' .
    WA_INPUT_FIELDS-OBJECTNAME = 'PRIDOC'.
    even if v debug by putting break-poing on CRM_ORDER_MAINTAIN and do some changes in the pricing values .. the FM showes no changes in debug mode but values will be updated...
    expecting expert comments .
    Amshu

    i missed Handlers .. its working

Maybe you are looking for

  • HELP:: Flash unable to open BAT file or PPT file

    HELP Please.... I am using Flash MX.. my projector exe file doesnt seem to open/call "myppt.bat" file which calls a powerpoint (PPS) file after the animation is over. The bat file runs well when self executed but not from flash... I also installed th

  • My Album Art on my iPod is so messed up!

    Please Help! On my library on my computer, my album art pictures are on the right songs, but on my iPod, different pictures show up for different songs. Let's saw for Mika there might be a picture of Fall Out Boy or even a movie still! I'm not sure h

  • Usage of Conversion Classes During Unicode Conversion

    Hi, I have code "TRANSLATE  BBKF-SGTXT FROM CODE PAGE '0100' TO '0120'"  Now During Unicode i need to Use the Conversion classes Can any one help to proceede further on this Actually I am using  CL_ABAP_CONV_OUT_CE and I am getting the Data in Binary

  • New computer/want to delete all ipod songs

    I got a new computer, and I just downloaded itunes. I want to delete all songs on my ipod and start over. How do I do this? Thank you.

  • Mac OSX 10.6 Server setup advice

    hi all, I was wondering if someone could offer some advise for the setup of a server on a home network. Here is what I have and what I'm trying to achieve. Link up 5 macs on a home network, 1 iMac 17" which will run mac server 10.6.8 1 iMac 24" 1 Mac