Alternative for selecting ISF file in FM12 Webhelp publishing

Hi
I am currently evaluating TCS5/ FM12 as an upgrade from TCS4/ FM11.
In TCS 4, I could create an ISF file that contains my FM-RH style mapping and use that file in FM to publish the WebHelp. Now in FM12, I don't see the option to assign the ISF file. Instead, I need to start all over, first pull up the CSS file that contains the custom styles I added in RH, and then create a STS file which stores my style mapping.
Is there any other way out? I have about 70+ styles, mapping and testing them again would be a crazy task!
Thanks in advance.
Sreekanth

Sreekanth,
Perhaps you can create a custom HTML template [AFAIK, that's essentially what the RH master page is - I don't know if you can export this from RH, as I don' use it much] and use the option to import an HTML template:
Addendum: see Adobe FrameMaker 12 * Using HTML page templates

Similar Messages

  • F4 Help for Selecting a File in WD ABAP

    HI,
      What is the method, or FM that is available for selecting a file in WD ABAP.
       method FILE_OPEN_DIALOG is not working as it required GUI.
    Thanks
    Mahesh

    Hi ,
    THIS SHOULD UR PROBELM
    data: ifiletable type filetable.
    data: xfiletable like line of ifiletable.
    data: rc type i.
    selection-screen: begin of block blk with frame title text-001.
    selection-screen : skip 1.
    parameters : u_file like rlgrap-filename.
    selection-screen : skip 1.
    selection-screen : end of block blk.
    initialization.
      h_repid = sy-repid.
    at selection-screen on value-request for u_file.
      call method cl_gui_frontend_services=>file_open_dialog
       EXPORTING
         WINDOW_TITLE            =
         DEFAULT_EXTENSION       =
         DEFAULT_FILENAME        =
         FILE_FILTER             =
         INITIAL_DIRECTORY       =
         MULTISELECTION          =
        changing
           file_table              = ifiletable
           rc                      = rc
         USER_ACTION             =
       EXCEPTIONS
         FILE_OPEN_DIALOG_FAILED = 1
         CNTL_ERROR              = 2
         ERROR_NO_GUI            = 3
         others                  = 4
      if sy-subrc eq 0.
        read table ifiletable into xfiletable index 1.
        if sy-subrc = 0.
          u_file = xfiletable-filename.
        endif.
      else.
      endif.
    start-of-selection.
      clear : file ,count.
      move u_file to file.
      call method cl_gui_frontend_services=>gui_upload
        exporting
          filename                = file
          filetype                = 'ASC'
        HAS_FIELD_SEPARATOR     = SPACE
        HEADER_LENGTH           = 0
        IMPORTING
        FILELENGTH              =
        HEADER                  =
        changing
          data_tab                =  i_text_file[]
        exceptions
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          others                  = 17
      if sy-subrc <> 0.
               MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    loop at i_text_file ..
    Thanks
    Venki

  • Alternative for select count('x') or count(*)

    Hi Gurus,
    I need to use select count(*) multiple times in a SP before and after deletion of rows from multiple tables. As this is an expensive method, do we have some alternative for Count(*), like selecting something from a system table or view instead?

    Hi
    You can know the number of rows affected by the DELETE statement in PL/SQL (if you are using PL/SQL) using sql%rowcount. So you don't really need to count the rows again after the delete took place...
    If you are deleting the same rows as selected by the second count condition (older than a particular date), in fact you only need to count rows once for each table.
    Luis

  • Shortcut for selecting multiple files within folders

    I'm archiving a load of work on to CD and deleting the files off of my server but keeping the folders on there for reference.
    Currently, I am having to SHIFT + click / COMMAND + click &drag to select these files and it is taking me forever.
    Is there a keyboard shortcut that allows me to select all files within folders rather than just a select all which will select the folders aswell?

    I would switch to list view, then click on the "Kind" column which will group the folders together.  Now you can click and drag to select a large range of files, excluding the folders, or you can click on the first file, the Shift click on the last file to select a large range of files.  At most you would need to do this twice.  Once for files listed above folders, and once for files listed below folders.
    If you want to use the Terminal, there are powerful Unix commands that can do this, however, that same power when misused can wipe out your disk :-)

  • F4 Help for selecting the file

    Hi All,
    I want to select the file into my selection screen by providing the browsing option for user to locate the file.
    But i want only '.CSV' files to be displayed. I am not sure if f4_filename provides option to restrict file type to '.csv' instead of '.*'.
    I tried the fm 'KD_GET_FILENAME_ON_F4' .It has an option mask where i can enter the file type.The file type which i enter comes in the file dialog box but those files are not available for selecting.
    Kindly help me in this regard.
    Regards,
    S.Subasree

    hi,
    have you pass all the value which is shown in the below code
    CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    EXPORTING
       PROGRAM_NAME        = SYST-REPID
       DYNPRO_NUMBER       = SYST-DYNNR
       FIELD_NAME          = 'P_FILE '
       STATIC              = 'X'
       MASK                = '.excel , *.xls '
      CHANGING
        file_name           = p_file
    EXCEPTIONS
       MASK_TOO_LONG       = 1
       OTHERS              = 2          .
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    hope this hwlps
    Regards
    Ritesh

  • Alternative For Select Queries

    H All,
    Is there a way to extract sales doc. number of corresponding billing doc. number with out using select query in a report?

    Ravi,
    Is there a way to extract sales doc. number of corresponding billing doc. number with out using select query in a report?
    I want to take shower without getting Wet?
    Try with BAPI_SALESORDER_GETDETAILBOS,and see the details from BAPISDFLOW structure.
    Amit.

  • ALTERNATIVE FOR 'SELECT TOP STATEMENT

    HI FRIENDS
    IF ANY ONE KNOWS HOW TO CONVERT THE SQL STATEMENT GIVEN BELOW PLEASE HELP ME
    SELECT TOP 1 CardID FROM EasyRechargeMaster WHERE CardGroup = EasyRecharge.CardGroup
    THANKS & REGARDS

    Check this query. It should give you desired results....Are you sure about that? Does TOP 1 mean "whatever happens to be the first row fetched"?

  • F4 for selecting folder from front end

    Hi,
    The function module KD_GET_FILENAME_ON_F4 can be used for selecting a file from the front end.
    Similar way, I need to select a folder name (not specific file in it) through F4 help on to a parameter entry on the selection screen.
    Anyone can help me with the relevant fn module or method.
    Advance Thanks
    Aadarsh

    HI.
    Using ABAP Objects suits better to ur requirement.
    The class CL_GUI_FRONTEND_SERVICES should be used. In that a default method is there which shall give u list of directories.
    Thanks and regards,
    Maheshwari.V

  • Option to select RoboHelp settings.ISF file missing in FM12

    Hi
    I am not sure if this query comes under FrameMaker forum or RoboHelp, but since I did not see RH Integration category in FrameMaker forums, I am posting it here. Moderators, please move it to the right forum or let me know if I have to delete it from here and post it elsewhere.
    If I wanted to publish a WebHelp output from FrameMaker 11, I had an option of selecting my settings.ISF file, which had all my FM-RH styles mapped, and publishing it. But now, in FM 12, I don't see it. I have to select the CSS file and re-do the mapping all over again.
    Am I missing something here? How can I feed the ISF or mapped doc to FM so that I don't have to do the mapping everytime I publish the Webhelp output from FM12?
    Thank in advance.
    Sreekanth

    Well put, Arnis. I could not agree more.
    In our team, I take care of creating these RH Settings file, master page, skin, etc. that is needed to publish a WebHelp output from a FM book (typical single-sourcing approach). Our team comprises of people who are new to one or both of these tools. Even though I tell them that there is minimal or no post-RH import task involved in this process, the very thought of working with multiple tools acts as a demotivator.
    When I saw the WebHelp output option from FM12, I was excited that I can increase the adoption rate now. I looked at the options and even found the browse sequence here which was missing earlier. But then, when I noticed that there is no way I get my copyright info on the footer, the balloon just burst.
    I am sure I am not the only TCS user who has copyright or similar criticial information like company name, author name, year of publication, etc., in the footer. So, I simply cannot understand how the powers-that-be decided that users will be ready to publish WebHelp (or for that matter any other) output without that information. If not through master page, they should have provided some other option to add this info.
    Anyway, I guess we can only hope that some sense prevails in the next release atleast.
    Sreekanth

  • Alternative for field exit on select-option

    Good afternoon,
    I know that field exit doesn't work for select-option (SAP Note 29377, point 11) but i want to know if it exists an alternative (I use SAP 4.6, and an update to ECC6 is expected next month).
    The field exit would be the best option because we must add exit in many transaction (approximately 100) in little time.
    Thanks for your answers,
    Best regards,
    Anne.

    Hi
    A) Are there any way for debbuging field exit?
    The trick to debug the field-exit is to download the data to a file on application server;
    B) How run the field exits on field no editable?
    It can't do it, because a field-exit is triggered as soon as a value of the field is changed.
    D) Is used the field exit on version >= 4.6C
    SAP doesn't support the field-exit from realese 4.7: the field-exit still works on the realese 4.7 and, I suppose, 5 and 6.00: but it doesn't work for enjoy transactions.
    Anyway I believe it's better to replace the field-exit with a new solution from realese 4.7
    Max

  • How do I select multiple files for download at one time?

    I'm trying to batch download 24 files at one time. Firefox will only let me select one file at a time for download. Is there a way around this?

    try flash got and DTA plugins

  • Is there a way I can 'select all' for downloading purchase files via family sharing instead of selecting each file or folder one at a time?

    Is there a way I can 'select all' for downloading purchase files via family sharing instead of selecting each file or folder one at a time?

    or home sharing

  • When downloading a file, I select "Save File", but I'm unable to check the box label "Do this automatically for files like this from now on." The box is faded out. It's very tedious when you have to select "Save File" everytime

    Click on the file to download
    The "Open" Dialog Box pops up
    Select "Save File"
    Try to click on the box labeled ""Do this automatically for files like this from now on."
    The box is disable

    Hello melanie90, see : [https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file#w_changing-download-actions Changing download actions]
    thank you

  • F4_FILENAME - For selecting a local file from a Selection-Screen

    This code in ERP will allow me to drill down to my local drive to select a file:
    However, anybody know a similar Function Module in BW to do this?
    F4_Filename does not exist, at least in our BW environment.
    Thank-You.
    PARAMETER: p_locat LIKE rlgrap-filename
      DEFAULT '/interfaces_r3/inbound/archive/RGIS/RGISTOSAP.TXT.20061008'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_locat.
          PERFORM get_file USING p_locat.
    form get_file  using    p_locat.
      DATA: v_file LIKE ibipparms-path.
      MOVE: p_locat  TO v_file.
      DATA: v_repid LIKE syst-repid,
            v_dynnr LIKE syst-dynnr.
      v_repid = syst-repid.
      v_dynnr = syst-dynnr.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          program_name  = v_repid
          dynpro_number = v_dynnr
         field_name    = field
        IMPORTING
          file_name     = v_file.
      MOVE: v_file TO p_locat.

    Hopefully, the class is in BW.
    report zrich_0001.
    data: ifiletable type filetable.
    data: xfiletable like line of ifiletable.
    data: rc type i.
    parameters: p_file1 type localfile default'C:test.txt'.
    at selection-screen on value-request for p_file1.
    call method cl_gui_frontend_services=>file_open_dialog
       EXPORTING
    *    WINDOW_TITLE            =
    *    DEFAULT_EXTENSION       =
    *    DEFAULT_FILENAME        =
    *    FILE_FILTER             =
         INITIAL_DIRECTORY       = 'C:'
    *    MULTISELECTION          =
      changing
        file_table              = ifiletable
        rc                      = rc
    *    USER_ACTION             =
      EXCEPTIONS
        FILE_OPEN_DIALOG_FAILED = 1
        CNTL_ERROR              = 2
        ERROR_NO_GUI            = 3
        others                  = 4.
    read table ifiletable into xfiletable index 1.
    if sy-subrc = 0.
      p_file1 = xfiletable-FILENAME.
    endif.
    Regards,
    Rich Heilman

  • Window for selection file in a filesystem

    Hi,
    I am looking for a class which would allow me to select a file on my filesystem (with somwe window). Any idea ?
    Sincerely,
    Olivier Matt

    call method cl_gui_frontend_services=>file_open_dialog
       EXPORTING
        WINDOW_TITLE            = 'file open dialog'
       DEFAULT_EXTENSION       =
       DEFAULT_FILENAME        =
       FILE_FILTER             =
         INITIAL_DIRECTORY       =  dir_name
       MULTISELECTION          =
        changing
          file_table              = user_file
          rc                      = rc
       USER_ACTION             =
      EXCEPTIONS
        FILE_OPEN_DIALOG_FAILED = 1
        CNTL_ERROR              = 2
        ERROR_NO_GUI            = 3
        others                  = 4

Maybe you are looking for