Factsheet modification  - adding a Z infoblock

Hi all,
I'm trying to modify the standard factsheet, kindly offered by SAP AG.
Basically what I want to do are the following points:
1 change the content of the infoblock. I know I have to develop method GET_REPORT, but unfortunately I cannot catch the relation between the template and the XML program which is supposed to transform ABAP in html.
2 I want to insert a std icon before the title of the infoblock, for example ICON_OKAY before the title "Closed operations", which identify orders closed.
I know that in this case I need to touch not only the abap code to identify the path of the icon but as well the xml code, stored in xml program in charge to transform the abap code in html.
The fact is that this hasn't worked at the moment and I guess for a wrong coding of xml part.
Can you please provide, referring to the first point a clear relation/explanation how it works and concerning the case 2 an example code of xml part?
I guarantee the points in case of cooperation in solving the matter.
Regards,
AndreA

Hi Gabriel,
I have got no problem in explaing how I did but I 'd like you afterwards you open a thread to which I 'll answer in order to collect points.
Let me know if you agree. Regards, Andrea

Similar Messages

  • Account Analysis report (Modification adding Customer)

    Dear All,
    I just want to know is there any way to Modify Account Analysis Report (Subledger) modified by adding Supplier Name.
    Thanks
    Rehan

    Hi Rehan;
    Please check below which could be helpful for your issue:
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    Regard
    Helios

  • CRM Factsheet Iview Configuration....

    Hello,
            I am configuring CRM Factsheet Iview in EP 7.0.
    I have created an iview with the Factsheet Iview Template
    "CRM PDV based Factsheet Iview", which has parameter
    "Infoblock".
    I have specified value of the Infoblock parameter for the same but when i try to preview or assigned that iview to user then in display it shows me the "Select the Business Object". It doesn't show any contents for those Iviews.
    Is there any other parameter required or what could be the reason???
    Anybody have any idea regarding this please reply !
    awaiting reply !
    Smita
    Edited by: smita thorat on Dec 18, 2007 2:16 PM

    Hi Nikhil,
    For which business role this factsheet appears presently?
    Just to give you pointer "Account factsheet customizing is defined under sm34 view  "CRMVC_BUIL_PRT", in this customizing PDF smart forms and corresponding factsheet handler classes are registered against PFCG roles, which inturn assigned to business roles.
    there could be similar view available for your requirement where we can maintain factsheet based on roles.
    Cheers,
    Sumit Mittal

  • Report is not pulling the data from multiprovider in BI 7.0

    Hi BW gurus,
    We have upgraded our BW systems from 3.5 to BI 7.0.
    According to our requirement we did some modifications(added some new cubes) to existing multiprovider. All the objects and assignments looks good in the multiprovider.
    We are facing a problem while executing the reports, report is not pulling any data from the particular multiprovider but I can see the data from the multiprovider.
    For any selection creteria we are getting the msg like "No applicable data found".
    Created a sample query with only two chars and two KF's no conditions, no exceptions still the report is not populating any data for any selection creteria.
    Appreaciate for your help in this regard.
      -BK

    Hi
    Deactivate the aggregates and then rebuild the indexes and then activate the aggregates again.
    GTR

  • As of this morning, I am being redirected to uk.gomeo when i click on google search results in Safari. Do I have a virus?

    Hi,
    First time poster and very non-techy person here. I am being redirected to urls starting "uk.gomeo..." when clicking on Google search results in Safari. Quick search on this seems to suggest I have a virus. Not sure what to do or how to get rid of it. Not sure what could have caused it either. Downloaded Acrobat update couple of days ago which took hours, and Twitter account was hacked about a week ago. All software updates up to date. Any advice much appreciated.
    Thanks.

    Sorry editing that way doesn't work anymore in Lion. But you can look and see if there are any google entries in it. If there are not any google entries you can ignore my posts. If there are try this:
    Open terminal
    sudo nano /etc/hosts
    When prompted for the sudo password - The correct password is your own (the password of the user logged into OS X, also the password you provide when doing system updates and so on).
    now you can delete the line(s) that contain google and save.
    Using your arrow keys go to the line containing google. Delete the line. Do the same for all lines containig google.
    if you have a problem deleting, do a control-x to exit, and reply n to the modified buffer question. To save your changes do a  control-o and hit enter , then do a control-x to quit.
    Note: normally you never edit the hosts file, but if you see google entries in it then a malware programs has added them. It has been happening with a bogus flash update, that installs flash and asks for your system password. SOmething that seem quite normal when installing software. This bogus flash update makes the hosts modifications adding their own IP adrress for google.

  • Charm workflow customization solman 7.1 sp10

    hi Experts
    I am working with Solution Manager 7.1 SP 10 and here we have configured charm for 5 -Tier landscape
    Now i am in the process of customizing the statndard workflow of charm as per requirement .Need help in defining implicit conditions as per our requirement
    So far i have done as below
    1.Created YMMJ Normal change Transaction type and modifed /added the action defitions and conditions as per requirement for action "Approve ToC creation"
    Help needed
    1.Need to enable condition for our customized workflow as apporve toc creation to create toc creation
    2.Also need to enable transport release condition for our customized action approve import to IT
    Our landscape is as below
    ID-IT-MD-MQ-MP
    Please help me on this
    Regards
    Saravana

    Hi Saravana
    Check below
    Change Request Management (ChaRM) - How to enhance the standard workflow - SAP IT Service Management on SAP Solution Man…
    How to insert a new user status in ChaRM in 7.1
    hope it helps
    Thanks
    Prakhar

  • This is bizzare!!

    Hi,
    I have a problem which is beyond my understanding. I have an executable jar file say (myjar.jar) this jar file displays a gui interface developed in swings. there are any swing components on this gui. the JFilechooser is one of them. when a button is clicked a JFilechooser window apprears to allow the user select the files. But for every 'new request' the Jfilechooser shows the mydocuments directory. everytime again selecting a required directory location is a pain. therefore what i did is to save the latest visited directory in user preferences node (using the Java.Util.prefs. Preferences class). so now when there is a new request and when the button is pressed the JFileChooser shows the most recently visited path instead if mydocuments.
    Now, the problem is i am calling this myjar.jar from an applet as follows:
    <applet code= mainclass.class archive="myjar.jar"
    codebase = "." width=600 height=400
    </applet>
    this was working fine until i made modifications in regard to the util.prefs to store the latest directory path. (i.e) when i invoke the applet from the browser it shows the message on the status bar "applet not initialized")
    but however, when i execute the myjar.jar from the user console as an application. it is working fine!
    then why is it not working from an applet!! I mean the applet is signed and has permissions to access the local files. that's why the JFilechooser was working. therefore the issue of accessibility to the local machine shouldn't be the problem here!! u c what i am saying!!
    anyway....i want to give the code that i have implemented for the util.prefs....this a very simple modification added 3 or 4 lines....
    JFileChooser fc2 = new JFileChooser();     
    //prefs is Preferences object
    String dp = prefs.get("default_path",".");
    System.out.println("dp:"+dp);
    fc2.setCurrentDirectory(new File(dp));
    fc2.setFileSelectionMode(JFileChooser.FILES_ONLY );
    int returnVal = fc2.showSaveDialog(getRootPane());
    if (returnVal == JFileChooser.APPROVE_OPTION) {
    try{
         input = fc2.getSelectedFile();
    //updating the path each time the user selects a new directory
    prefs.put("default_path",input.getPath());
    // this part is probably irrelevant to the problem.....maybe you can just ignore this part...
         String[] message = {"This file already exists,", "Do you wish to overwrite?"};
         if (input==null) {
              return;
         if (input.exists()){
         int res = JOptionPane.showConfirmDialog(this, message, "Save warning", JOptionPane.OK_CANCEL_OPTION, JOptionPane.QUESTION_MESSAGE );
         if (res == JOptionPane.OK_OPTION) {
              fc2.approveSelection();
              tf1.setText(input.getAbsolutePath());
         else if(res == JOptionPane.CANCEL_OPTION)
              return;
         else
              tf1.setText(input.getAbsolutePath());
    }catch(Exception e){System.out.println(e);}
    }//endif
    PLEASE HELP ME!
    thanks
    Sri

    The interesting thing is. on my computer i won't get any problem even with the applet. actually this myjar.jar file is kept on the server. infact the applet is invoked by the server which runs on the browser of the client machine.
    since the new myjar.jar (which had the preferences stuff) is giving "applet not initialized". I have replaced the new myjar.jar on the server with the old myjar.jar (this doesn't have any preferences attribute). But now (i.e) after replacing the new jar with old jar. if i run the applet from my 'own' machine it still shows the swing gui of the new myjar.jar, i couldn't understand this behavior.....see this can't be a cached page thing! (because an executable jar cannot be cached on an user machine...but still i have cleaned all the temp files). so when ever i run the gui as an applet it always shows me the new myjar.jar even if the server is having the old myjar.jar file just to make sure! infact apart from adding the preferences i also made a small modification by changing the location of a component in this new jar so that i can see a clear differentiation b/w the old and new jars...but always the newjar is only executed ......well this behaviour is with respect to only my machine.....when i run the applet form other client machines...it shows the differences (i.e other client machines work fine for the old myjar.jar since there is not preferences stuff in it.....)
    but my computer always shows the new jar only no matter what!! i cannot understand this....
    it's really very difficult for me to explain this stuff in writing!! i might have repeated some things!! but i want to you to get a clear understanding.....
    NOW coming the actual problem of showing the most recent directory path from JFileChooser....are u sure there is no simple solution for this!! looks like this is getting complicated....but i believe there must some simple solution...please give a try!!
    thnks
    sri

  • Document list

    Hi Guru's
    i am an mm consultant.I need some details regarding the report.In FB03 we get list of documents and if we double click the document we get the value which will not appear in print out  but my Clint requirement is that he needs the value with respect to the document in the prints there is any stranded T CODE where i can get this two details include in the report.
    Thanks & Regards

    Hi,
    Please, specify what 'value' would you like to see... Anyway, you can modify the layout of the FBL3N by standard ALV modification adding the required fields to the output.
    Regards,
    Eli

  • Need info urgently

    Hi Experts,
    We have around 30 HFR reports in Prod environement. As part of development activities we have made changes to our hierachy in adding more dimesion members to accounts and entity dimensions. Similarly i need to modify all the Prod reports with the new hierachy changes . Can any one let me know the procedure for doing it?
    1. Can i migrate (Export) all the reports from Prod and import it to Dev HFR and do the modification( adding the new members to report)
    2 Or do i need to recreate all the 30 reports in DEV environment from scrath and den do the modification?
    Please suggest me on the best / feasible method...
    Thanks in Advance...

    Hi,
    1. Can i migrate (Export) all the reports from Prod and import it to Dev HFR and do the modification( adding the new members to report)yes you can do this just export your reports from prod and import to your development environment, Then change the connection from workspace to the new cube you'll automatically get all extra dimensions/members in the report.
    Hope this helps !!!
    Regards,
    Avneet

  • What is the best way to close a communication session with the FP Server?

    Looking at NI's FieldPoint Demobox.vi example, the session is closed by wiring the FP Refnum out from the FP Create Tag vi for the AI module to the FP Close vi. Is there any difference if the FP Refnum out from any or all of the other FP Create Tags were wired to FP Close vi/vi's? Could the FP Refnum out from the FP Open vi be wired to the FP Close vi? What is the best way to do this?
    Also, as I'm new to FP and I'm conscious that I might swamp this forum with dumb questions, are the any sources of good FP code examples and/or discussions on coding techniques out there beyond the handful of NI's examples?
    Thanks again,
    Niel.

    Niel,
    The FP Open.vi provides a FP Refnum in the form of a data cluster. The cluster contains two elements; a server refnum and a tag refnum. Coming out of the FP Open, only the server refnum has a value, the tag refnum is created when the FP Create Tag.vi is processed. Thus all FP refnums in a process have the same server refnum but different tag refnums. The FP Close.vi uses the server refnum to close the server and ignores the tag refnum so it does not matter which particular refnum was used to close the server. The thing to be careful of is if you close on refnum, you close all refnums. At this point, any reads/writes/advises will result in error 32804 (Invalid IA handle specified).
    Also, please swamp this forum with questions. I am in the process of reviewin
    g the documentation and examples we provide and having a beginner asking questions that do not appear to be covered in our materials gives me an idea of what we are missing. I would ask that you upgrade to FieldPoint Explorer 2.0.4 and use the online help for LabVIEW since that has had some of my modifications added to it (program flow outlines, vi descriptions & use cases).
    Regards, Aaron

  • Fresh build causing issues

    Hi all~
    I am working with weblogic 8.1 sp4. I am facing some issues with build from workshop. Whenever I try to checkout my code from the cvs or update the existing code with the one in cvs I get netui tag errors. But, If I just make some changes(like introducing some space in the file) to the files where I see the errors and re-build I dont see any errors. I could figure out that the issue has started after we started modifying the jcs files. Once a jcs file is modified all the controller files using it throw the tag errors. I feel the annotations in the jcs files are not getting picked up on the first build and the second time after making the changes its getting all the changes. But, how can I force it to pick them up in the first time?
    I appreciate any kind of suggestions on this issue.

    Thanks for ur reply Raj.
    Yes I have tried building out the entire project after I add up a space. And that perfectly works fine. The rebuilding after some modifications works fine. But the fresh checkout alone doesn't work.
    Some kind of tag errors which I mentioned were giving me a message as "Message resources bundle properties are not recognised" as such. so adding message resource properties tag to jpf struts file helped me. I could find that after adding a space this line is getting added automatically so when I checked in the file with the modification added myself into the cvs, then the fresh checkout is working fine.
    But, there are some other tag errors and the message here is invalid SQL type.
    My question is adding a space and building the control files is solving the issue. so there may be some kind of files that are being modified when some changes are made like the jpf struts file in the previous case. So can you shed me some light on what are the types of files that will be affected when we build the jcx, jcs files.
    Also, for ur question of upgrading weblogic we have not considered of upgrading it yet. There is no specific reason but we haven't given a thought on it.
    Any thoughts will be appreciated.
    Thanks,
    swapna.

  • Creation ISO failed

    Hi,
    I have been trying to experiment with mkisofs command as to build an arch iso.
    Here is what I have done
    1. copy the live cd content to a separate directory /build (cp -R /mnt/* /build/) where cdrom is mounted to /mnt
    2. No modification ported to this directory, no modification added
    3. mkisofs -r -l -b boot/grub/stage2_eltorito -uid 0 -gid 0 \
            -input-charset utf-8 \
            -no-emul-boot -boot-load-size 4 -boot-info-table \
            -V "test" -o arch-test.iso /build
    4. When booting the iso in Virtualbox or Vmware, I get the error "archiso could not be created, falling back to ramfs"
    5. In ramfs i do ln -s /dev/sr0 /dev/archiso then exit
    6. And the system continues to boot properly
    My current goal is to understand what would be the root causes or the /dev/archiso not being created, am I creating the iso wrongly?
    Thanks for your inputs.

    Hi Jeniffer,
    We have solved that issue by changing the user as "ixos4arch" for the service "IXOS Spawner".
    The user "ixos4arch" is used to map the network drive from netapp filer. You may use any user which you configured for the network mapping.
    Actually, the IXOS server trying to write into netapp server and it was failed due to authorization issue. After changing the user it went fine and the issue has been resolved.
    Please try this.
    P.S : We have done it in Windows platform.
    Kind Regards,
    Indrakumar

  • WM read-only?

    Hi everyone!
    I'm trying to prepare 4 new xserve G5 for production use here at work and I have a problem.
    One of those xserve will become an OD Master: I've configure the server and I've added a few users, groups and computer for testing. It worked great with Worgroup Manager and then I decided to shut down the server for the night.
    When I tried 2 days later to connect to OD with Worgroup Manager, I can't make modifications (adding/deleting users, groups, computers...). I've tried authenticated as diradmin and as another admin user that I've already created. I've tried using WM on my powerbook and on the server (using ARD). It's like WM is always in read only mode, even when I'm authenticated.
    Can anyone help me?

    Hi Athos77,
    Welcome to the forums.
    Make sure you are trying to change the OD domain rather than the local domain.
    At the top left of the WGM window, just below the 'Admin' icon, you will see a small globe with the current directory listed by it. Make sure your LDAP v3/127.0.0.1 directory is listed, and that you are authenticated as an appropriate directory admin.
    hth,
    b.

  • Adding info blocks in a custom class for Factsheet

    Hi Experts,
    I need to create a custom class by copying the standard class 'CL_CRM_CCKPT_PROCESS_OPEN'  which should accept input as Activity Types. At present this class only accepts Number of months as Input. This added input field should accept individual multiple values & Ranges and F4 help also needs to be attached for the field.
    I would like to know how to add this new input field to the class 'CL_CRM_CCKPT_PROCESS_OPEN' .
    Any valuable help would be appreciated & points would be rewarded generously for the same.
    Regards,
    Sangeeta.

    Hi,
    You can copy and include your fields in the class using transaction SE24.
    According to your subject  line you are trying to modify an existing factsheet display you own data. I would suggest instead of creating a modifying an existing class, implement your own function module and call this function module directly from the smartform used to for factsheet. This is an easier way to implement modification of factsheets instead of using the classes and displaying the data.
    Reward with points if this helps.
    Regards,
    Gaurav Gera

  • ICON in the detail line of a Infoblock (Factsheet) in CRM

    Hi folks
    Has anyone out there tried to display an ICON in a factsheet in the Bussines Partner Cockpit
    In the class where I create a Infoblock for the Factsheet, I want to display
    the ICON_MESSAGE_WARNING_SMALL (@8R@) in front of the name of a Contact person.
    Any good ideas??
    Best regards
    And have a nice weekend
    Carsten 

    Hi Vijay Babu Dudla 
    Thanks a lot for Your answer. But the problem, as I see, is that this is not a report with write statements!
    I have made a lot of reports with ICONs - no problem.
    But a Infoblock, which is a part of a Factsheet in CRM is a HTML skeleton which is displayed via an integrated browser!
    Best regards
    Carsten

Maybe you are looking for

  • Menus popping and keeping me from clicking/Safari wants login all the time

    I bought this iMac in Jan. I suffered through viruses and hacking with four XP's. I bought a Mac so as to never be in that **** again. Well I've been reading sysprofile logs and watching the records of apps I've never used. Today I saw fax verificati

  • Hello i lost my itunes library how do i recover it thank you

    hello i lost my itunes library on my mac how do i recover it thank you

  • Prob in Conf FAX system

    Hi All, I have installed the ECC 6.0 in Solaris with DB 10.2g. I have just configured fax system now.When I am sending fax from T-Code SBWP.It is saying "<Cannot process message in SAP System>." 01)I am set profile param from RZ10 icm/server_port_2 =

  • Satellite A100-192: Is it possible to achieve more then stereo sound?

    Hi Is it possible to achieve more then stereo with this laptop? I have a 5.1 Creative analog speakers, i know there is no way to connect all of them, but as there are 2 jacks i could connect it as 2.1. Is there any tool that would allow me to connect

  • Cannot Compile....please help

    I am trying to compile the program below. I have set my class path, but this is the first time I have tried to import files. The attached program is in a folder called C:\csci3753 My import files are in subdirectories of C:\jdk1.3.1_02 I get the foll