Problems for display SAP Library on SAP Menu.

Hi SAP Gurus, I have I problem with SAP Library:
I take the following evaluation path:
Menu SAP - Help - SAP Library
and when a click on this option it appears the following msg:
Error in SAP HTML-Help (SHH.EXE)
Please install /update Microsoft HTML-Help. Using unsopported versions may cause problems in help display. For details please check the entries in the file SAPDOCCD.LOG in hw windows directory.
Can Anybody help me with this issue?
Best Regards to All.

Hi,
Same problem here since we upgraded to Sapgui 7.10.
Any solution?
Thanks,
Jon

Similar Messages

  • Problems for displaying values

    Hi,
    Iam using struts and hibernate, am inserting values into database successfully. But am facing some problem for displaying values in VIEW page.. Am maintainig Session in action servlet..In jsp page only first row displayed numbertimes(depends on number rows in DB) ex i have 4 rows different values. But in View page only first row displayed 4 times. How can i displyed properly .plz help me its urgent?
    in advance thanks?

    Hi Amol,
    in the iview property is the isolation method set to url or to embeded(it should be url)because this might cause the problems described here.
    hope it helps,
    Yoav

  • Problem for displaying values

    Hi,
    Iam using struts and hibernate, am inserting values into database successfully. But am facing some problem for displaying values in VIEW page.. Am maintainig Session in action servlet..In jsp page only first row displayed numbertimes(depends on number rows in DB) ex i have 4 rows different values. But in View page only first row displayed 4 times. How can i displyed properly .plz help me its urgent?
    in advance thanks?

    Babu,
    This has been discussed in many old threads, try to find them. Also u can refer to article "Dependent Dynamic message choicelists ", at my blog
    http://www.mukx.blogspot.com/
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HR authorization for Display the documents  in SAP DMS

    HI experts,
    We want to control display authorization depending on the entry made in object link tab in DMS( DOcument Management System). We developed screen for HR master object link. When user executes cv03n and enters document No. system should check hr master number entered in object link. If the user has authorization for that hr master number in PA (personnel administration), then he should be allowed to display the document. Otherwise it should restrict him to display the DIR.
    Now my query is how to achieve it. Can anybody provide me some solutions
    I have one solution, whenever user enter document number in cv03n screen, system will first check hr master number entered in object link and it will check the Personnel Area, Employee group and employee subgroup aginst this hr master number. Say for ex: PA:1000, EG:1 and ESG:01 for HR number xyz.
    Now system should check in roles assigned agaist user id for these PA, EG and ESG values. If user has got authorization for PA:1000, EG:1 and ESG:01 in HR roles,then he should allowed to display the document.
    Now my query is how feasible this approach? is this tough task for abaper? or is there any easier approach than this.
    regards
    sham

    Hi,
    Try to use the User Exit: CNEX0002.
    Check with your ABAP er for the enhancement.
    Hope it helps..
    Thanks!!!

  • MIGO problem for displaying field

    Dear friends,.
    I have following problem. When I create material document using MIGO I enter Line item text in "where" tab. I save it. But when I am trying to again view same document through MIGO I am not getting that field of line item text. How can I display it. Also this problem is for specific slocs only. If I make transaction with other sloc I could get this field in display.
    Thanks and Regards,
    APD

    When you got errors try to use SLG1 to check what happened.
    FYI.
    Line item texts can be used internally and externally. To be able to distinguish between these, you must begin texts for external use with "*". These texts can then be printed on all correspondence, dunning notices, payment advice notes, etc. The asterisk is removed when the text is printed.
    This function is only available in the FI component. It cannot be used in Materials Management.

  • Problem for displaying oracle timestamp(6) or timestamp(9) on editor

    I am trying to display table contents on Data -> Edit. but the data on columns with timestamp(6) or timestamp(9) data type is not showing up correctly. It is showing up as '<error>'.
    Does anybody know any workaround or solution to this issue?
    Thanks.

    I created a simple test using following schema:
    CREATE TABLE ts_test (
    ts TIMESTAMP(9));
    INSERT INTO ts_test
    (ts)
    VALUES
    (timestamp'2009-08-08 09:00:00.123456789');
    The value DOES show up in editor. Did you format the value using timestamp function before inserting?
    Can you post your SQL statement for inserting values?
    BTW, even SELECT was OK for me, the updating seems broken - the SQL statement generated was wrong.
    I will log an internal bug and have this fixed in next release.
    For now, you may workaround by creating a SQL file and update using SQL statement.

  • Problems for display services in the subarea personnel information

    Good Afternoon.
    I am configuring ESS for ECC 604.
    But the portal not is display the services of :
    Address, Bank, Family, Personal Data.
    Define Area Group Pages====>SAPDEFAULTESS_ERP2005
    Areas=================== >EMPLOYEE_PERSINFO_ERP2005
    Subareas================>EMPLOYEE_PERSINFO_SUBPERSINFO_2005
    Services=================>EMPLOYEE_PERSINFO_ADDRESS05
    And in the SM30==>(V_T7XSSSERSRVCGC)
    Ag.     Service                                                =   Resource
    PA      EMPLOYEE_PERSINFO_ADDRESS05 = Z_EMPLOYEE_ADDRESS_CO_SERVICE05.
    What is the reason for that the system not display this service in this Subaereas?
    Kind Regards

    Hi Diana. I not have created a service Z. I have created a resource Z. We are implementing ESS for Colombia. For this reason  i have created a resource that link the PCD for this new service.
    And i have link the resource wth the service and the service with the subarea and the subarea with the area.
    Kind Regards

  • Problem for displaying image in jsp

    I like to retrieve and display image from database in jsp file. Now, image has been retrieved and store in session. But it cannot be displayed in jsp. Who can help me? Thanks a lot!
    Codes like below:
    <%
    byte[] b = (byte[])session.getAttribute("sessionName");
    System.out.println(b.length); //the length can be printed at console successfully
    if(b != null) {
    response.setContentType("image/*");
    OutputStream toClient=response.getOutputStream();
    toClient.write(b);
    toClient.flush();
    toClient.close();
    %>

    JSP is designed to return text/html documents.
    As such it automatically calls getWriter() to return a character stream. (places it in the implicit variable "out"
    Seeing as you want to return bytes, instead of character data, the JSP technology is not applicable
    Calling getOutputStream after getWriter has been called results in an IllegalStateException
    So calling getOutputStream in a JSP will ALWAYS throw an exception.
    Cheers,
    evnafets

  • Problems in displaying SAP R/3 data in Adobe Offline Forms

    Hello All,
    I have a requirement where I need to display a PDF Form with data being fetched from the SAP R/3 through RFC .
    <b>I am using SAP NWDS SP9, SAP WAS SP15 and Adobe Reader 7.0.</b>
    I have 2 input fields which are binded to certain attributes of the View's Node.
    But while deploying my application its not displaying any data.
    Note : For the Interactive Form I am using the below mentioned features:
    1. mode  : I am using <b>usePDF</b> mode.
    2. PDF Source : I did a PDF Preview of my Interactive Form and then saved the PDF form inside my WebDynpro Projects src/mimes/components folder fiving some name Test123.pdf.
    3. I created a binary attribute say PDFSource which inturn reads the above mentioned PDF.
    Please suggest why the PDF form upon deployment is not displaying any data although the fields are mapped to
    node which are filled with data.

    Hi,
    <b>I have changed the mode to UpdateDataInPDF mode.</b>And now it is giving <b>500 Internal server Error while deployment.</b>
    The usePDF mode is working perfectly but then it cannot be used for displaying data fetched from SAP R/3.
    For displaying data mode has to be updateDataInPDF but its giving a deployment error.
    Does it has anything to do with proper installion of ADS Service on SAP WAS?

  • Doubt help SAP Library Objects

    I don´t understand the next paragraph (help SAP Library)
    link sap library
    Is there a error? CREF1 to
    CREF3?
    If it could not be so,why CREF2?
    "The effect of the assignment statement is to copy the reference from CREF1 to CREF2. As a result, the reference in CREF3 also points to the object C_COUNTER<1>. No more references point to the object C_COUNTER<2>, and it is automatically deleted by the garbage collection. The internal name C_COUNTER<2> is now free again." 

    Hi abapers,
    thank you for you attention.
    I have debuger the next code:
    REPORT  zcu04_prueba.
    CLASS counter DEFINITION.
    PUBLIC SECTION.
      DATA A TYPE I.
      METHODS: increment.
    ENDCLASS.
    CLASS counter IMPLEMENTATION.
    METHOD increment.
       A = A + 1.
    ENDMETHOD.
    ENDCLASS.
    START-OF-SELECTION.
    DATA: cref1  TYPE REF TO counter,
               cref2  TYPE REF TO counter,
               cref3  LIKE cref1.
    1º):
    cref1 = 0<>
    cref2 = 0<>
    cref3 = 0<>
    CREATE OBJECT: cref1, cref2.
    2º):
    cref1 = 9
    MOVE cref2 TO cref3.
    3º):
    cref1 = 9
    CLEAR cref2.
    4º):
    cref1 = 9
    cref3 = cref1.
    4º):
    cref1 = 9
    http://help.sap.com/saphelp_nw70/helpdata/en/73/f6b832b3fd11d194f20000e8353423/content.htm
    I don´t understand the next sentence (help SAP Library)
    The effect of the assignment statement is to copy the reference from CREF1 to CREF2. As a result, the reference in CREF3 also points to the object C_COUNTER<1>. No more references point to the object C_COUNTER<2>, and it is automatically deleted by the garbage collection. The internal name C_COUNTER<2> is now free again."
    I don´t understand. I think that the sentence:
    "The effect of the assignment statement is to copy the reference from CREF1 to CREF3  is the correct. 
    Why it is no correct?
    Thanks.
    Cordial greetings

  • Adding some new fields for display in SAP Query

    I need to add some fields for display in SAP query  01 of  infoset /SAPQUERY/AM01. So I have changed the infoset by checking the additional fields which is already in LDB. Then I created the query by copying the 01 of  infoset /SAPQUERY/AM01 to Zusergroup with reference to the same infoset. In the newly created query, I am just checking the newly added field in Basic list. If I generate the program for this query, I get a error.
    Pls let me know how should I rectify this.
    Regards,
    Jeyananth

    Hi,
    Before generating the query, adjust the query from the menu of SQ01
    Thanks
    Shiva

  • Printing problem for SAP Script

    Dear Friends,
    I am facing strange problem for SAP Script. In the billing document output the sold to party and ship to party address are displaying. When user print the billing document on laser printer it print the Country for Sold to and Ship to. But when it print the same billing document on normal printer (other than laser) the Sold to country not printing.
    The print preview of billing document in SAP  correctly display country for Sold-to and Ship-to.
    I have recently make changes in the SAP Script form (Address window) to display country for Ship-to which was never displayed before. I have added FROMCOUNTRY option after COUNTRY in address window. COUNTRY will be Ship-to and FROMCOUNTRY will be VBDKR-SLAND.
    Can any one help me to solve this problem.
    Regards
    Nilesh Shete

    Used custom address print option instead of using ADDRESS

  • Scheduling Problem for uploading Data from Flat file to SAP

    Hi guys,
    I am facing a weared problem in uploading some leave records in z table. The code is working fine if we run it through se38 after selecting the file from a shared location from production server which has all the access rights.
    This folder lies in the \usr folder of SAP Production.
    I have kept all the Flat files in the shared path "
    Tis-mum-iz-s1\migration\SAP-INT\leave\" ...
    To give u exact directory structure..
    Tis-mum-iz-s1 is the Server Name
    usr is the SAP System folder used for uploads and downloads
    usr |
    ...-> Migration |
                      -> SAP-INT |
                                 -> leave -> (Flat Files)
    Migration folder is shared with all rights.
    Obviously, we cannot give shared drive as the variant in the scheduler.
    So i use the system path i.e. \usr\sap\tmp\migration\sap-int\leave\ as the variant.
    All my other download programs are working fine with this path as a variant...
    But my this particular upload program does not work with this path....
    I am giving u my code...
    TATA INTERACTIVE SYSTEMS (A Division of TATA INDUSTRIES LIMITED)
    REPORT      :  ZMIGRATE_ZLEAVE
    DESCRIPTION :  To Upload the Leave data. (ZLEAVE)
    CREATED BY  :  Abhishek Bachhawat
    CREATED ON  :  01.09.2005
    CONSULTANT  :  ANAND
    REPORT  ZMIGRATE_ZLEAVE.
    TABLES: ZLEAVE.
    data: begin of wtab,
              MANDT(3),
              ZLVID(8),
              PERNR(8),
              ZSTDT(8),
              ZENDT(8),
              ZDAYS(4),
              AEDAT(8),
              ERDAT(8),
          end of wtab,
          itab like WTAB occurs 0 WITH HEADER LINE.
    data: temp like zleave occurs 0 WITH HEADER LINE.
    SELECTION-SCREEN BEGIN OF BLOCK file
                   WITH FRAME TITLE text-005.
    parameters: file like rlgrap-filename Obligatory.
    Concatenate File SY-DATUM '_Leave.txt' into File.
    SELECTION-SCREEN END OF BLOCK file.
    at SELECTION-SCREEN ON VALUE-REQUEST FOR file .
      CALL FUNCTION 'WS_FILENAME_GET'
        IMPORTING
          FILENAME = file.
      IF SY-SUBRC <> 0.
      ENDIF.
    start-of-selection.
      if file ne space.
        CALL FUNCTION 'WS_UPLOAD'
          EXPORTING
            FILENAME = FILE
            FILETYPE = 'DAT'
          TABLES
            DATA_TAB = ITAB.
      else.
        message e000(zps) with 'Specify a file'.
      endif.
      SORT ITAB BY ZLVID.
      LOOP AT ITAB.
        REFRESH TEMP.
        CLEAR TEMP.
        TEMP-MANDT = sy-mandt.
        TEMP-ERDAT = SY-DATUM.
        TEMP-ZLVID = ITAB-ZLVID.
        TEMP-PERNR = ITAB-PERNR.
        TEMP-ZSTDT = ITAB-ZSTDT.
        TEMP-ZENDT = ITAB-ZENDT.
        TEMP-ZDAYS = ITAB-ZDAYS.
        TEMP-AEDAT = ITAB-AEDAT.
        TEMP-ERDAT = ITAB-ERDAT.
        APPEND TEMP.
        SELECT SINGLE *
               FROM   ZLEAVE
               WHERE  ZLVID = TEMP-ZLVID
               AND    PERNR = TEMP-PERNR.
        IF SY-SUBRC = 0.
          UPDATE ZLEAVE SET ZSTDT = TEMP-ZSTDT
                            ZENDT = TEMP-ZENDT
                            ZDAYS = TEMP-ZDAYS
                            AEDAT = TEMP-AEDAT
                            ERDAT = TEMP-ERDAT
                 WHERE ZLVID = TEMP-ZLVID
                 AND   PERNR = TEMP-PERNR.
        ELSE.
          INSERT ZLEAVE FROM TABLE TEMP.
          COMMIT WORK.
        ENDIF.
      ENDLOOP.

    Hi,
    open dataset file for input in text mode.
    check sy-subrc = 0.
    while sy-subrc = 0.
      read dataset file into wa.
      if sy-subrc = 0.
      append wa to itab.
      else.
        exit.
      endif.
    endwhile.
    close dataset file.
    regards
    Siggi
    PS: check also the F1-help for open, read and close statements!

  • Business Functions in SAP Business Suite Foundation - Business Functions (SAP Enhancement Package 5 for SAP ERP 6.0) - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Hello,
    I tested 2 changes :
    - put entries for wdf.sap.corp in my local hosts file
    - put entries for dummy.nodomain + adjust /etc/resolv.conf
    System start is OK, but access to dbacockpit is still behaving weird.
    The html version fails at the start -
    Impossible to connect to the URL http://vhcalabaci.dummy.nodomain:0/sap/bc/webdynpro/sap/dba_cockpit?<etx>. The server responded with: Can't assign requested address.
    i can go into the sapgui interface for DB02 but most of the interesting menu options are greyed out - so I can't retrieve the info.
    In some of the screens in DB02 I find reference to a server wdflbmd16124 - a DB test connection to this server fails (of course). Tried to enter this name asa alias in the hosts file but that did not solve this issue. On the other hand, abaadm seems to have the correct environment info for the local ASE (since the database starts). Looks some config settings between user env and gui are not in sync.
    But I miss ASE skills to figure out where I need to correct this.
    Mixed feelings about this installation - it looks like the application part will work - but having this confusing setup might still give surprises at later stages.
    So I hope your team works on a clean version of this image and will deploy is soon.
    Regards
    Frank

  • For display budgeted amount in cost center what is table in sap?

    For display budgeted amount in cost center what is table in sap?

    Hi,
    Is it budget or planning ? Budget is in BPJA; while planning is mainly in COSS, but also in COSP.
    Regards,
    Eli

Maybe you are looking for

  • Perl 5.12 Crash on Mail Service

    Hi to all since this morning i got Console full of messages telling that perl 5.12 crashed every 10 seconds this is the issue: Jun 18 17:38:51 mail postfix/smtpd[44496]: warning: problem talking to server private/policy: Undefined error: 0 Jun 18 17:

  • Wait step in BPM

    Hi All, The minimum BPM-wait duration is 1 min and cannot be decreased below that....can we use  0.5 for 1/2 min. or can any one suggest what would be alternate option to achieve 2 to 3 min delay. One solution is to write a mapping and use udf to del

  • How do I turn off guided access if I forgot my password?

    Can somebody help me? I can't remember my password for guided access and I'm stuck in my calculator app.

  • Event handling with buttons and mouse

    Hi, Im a beginner in Java...!!! I have 4 buttons with me- 2 for color(red,blue) and 2 for size(big,small).. How do we divide the frame into 2 panels..one for Buttons and Other for Mouse events... Now,if I click on RED button and BIG button..and later

  • How do I email customer service? I spent an hour on the phone with a customer service rep and my issue was not remedied.

    Need to email customer service management or supervisor to get an issue resolved. I don't see any email options only chat and call and I don't have time to do another hour phone call today.