Help for robohelp server

Hi,
I'm sure it's user error, but ... I'm evaluating Adobe
Technical Communications Sutie (which I've never used before)
because we'd like to publish help files out to a web site with an
existing app running in a .Net environment. I've searched
everywhere, but can't find the documentation that tells me:
1. do or don't I need RoboHelp Server ( I think so, but I'd
like to see why in writing)
2. the actual process to publish out to the web
Can anybody help direct me to where this documentation might
be?
Thanks,
zjillian

Hey, zjillian and welcome to the forums!
In the case you outline, I don't believe you would need the
RoboHelp Server *necessarily*. It's optional and depends on whether
you would like to use the features provided by the server. You can
read this article that explains more about the server.
http://www.adobe.com/devnet/robohelp/articles/rhserver.html
If you don't need these features, then publishing as plain
"WebHelp" to support a .NET app would be fine. Either method can
use the .NET API (also optional) which is included for free with
RoboHelp along this path on your computer.
C:\Program Files\Adobe\RoboHelp 7.0\CSH API\RoboHelp.NET
The actual process to publish depends on your particular
destination and method. For example, sending them via FTP to a web
server directly, or placing them on a LAN Share drive where the web
administrator can pick them up and place on the web server.
Check out these two online help topics for more details. To
access them, paste these two topics in the online help search box.
WebHelp Publish dialog box
New Destination dialog box
Thanx
john

Similar Messages

  • FM for F4 help for presentation server path

    hi Experts,
    FM  for F4 help for presentation server path .
    and also for download to the presentation server.
    Regards,
    Amit

    Amit,
    PARAMETER: pfile LIKE rlgrap-filename OBLIGATORY.
    CALL FUNCTION 'F4_FILENAME'
       EXPORTING
         program_name        = syst-cprog
         dynpro_number       = syst-dynnr
    *   FIELD_NAME          = ' '
       IMPORTING
         file_name           = pfile.
    and use gui_download for download to presentation server:
    CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              filename              = _filename
              filetype              = 'ASC'
              append                = l_append
              trunc_trailing_blanks = space
              write_lf              = l_write_lf
    ** here we know that we are working with GUI (not batch process) so we can ask user,
    ** if he is really sure to overwrite file in case of overwriting
    *          confirm_overwrite     = l_confirm_overwrite
              confirm_overwrite     = space
            TABLES
              data_tab              = lt_header
            EXCEPTIONS
              error_message         = 98
              OTHERS                = 99.
    Amit.

  • F4 help for application server path

    hi gurus ,
    i have  used f4 help for application server using this fm
    DATA: c_fnh_mask TYPE dxfields-filemask VALUE '.',
          search_dir TYPE dxfields-longpath VALUE '/sapglobal/users',
          file_path LIKE dxfields-longpath.
    CALL FUNCTION 'F4_DXFILENAME_TOPRECURSION'
    EXPORTING
    i_location_flag = 'A'
    i_server = ' '
    i_path = search_dir
    filemask = c_fnh_mask
    fileoperation = 'R'
    IMPORTING
    o_path = file_path
    EXCEPTIONS
    rfc_error = 1
    OTHERS = 2.
    IF sy-subrc EQ 0.
    p_file = file_path.
    ENDIF.
    but i am getting a short dump for that can anybody please help
    Edited by: Ambarish annapureddy on Jun 19, 2008 1:31 PM

    this for presentation server
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
          EXPORTING
            window_title            = w_title
          CHANGING
            file_table              = i_filetable
            rc                      = w_return
          EXCEPTIONS
            file_open_dialog_failed = 1
            cntl_error              = 2
            error_no_gui            = 3
            OTHERS                  = 5.
    this is for application server.
    CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE'
             IMPORTING
                  serverfile       = p0100_path
             EXCEPTIONS
                  canceled_by_user = 1
                  OTHERS           = 2.
    Edited by: S.r.v.r.Kumar on Jun 19, 2008 5:05 PM
    Edited by: S.r.v.r.Kumar on Jun 19, 2008 5:08 PM

  • Presentation for RoboHelp Server

    Has anyone wrote a report on the features of RoboHelp
    (server, especially) and what they loved about it?
    For example, I know server generates reports...anything out
    there that goes into detail on what those reports
    actually are?
    Whats happening is before my company purchases RoboHelp
    Server, they need a presentation from me on its features, what it
    can do and its advantages...not why x number of companies
    love the product.
    So if theres anything out there anyone can point me to that
    goes into greater detail on what RoboHelp (or server) can do,
    I'd sure appreciate it.
    Hope that makes sense :)
    Thanks
    Doug

    Hi Doug
    Fellow Adobe Community Expert and Certified RoboHelp
    Instructor John Daigle has an article in the Developer Center that
    may help.
    Click
    here to read John's article.
    There are other articles there you may also be interested in
    as well.
    Cheers... Rick

  • Documentation for RoboHelp Server 8

    The site is behind a version. Is it the same as 7? I know there is one accompanying the exe installation, but I do not have access to a server yet. I am trying to write a business case and to show a proof of concept in a sandbox environment.
    Thank you.
    JC

    Hi. jCoria.
    I just looked at the main product page you are referring to. There is a separate heading titled, "Did you know?" This section is meant to introduce other products including Adobe's Technical Communication Suite of which RoboHelp Server 8 is not a part. I agree that the inclusion of Adobe AIR on that page is confusing, though I would not say misleading, if you follow the links provided. From that same page it is mentioned that RH Server 8 supports both WebHelp Pro and FlashHelp Pro as output. It does not support the browser-based AIR Help at this time as I understand it.
    I am not an Adobe employee but I can say that as an instructor/consultant I have taught three RoboHelp classes in the past four weeks for major firms where we also installed Adobe RoboHelp Server 8. Two of those clients had previously used the old RoboEngine (the old eHelp/Macromedia version of the server.) The installations went smoothly and the IT people were very happy to see that the new RH Server 8 does not require the IIS server and .NET Framework as in the past (though it is supported if that is desired). I don't use Madcap's Feedback Server, but my understanding is that it  does require IIS.
    The new Java-based RoboHelp Server 8 uses the free and open-source Apache Tomcat Server with Apache's powerful Lucene Search engine. I found it to be very easy to install and configure. This is the first iteration of the Java-based application and at first I found the documentation to be limited. This is because there are many network architectures and platform technologies that are used around the world. The initial  documentation did not cover all combinations. However, there have been many  improvements since the initial release. I also found Adobe engineers were most helpful in answering my questions where I hit a gap in the documentation. For example, there has been valuable information on this forum offered by Adobe engineer Tulika Garg along with our peers on this forum including the excellent blog offered by Colum McAndrew.
    Another major benefit of this new version is enormous flexibility in restricting access to content. So the author can set up what are called "Areas" which can either be unprotected as normal or set up as protected which requires authentication. It's like having separate websites on the same server without having to buy licenses for each.
    Regarding your comment about coming from a Flare environment, I would mention that I have a Flare-to-RoboHelp project converter which you may find useful. It is free and available on my website.
    Thanks
    John
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    http://www.showmethedemo.com

  • Advanced Database Setup for RoboHelp Server 8

    By default RoboHelp Server 8 gets installed with MS Access as
    the database which is suitable for internal use or in a development
    environment.
    But for production environment, users should use Microsoft
    SQL Server/Oracle/SQL Server Express.
    Steps to configure oracle/sql server as database –
    1) Launch the Config Manager and select File > Open
    Context and select the context for which you want to configure the
    database.
    2) Select radio button "Oracle 9i or higher/Microsoft SQL
    Server/SQL Server Express Edition".
    3) Create a system DSN using ODBC administrator. To do so,
    click on the “ODBC Admin” button. This will launch the
    “ODBC Data Source Administrator”. Click on the
    “System DSN” tab and then click on “Add”
    button and select the driver type depending on the kind of database
    your are using. Then give the Database server details and the user
    name and password to connect to the database. Press OK.
    4) Now select this newly created DSN from the “Select
    DSN” drop down.
    5) In the username, password fields, specify the username and
    password used to create the DSN.
    6) Click “Save”.
    7) You can verify if RoboHelp Server has all the information
    to connect to the database by clicking “Test
    Connection”. If connection details are OK, it should show a
    dialog box saying “Successfully connected to database”.
    8) Close Config Manager using File>Exit.
    Tulika.
    RoboHelp Server Team.
    Adobe Systems.

    Tulika,
    We have been dealing with an issue with Roboserver not searching content. We have gone months trying to fix it and weeks with Adobe tech support. It is critical we get this running. Comments from other threads give me hope you can help. The project works. At one time the server did as well. The files we sent in to Adobe worked fine on their server. We built a new server yesterday, installed the software per instructions, and used new machines to publish the data. Still the Advanced search does not work.
    Anything you could do would be appreciated.
    Charles

  • No more connections available to this remote computer...Urgent Help for File server...

    Hi Guys,
    I need urgent help regards to our school File server which is having "No more connection to this remote computer error"
    on SMB Shares where I usually authenticate with a domain username it used to work fine since till 3 weeks ago.
    Now I can browse the SMB shares with only IP... Netbios gets straight away this error message from non-domain joined pc's where the computer needs to connect to the SCCM distribution point on this file server.
    Strangely, Domain joined pc's does not have this problem at all they can use Netbios or IP no problem at all. But someone from a standalone laptop or desktop who needs to access shares through netbios gets this message.
    Can someone help me please?
    I did check DNS yet there is no problem on DNS I checked PTR record for the server to make sure it is not turned in to multihome accidently but nothing at all.
    I also did a NETMON where I captured the data from server and the client I get these errors:
    205 4:54:35 PM 16/12/2013
    7.3299179 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=......S., SrcPort=49312, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1771710719, Ack=0, Win=8192 ( Negotiating scale factor 0x2 ) = 8192
    {TCP:22, IPv4:21}
    206 4:54:35 PM 16/12/2013
    7.3299668 10.2.0.13
    10.2.1.96 TCP
    TCP:Flags=...A..S., SrcPort=Microsoft-DS(445), DstPort=49312, PayloadLen=0, Seq=2167618331, Ack=1771710720, Win=8192 ( Negotiated scale factor 0x8 ) = 2097152
    {TCP:22, IPv4:21}
    207 4:54:35 PM 16/12/2013
    7.3301468 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=...A...., SrcPort=49312, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1771710720, Ack=2167618332, Win=16425 (scale factor 0x2) = 65700
    {TCP:22, IPv4:21}
    208 4:54:35 PM 16/12/2013
    7.3301468 10.2.1.96
    10.2.0.13 SMB
    SMB:C; Negotiate, Dialect = PC NETWORK PROGRAM 1.0, LANMAN1.0, Windows for Workgroups 3.1a, LM1.2X002, LANMAN2.1, NT LM 0.12, SMB 2.002, SMB 2.???
    {SMBOverTCP:23, TCP:22, IPv4:21}
    209 4:54:35 PM 16/12/2013
    7.3307974 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R   NEGOTIATE (0x0), GUID={8447F237-5219-D48A-40C0-29092450C68E}
    {SMBOverTCP:23, TCP:22, IPv4:21}
    210 4:54:35 PM 16/12/2013
    7.3314064 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:23, TCP:22, IPv4:21}
    211 4:54:35 PM 16/12/2013
    7.3318815 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (22) STATUS_MORE_PROCESSING_REQUIRED  SESSION SETUP (0x1), SessionFlags=0x0
    {SMBOverTCP:23, TCP:22, IPv4:21}
    212 4:54:35 PM 16/12/2013
    7.3324012 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:23, TCP:22, IPv4:21}
    215 4:54:35 PM 16/12/2013
    7.3339977 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (109) STATUS_LOGON_FAILURE  SESSION SETUP (0x1)  
    {SMBOverTCP:23, TCP:22, IPv4:21}
    216 4:54:35 PM 16/12/2013
    7.3341805 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=...A.R.., SrcPort=49312, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1771711788, Ack=2167619070, Win=0 (scale factor 0x2) = 0
    {TCP:22, IPv4:21}
    217 4:54:35 PM 16/12/2013
    7.3357089 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=......S., SrcPort=49313, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=2943201172, Ack=0, Win=8192 ( Negotiating scale factor 0x2 ) = 8192
    {TCP:27, IPv4:21}
    218 4:54:35 PM 16/12/2013
    7.3357422 10.2.0.13
    10.2.1.96 TCP
    TCP:Flags=...A..S., SrcPort=Microsoft-DS(445), DstPort=49313, PayloadLen=0, Seq=3718656547, Ack=2943201173, Win=8192 ( Negotiated scale factor 0x8 ) = 2097152
    {TCP:27, IPv4:21}
    219 4:54:35 PM 16/12/2013
    7.3359768 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=...A...., SrcPort=49313, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=2943201173, Ack=3718656548, Win=16425 (scale factor 0x2) = 65700
    {TCP:27, IPv4:21}
    220 4:54:35 PM 16/12/2013
    7.3359768 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   NEGOTIATE (0x0), GUID={8213462D-2600-D1B1-11E3-65FC4BCDE707}
    {SMBOverTCP:28, TCP:27, IPv4:21}
    221 4:54:35 PM 16/12/2013
    7.3364173 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R   NEGOTIATE (0x0), GUID={8447F237-5219-D48A-40C0-29092450C68E}
    {SMBOverTCP:28, TCP:27, IPv4:21}
    222 4:54:35 PM 16/12/2013
    7.3369702 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:28, TCP:27, IPv4:21}
    223 4:54:35 PM 16/12/2013
    7.3373474 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (22) STATUS_MORE_PROCESSING_REQUIRED  SESSION SETUP (0x1), SessionFlags=0x0
    {SMBOverTCP:28, TCP:27, IPv4:21}
    224 4:54:35 PM 16/12/2013
    7.3377060 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:28, TCP:27, IPv4:21}
    227 4:54:35 PM 16/12/2013
    7.3390552 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (109) STATUS_LOGON_FAILURE  SESSION SETUP (0x1)  
    {SMBOverTCP:28, TCP:27, IPv4:21}
    Regards,
    Gokhan

    Solution has been found, 
    After doing bit of a backtrack, site DC's were out of sync with PDC with time.
    Also Time service was shutdown on PDC which has been enabled and pointed to the Australian pool ntp IP address.
    Everything is back on track now.
    Regards,
    Gokhan Cil

  • F4 Help for presentation server filepath/name

    Hi,
      Can anyone tell me how can I get a F4 help for selecting a file or directory from the PC...i.e I should get a pop-up “Open File” dialog to select the File on PC.
    Thanks!
    Sunitha.

    Hi Sunitha.,
    You can write the following code in the At selection screeb value request event.
    Using ABAP Objects:
    PARAMETER : p_file LIKE rlgrap-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR path.
      DATA: directory TYPE string,                            
            filetable TYPE filetable,                         
            line      TYPE LINE OF filetable,                 
            rc        TYPE i.                                 
      CALL METHOD cl_gui_frontend_services=>get_temp_directory
        CHANGING                                              
          temp_dir = directory.                               
      CALL METHOD cl_gui_frontend_services=>file_open_dialog  
        EXPORTING                                             
          window_title      = 'SELECT THE FILE'         
          initial_directory = directory                       
          file_filter       = '*.XLS'                         
          multiselection    = ' '                             
        CHANGING                                              
          file_table        = filetable                                                         
           rc                = rc.                         
       IF rc = 1.                                          
         READ TABLE filetable INDEX 1 INTO line.           
         P_FILE = line-filename.                         
       ENDIF.                                              
    Using Normal ABAP:
    DATA:   P_FILE LIKE RLGRAP-FILENAME,
            DPATH LIKE RLGRAP-FILENAME,
            UPATH LIKE RLGRAP-FILENAME,
            MODE TYPE C,
            FLG_UD TYPE C.
      CALL FUNCTION 'WS_ULDL_PATH'
           IMPORTING
                DOWNLOAD_PATH = DPATH
                UPLOAD_PATH   = UPATH.
      IF FLG_UD <> 'D'.
        DPATH = UPATH.
        MODE = 'O'.
      ELSE.
        MODE = 'S'.
      ENDIF.
      CALL FUNCTION 'WS_FILENAME_GET'
           EXPORTING
                DEF_FILENAME     = '*.XLS'
                DEF_PATH         = DPATH
                MASK             = ',*.XLS,*.*,*.*.'
                MODE             = MODE
           IMPORTING
                FILENAME         = P_FILE
           EXCEPTIONS
                SELECTION_CANCEL = 3.
      IF SY-SUBRC <> 0.
        EXIT.
      ENDIF.
    Just copy paste the code this should work fine.
    Cheers
    VJ

  • F4 help for Application Server

    Hi all,
    i have a requirement like selection screen for F4 help where i need to pick the file from Application Server.
    When i click on the field on selection screen it should display like same as the AL11
    How can this posssible by calling any Function Module or Method ,Will anybody help me in displaying all the Directories with Paths.
    Regards,
    Madhavi

    Hi Madhavi,
    check this code and for the field p_file no need to pass any thing. before that i have given some wrong code.
    DATA: lv_hostname TYPE msxxlist-name.
    DATA: lv_server TYPE bank_dte_jc_servername.
    PARAMETERS: p_file TYPE rlgrap-filename.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'BANK_API_SYS_GET_CURR_SERVER'
        IMPORTING
          e_server = lv_server.
      lv_hostname = lv_server.
      CALL FUNCTION 'F4_DXFILENAME_4_DYNP'
        EXPORTING
          dynpfield_filename = 'P_FILE'
          dyname             = sy-cprog
          dynumb             = '1000'
          filetype           = 'P'
          location           = 'A'
          server             = lv_hostname.
    just run this code separately in a SE38 prog. when ever u press F4 key on the field p_file, u can able to see like AL11 transaction.

  • Help for mail server

    som body told me about post fix email server
    My main perpose is that when i send any email one email address through send mail or other mail service it should be go three other email addresses with out cc OR Bcc !!!!!!
    Regards .

    Here you go:-
    i dont know what i did, but between these extra commands i got the ports to forward : 
    object network obj-10.10.50.60-1
    host 10.10.50.60
    nat (inside,outside) static interface service tcp 80 80
    object network INSIDE
    nat (inside,outside) dynamic interface
    object network MULTI-SERVER
    nat (inside,outside) static interface service tcp 80 80
    access-list Outside_access_in extended permit tcp any object MULTI-SERVER eq 80
    access-group Outside_access_in in interface Outside
    object network obj-10.10.50.60-2
    host 10.10.50.60
    nat (inside,outside) static interface service tcp 110 110
    object network INSIDE
    nat (inside,outside) dynamic interface
    object network MULTI-SERVER
    nat (inside,outside) static interface service tcp 110 110
    access-list Outside_access_in extended permit tcp any object MULTI-SERVER eq 110
    access-group Outside_access_in in interface Outside
    object network obj-10.10.50.60-3
    host 10.10.50.60
    nat (inside,outside) static interface service tcp 995 995
    object network INSIDE
    nat (inside,outside) dynamic interface
    object network MULTI-SERVER
    nat (inside,outside) static interface service tcp 995 995
    access-list Outside_access_in extended permit tcp any object MULTI-SERVER eq 995
    access-group Outside_access_in in interface Outside
    im sure the commands/coding/scripting can be cleaned up, but this worked for me.
    thanks Vibhor Amrodia for your time and help!
    (note for others as reference)
    the ports in red i changed accordingly ... eg 80,110,25, etc
    the neon green 1 changed for every rule i added... eg: 1,2,3,4,5, etc
    for others that need help with similar situation  here is a great reference website that helped me alot with setting port forwarding , internet sharing , and NAT / PAT  on the ASA 5512-x , im sure it works with the updated asa 5505 as well running 8.3+
    https://rowell.dionicio.net/configuring-nat-for-a-public-server-using-same-outside-interface/

  • Need Help for client - server - client question [Sockets]

    Hi
    I have read the http://java.sun.com/docs/books/tutorial/networking/sockets/index.html tutorial and made this Knock Knock Application.
    But now, I want that one client can view all the other clients which are connected to the server, and interract with a selected cleint over the server (client - server - client).
    But I have no idea how to build such a registration concept?
    A concrete hint (or link) how to realise this would be very helpful. I searched all the internet for examples, but I dont found a simple example.
    Thanks in advance
    greeds

    wSam,
    It appears that Sun considers RMI to be simpler, although less efficient than the alternative:
    http://java.sun.com/developer/technicalArticles/ALT/sockets/
    This article also talks about object serialization, which I am a fan of. Suppose that you want to send a data structure containing lots of information (like all connected users). You can actually pass an object (rather than text) across the network using ObjectOutputStream and receive it on the other end with ObjectInputStream. You might create your own Command class for passing objects between the client and server instead of using RMI. The Command class might hold flags that indicate which method should take place on the remote machine (i.e. send chess move command).

  • F4 Help for Presentation Server Folder Name .

    Hi Experts,
    I want show the F4 help on the presentation server.
    If the file is selected REquirement is that , on clicking the F4, the dialog box should open.
    If we choose the file , then file should be selected , but if we select the folder then folder should be selected.
    Normal function modules or methods present in SAP opens the folder containt  in the folder.
    Kindly provide anyFM name or class method name o achieve the functiknality .
    Thanks in advance.

    HI,
    Please paste this code,You will get F4 help.
       DATA:  lt_filetable  TYPE filetable,
               lwa_filetable TYPE file_table,
               l_rc          TYPE i.
      REFRESH lt_filetable[].
      CLEAR:lwa_filetable.
    * Open file
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        CHANGING
          file_table              = lt_filetable
          rc                      = l_rc
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          not_supported_by_gui    = 4
          OTHERS                  = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        READ TABLE lt_filetable INTO lwa_filetable INDEX 1.
        IF sy-subrc = 0.
          p_sap1 = lwa_filetable-filename.
        ENDIF.
      ENDIF.

  • Help for OSX Server 3.2.2 could not open after upgarded Mac OSX Yosemite!

    Dear All,
    Please for solving my osx server 3.2.2 could not open and show failure after upgarded Mac OSX Yosemite.

    Version 3.2.2 does not work with Yosemite you'll need to upgrade to version 4.0 to get Server functionality.
    Cheers HD

  • Online help for RoboHelp  unavailable

    When I go to Help > Contents and Index, or Help > On
    WYSIWYG, there is a yellow question mark present...clicking on
    these doesn't work.
    Anyone know why? This is on both version 3 and 4.1.

    Hi TA_Eric
    Looks like the airplane crashed.
    If you click Tools > Options... > General tab, you
    should see an option titled "Use Offline Help". Click to place a
    check mark there, dismiss the dialog by clicking OK and you should
    be set.
    Cheers... Rick

  • About F4 help for Application server field

    hi,
    give the sample code for the FM ' /SAPDMC/LLSMW_AUX_020F02'.
    plz reply......
    advance thanks to who reply to me........
    regards,
    ARUN.

    hi,
    use sxda_tools transaction.
    if you debug file name in input file option you will get it.

Maybe you are looking for