Urgent: Customize BP for Products Java iView

Hi,
We have implemented Business Package for Products 50.3.1 in EP 6.0.
I want to ewmove some buttons like create document and change materials in the Java iView provided in the Business Package.
I have no idea how this customization could be done?
Is there any configuration setting in the R/3 needs to be done?
Please share the documents if there is any for the customization.
Thanks and Best Regards,
Prashil

Hi Marko,
I don't know the BP, but this exception clearly states that within the method <i>getPage</i> within the class <i>ListPortalComponent</i> a <i>CRMContextException</i> is referenced (probably should be thrown), which in fact does not exist within the classpath.
<i>If</i> I would have the BP at hand (and you have, that's your advantage), just check if the class exists. If not, you could try a workaround and check the cause for the exception, if you achieve that it should not be thrown, the JVM won't complain...
Is the BP delivered within one or within several PAR's? If it takes several PAR's, maybe <i>CRMContextException</i> is in one, <i>ListPortalComponent</i> in another PAR and no SharingReference could be set (but I wouldn't call this very probable for the common package <i>com/sap/pct/crm/generics</i>; nevertheless, it's an idea).
Just try to analyze around this...
Hope it helps
Detlev
PS: You didn't mark your question as question?!

Similar Messages

  • API - method for Webdynpro Java iview functionality of Print

    I know.. you would love to post me with n different blogs and forums discussion about how to print from webdynpro java application.
    But lets read before what i am looking for..
    There is standard "Print" function available on webdynpro for java iview.. and layout and all its just fine for us. though we want to trigger this event from a screen button. as going to iview properties is very user friendly.
    I was looking for some iview api which can help me.. We are on NW 7.01 SP6 at the moment. And this is for standard ESS applications.
    Thanks a lot for your inputs.
    Regards,
    Sudhir

    Hi
    You can write Java program for printing. Call the java class from screen (button or Url). Also you can write the content to XMl file.open the xml file in action. so that u will get print preview and print option.

  • Coding standards for developing java iviews

    Hi All,
    Are there any coding standards to be explicitly followed to develop Java iviews in SAP Enterprise Portal ? Does SAP has any specific java coding standards to get the SAP certification for the developed iviews ?
    regards,
    sreeram

    Hi Sreeram,
    > Are there any coding standards to be explicitly
    > followed to develop Java iviews in SAP Enterprise
    > Portal ?
    No. What you can find (for example within the PDK doc or partially created by wizards) are templates for the different kind of iViews, especially for JSPDynPages. But you have to care - even these templates are not really "clean" - there are objects used to store data which shouldn't...
    > Does SAP has any specific java coding standards to get
    > the SAP certification for the developed iviews ?
    No. What is needed is the proper use of namespaces, but this primarily concerns portal objects within the PCD. Some implementation things are to be considered, for example if i18n is offered, it really has to work. But SAP does not care about the source code of the iViews.
    Hope it helps
    Detlev
    PS: Please consider to reward points for helpful answers on SDN. Thanks in advance!

  • What is the best way of creating admin-only parameters for a java iView?

    Hi,
    I would appreciate some advice from more experienced developers...
    The scenario is as follows: I have created an Org Chart maintenance application that generates and renders xml&xsl-based Org Charts. This is the maintenance iView.
    I am creating a second iView that points to each org chart(the 'Viewer' iView). This iView will be re-used many times, for different parts of our organisation. My problem is I want the portal administrator to be able to set the specific Org Chart that each instance of the 'viewer' iView points to. This needs to be editable as a configurable property.
    I imagine that this is accomplished through the use of properties, what is the best way to accomplish this?
    Many thanks,
    Mark Hockings

    I believe that you should be able to specify the 'personalization' property to be no-dialog. This doesn't allow users to be able to change the property, but can be changed when creating the iView definition
    I hope this helps
    D

  • URGENT! debugger for debugging java mixed with c Program

    hi,
    i am assigned to do a project to develop a tool which can debug java program
    in which calls to native functions are made .Can anyone give some valuable
    suggestions how to proceed.bye

    thanks for the reply.i went through the suggested
    site but i could'nt
    obtain any implementation issues of such a
    debugger.can u suggest a way
    to implement such a debugger.Well, you have the source for jdb, which is in
    $JAVA_HOME/demo/jpda/examples.jar. This
    is an example of how you control the Java Language
    portions of the debugee (breakpoints, stepping,
    viewing program state, etc...). In order to do
    this, jdb accesses the Java Virtual Machine to look
    up threads, stack frames, local variables, Objects
    in the heap, and so on). jdb does this using the
    Java Debug Interface (JDI), which is described
    here:
    http://java.sun.com/j2se/1.4.1/docs/guide/jpda/architecture.html
    http://java.sun.com/j2se/1.4.1/docs/guide/jpda/jdi/index.html
    To add native debugging to this mix, you will need to
    provide similar capabilities when executing native code.
    One example would be setting a breakpoint in a native
    method in the debugee. Later on, what do you do when that
    breakpoint is hit? How do you represent the native stack,
    threads, and other program state? How do you map from a
    machine instruction to the corresponding program source?
    You will also need to keep the two views (Java and native)
    synchronized as execution moves along.
    I suggest you take a look at the source for a native
    debugger to get a feel for what is involved, and then
    think about adding mixed language support to it. One
    example would be the Gnu debugger (gdb), which is available
    here (and on many other mirror sites):
    ftp://ftp.gnu.org/gnu/gdb/index.html

  • ESS  Java Iviews vs. SAP GUI for HTML Templates

    Hi
    We are currently implementing ESS in 4.6c using ITS.  We are planning on using the standard delivered ESS services and some custom iviews. We are planning on creating the custom iviews in Java as we can re-use when we upgrade to WAS6.4.
    Can we use both Java iviews via a JCo (similar to MSS)and the standard delivered ESS services using ITS ?
    Do we need create internet services for the Java iviews that will connect with R/3 thru Jco ( Is it the same as SAP GUI for Java)?

    Just got of a project where we implemented ESS/MSS on R/3 4.6 using custom iViews in JAVA. Basically we developed one iView template that can be configured using attributes for different services. Each service can be used for ESS and MSS. This decreases frontend development work quit a lot because for most new services you only need to develop RFC's and then configure the iView to use those RFC's and the metadata.
    Depending on you timeline you will either need one frontend and one backend resource. You can use one resource if that person knows JAVA and ABAP but it will take longer to finish the service or you can have multiple resources if your timeline requires to have multiple services finished at the same time. You can mail me directly if you have more questions: [email protected]

  • Portal iview Customization for Webdynpro Java CTRL+ Right Click in Preview

    Hi Team,
    I am able to hide some Web Dynpro UI elements from Portal Content Administration >> Web Dynpro iView >> Preview and by Pressing CTRL+RIGHT CLICK.
    Here I need to understand the concept like how things work in this case. If we hide some UI in Web Dynpro Java iView customization will there not be any RFC/BAPI calls associated with that particular UI
    For Example: Web Dynpro iView is made up of CompA and CompB and I am going to hide the UI associated with CompA. When I invoke the application will there not be any activity like invoking CompA calling associated RFC/BAPI etc related to CompA
    Please help me in understand the concepts and performance implications on this.
    Regards
    Sudhir

    Hi Sudhir,
    Great Question! :-)... I am not 100% sure, but my guess would be that you would still see the associated BAPI/RFC calls since the "hiding" of the fields is purely a UI feature done using the Portal PCD.
    However you can of course test this for your scenario, by running an RFC trace for your user in the ECC system and then run the WDJ application and see if you see the RFC calls or not (more or less depending on the hidden/visible status of your component).
    Hope that helps,
    Simon

  • Urgently need a Technical Specification Document for any java development

    hi friends,
    I urgently need a tech spec doc for any java developments , wanted to refer for creating templates for a product . Please help its very urgent.
    Thanks

    Here are a couple of hundred technical specifications for a wide variety of Java development projects:
    http://jcp.org/en/jsr/all

  • Java-iViews-Errors in BP for CRM

    After importing BP 6.0 for CRM 4.0, the Java iViews (e.g. Today's Activities or My Tasks) don't work. Instead we get an error like this:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    com/sap/pct/crm/generics/context/CRMContextException.
    Exception id: 08:52_11/10/04_0004
    See the details for the exception ID in the log file
    The WAS and ITS iViews of the BP are running fine and the import log of the BP says the iViews are correctly installed.
    Is there something wrong with the JCO?

    Hi Marko,
    I don't know the BP, but this exception clearly states that within the method <i>getPage</i> within the class <i>ListPortalComponent</i> a <i>CRMContextException</i> is referenced (probably should be thrown), which in fact does not exist within the classpath.
    <i>If</i> I would have the BP at hand (and you have, that's your advantage), just check if the class exists. If not, you could try a workaround and check the cause for the exception, if you achieve that it should not be thrown, the JVM won't complain...
    Is the BP delivered within one or within several PAR's? If it takes several PAR's, maybe <i>CRMContextException</i> is in one, <i>ListPortalComponent</i> in another PAR and no SharingReference could be set (but I wouldn't call this very probable for the common package <i>com/sap/pct/crm/generics</i>; nevertheless, it's an idea).
    Just try to analyze around this...
    Hope it helps
    Detlev
    PS: You didn't mark your question as question?!

  • Customization step for in  New Plant  in production planning.

    Dear Experts,
    Thanks for your continues support from SCN.
    My company having one of the production process unit.
    Already some plants (1000 ) are assign the process order customization. But currently include  one additional plant  ( 1001) for process manufacturing.
    Basically create order type, production scheduler, production scheduling profile these are all the main thing, other wise what are all the assignment to be ensure , create and followed.Kindly send me the customization step for each assignment in our new plant.
    ( order creation to end of the account settlement itself)
    I am waiting for your valuable feedback.

    Hi Anil,
    if all master data configuration is over in the new plant, you can proceed to crteate the required cofiguration for new plant.
    if your production process is similar across all plants then you can simply copy all the required things from your old plants, or if the process is different in the new plant you have to configure the required settings.
    as you asked what are required settings apart from Basically create order type, production scheduler, production scheduling profile these are all the main thing,
    apart from above things. actually the configuration is depends on your Production process which you Follow in your business. as standard process starts from Configuration od SOP And Transfering Demand To MRP and Running MRP then executing the results of mrp in this case we need to configure  SOP And MRP Settings First then remaining Production process configuration.
    can you give the details of your PRoduction process then we can discuss the sequence of required configuration.
    Thanks&Regards,
    Venkat.

  • F4 / Help Functionality for input field in custom java iView

    Hi,
    As we see many F4 help on each input field in a transaction, how can we mimic the same functionality in a Custom Java iView. For example, ME23N, you can search a PO based on some criteria, when i create a new custom java iview using BAPI_PO_DISPLAY, how can provide that F4 or help functionality to the Purchase Order field.
    Your help is really appreciated.
    Thanks,
    Vijay

    Hi Vijay,
    the F4 Help functionality is always of big concern when you're switching from a R/3 or ABAP-SAP GUI environment to a webfront end. First of all: the convinience you're used to of creating a seach help and adding it to your data fields is gone, i.e. the current development status in the portal/java/webdynpro implies that you have to do most of the work on your own. Simple value helps might not be a problem, but complex ones are (as the one you've described). Here is a link to a tutorial in Java-webdynpro, maybe it gives you an idea:
    https://www.sdn.sap.com/sdn/developerareas/webdynpro.sdn?page=TutWD9_OVS.htm
    Regards,
    Ulli

  • Accessing Webdynpro Java iview functionality for print from webdynpro code

    I know.. you would love to post me with n different blogs and forums discussion about how to print from webdynpro java application.
    But lets read before what i am looking for..
    There is standard "Print" function available on webdynpro for java iview.. and layout and all its just fine for us. though we want to trigger this event from a screen button. as going to iview properties is very user friendly.
    I was looking for some iview api which can help me.. We are on NW 7.01 SP6 at the moment. And this is for standard ESS applications.
    Thanks a lot for your inputs.
    Regards,
    Sudhir

    Hi
    You can write Java program for printing. Call the java class from screen (button or Url). Also you can write the content to XMl file.open the xml file in action. so that u will get print preview and print option.

  • Permanent solution for Java iView Runtime error ?

    Hi
    I have SAP IDES installed in my system...recently i am getting following error when i am trying to login Portal :
    Java iView Runtime
    Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    If this situation persists, please contact your system administrator.
    I have searched SDN many discussions say that restart server and check memory and...etc......etc
    My system also if i restart server problem is solved temprarely....
    My system memory is not a problem because i have 16GB Ram amd 1 Tera hard disk still i have 500 GB hard diskk free space...
    If i restart simply MMC my J2ee table will not connected so i have to restart hole sytem them start MMC .....then server is up and i can connect to portal .......it seems connection for j2ee table are getting lost.....
    Can some one suggest me permanent solution
    thanks in advance

    Hi Maya,
    BEx Web Analyzer requires Portal and is basically a Web template called 0ANALYSIS_PATTERN.
    Is Portal configured in your system landscape? If yes try to see if its configured probably using transaction RSPOR_CUST01.
    If you have access to SM59, you can test the RFC connection to the portal by running the Test Connection for the corresponding RFC destination ID that you see in RSPOR_CUST01 transaction.
    Assign points if helpful
    Regards, Uday

  • Java Iview runtime error for WAD 7.0

    Hi,
    When I try to open Web Application designer of 7.0 from Start>Programs>Business explorer> Web application designer, the system is popping up to enter the userid &password after entering it , I cannot see any screen, when I asked my team member  about this he told that the IT still did not release the 7.0 Web application designer and he told me to use 3.X Web application designer ,but when I try to open in rrmx my going to meu oprtion BEX Analyzer>Tools -->BEx web analyzer then its opening in the internet explorer and giving me the message
    Java iView Runtime
    An exception occured while processing your request.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:304)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:333)
         at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:96)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:186)
         ... 20 more
    If this situation persists, please contact your system administrator
    What could be the Problem

    Hi Maya,
    BEx Web Analyzer requires Portal and is basically a Web template called 0ANALYSIS_PATTERN.
    Is Portal configured in your system landscape? If yes try to see if its configured probably using transaction RSPOR_CUST01.
    If you have access to SM59, you can test the RFC connection to the portal by running the Test Connection for the corresponding RFC destination ID that you see in RSPOR_CUST01 transaction.
    Assign points if helpful
    Regards, Uday

  • Urgent Reqrd COPA Customization Material for 5.0 or 6.0

    HI GURU's i Urgently reqrd SAP COPA Customization Material for 5.0 or 6.0
    please help me out to mail me at my personal mail id at [email protected]
    thanks and regards
    R

    Hi
    Can i get the material for the same (COPA Customization Material for 5.0 or 6.0) please
    My mail-id is [email protected]
    Regards
    Jai

Maybe you are looking for