Adding a topic at a specific level

I imported a framemaker file in order to create my robohelp
source content. In the Project Manager I have a Project Files
folder, Broken Links, URLs, TOC, Index, Glossary, and See Also.
Within the Project Files folder are all my topics listed
alphabetically, each with a HT and TOC sub file. My question is,
how do I add a Heading 4 topic and have it be associated with a
specific path? By path I mean a specific Heading 1-3, where this
topic will be one of many Heading 4s. This is hard to explain,
please let me know what info I can provide to better help you come
up with a solution.

Hi all
This question has also been posted over on the HATT list. I
replied with the following on HATT:
Hi there
Are you trying to add the "Heading 4" topic (whatever that
is) in Frame or in RoboHelp?
I saw your query on the Adobe forums but I think your use of
"Heading 4 Topic" is probably confusing the issue if it's RoboHelp.
In RoboHelp, we have individual topics. The topics themselves may
contain Headings 1 - 6, but we have no clue what you mean by a
"Heading 4 Topic". This is why I'm wondering if you are referring
to Frame.
Cheers... Rick

Similar Messages

  • Adding a new tab on item level in me21n tcode

    Hi all.
    i am adding a new tab on item level in me21n tcode.
    i want to make this tab to be shown on the screen when the order type is UB is stock purchase order.i dont know how to make this condition and where should i place it so that this tab can come in effect only when the stock purchase order appears.
    please help.thanks

    hi
    chk this
    Re: New tabs in the header tab-sheet of ME21N/ME22N/ME23N
    hope this helps
    regards
    Aakash Banga

  • Outputting a specific level of Content Parent

    I've taken a look at the Developer Guide and the Javadoc Reference but couldn't find an answer to my question.
    Is there a way to either:
    - Read Content Parent assets, but at a specific level (depth) only, in order to output them (e.g. in an HTML option list) or
    - When reading Content Parent Assets are you able to identify what level (depth) an item is, in order to only output a specific level
    E.g. if I have a 'Location' taxonomy of Region > Country > State and define this into a Content Parent structure of the same to create assets of: Asia Pacific > Australia > NSW.... how can I read the Content Parent assets and output a list of only Countries?
    Not sure on tag or API... but assume there is some way?
    Cheers

    You will have to use filed copier in parents i.e. in countries and regions.
    parentRegion- this attribute will hold the name value of region parent
    parentCountry- this attribute will hold the name value of Country parent
    This way your asset will inherit the both the values for Region and countries and then you can search state on Countries which have the same region giving you the list you require.
    For e.g.
    NSW will have country as Australia and region as Asia Pacific.
    Now you will apply search state for all countries having attribute Region as Asia Pacific
    You can also refer FirstSite for this. They have used this for Navigation instead of Dropdown.

  • [svn] 3787: Added FxTextArea, FxTextInput, and TextView class-level examples to the Component Explorer.

    Revision: 3787
    Author: [email protected]
    Date: 2008-10-21 12:16:28 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Added FxTextArea, FxTextInput, and TextView class-level examples to the Component Explorer.
    Modified Paths:
    flex/sdk/trunk/samples/explorer/explorer.xml

    One workaround is to turn off automation:
    File-->Options, Advanced tab, General Section, uncheck "Enable Automation Events"
    However, you will loose the ability to configure callouts, and all of the commands in the Process Engineering tab.
    Another workaround is to change the loop number of the shape you are editing before changing its type. Then change the loop number back to the correct loop number.
    This is another example of the pernicious philosophy of trying to help the user do what the programmers think the user is trying to do that started in Excel 2000 (where you can no longer tell excel that you want a scatter plot - it will force the plot
    to be a line plot under certain circumstances).
    I suppose another option would be to modify the master and swap the text and subtype shapes in the indicator to use the subtype property for the loop number and then use the text for the instrument type. I guess this is what MS was trying to implement, but
    didn't explain it well enough to their programmers.

  • How to count number of members on specific level at specific moment?

    ASO
    4 dims(for example)...
    -Times
    -Product
    -Organizations
    -org1
    -org2
    -orgN
    -Measures
    -cost
    -org_num
    I want to identify the count of memebers in Dimension Organizations at any time(f.e. for all Products in January in) . What is the syntax of mdx formula in outline?

    Here is an example that i've right now
    Count (EXCEPT([Dimension1].Levels(0).members,Descendants([Parent 1],Levels([Dimension1],0))))
    This will give all the level 0 members of dimensions except level 0 of a parent.
    I'm assuming that by specific moment you mean a specific measure.
    NonEmptyCount (Market.Levels(0).Members, Sales,exclude_missing)
    With
    Member [Measures].[Number Of Markets]
    as 'NonEmptyCount (Market.Levels(0).Members, Sales,exclude_missing)'
    Select
    {[Measures].[Number Of Markets]} on Columns,
    {[100].Children, [200].Children} on Rows
    FROM Sample.Basic
    where ([jan],[actual])This will give you
    (axis)     Number of Markets
    100-10     20
    100-20     16
    100-30     8
    200-10     20
    200-20     17
    200-30     9
    200-40     3
    Now if you clear one market (I cleared colorado->100-10,Sales,Actual,Jan) and then the result will change to
    (axis)     Number of Markets
    100-10     19
    100-20     16
    100-30     8
    200-10     20
    200-20     17
    200-30     9
    200-40     3
    Regards
    Celvin
    http://www.orahyplabs.com

  • Adding new field in ME21N items level NO ADDITIONAL TAB or SUBSCREEN

    Hello Gurus!!
    I have a requirement where I am just trying to add a new field ZZ*** at Item level in ME21N (and no new tabs please)
    I got the modification key and now wat i see is that in screen 1211 SAP has some field mappings with metadata.
    Refer to Include LMEMFSF0T.
    Can you please help me how sud i proceed or  wat can be an alternate way out to solve.
    regards,
    Prasenjit Singh Bist

    Hi,
         Another way of doing the same is to use screen-exits for the transaction. You can use the standard enhancement MM06E005 in SMOD for the Purchasing related custom fields. You can add the fields in the screens 0101, 0111 of program SAPLXM06 to get the fields in the tab 'Customer Data' at header level and item level for ME* transactions.
    EXIT_SAPMM06E_006 
    EXIT_SAPMM06E_007 
    EXIT_SAPMM06E_008 
                        are the function modules where u need to do the coding.
    and the fields u have added need to be included in the  includes
    CI_EKKODB
    CI_EKPODB
    of EKKO and EKPO for header level and item level respectively.
    Regards,
    Vishnu Priya
    Message was edited by:
            Vishnu priya
    Message was edited by:
            Vishnu priya

  • SUS - Added Data Type Enhancement and Higher level Proxies are not active

    Hello,
    I've added a field to our current data type enhancement Z_Purchase_Order_Item.  Once I regenerate the proxy on the enhancement and activate it the field appears as it should in the high level items that use the enhancement (PurchaseOrderRequest_In).  But those proxies have become inactive and when I try to activate them I get this message:
    Interface II_BBPX1_SUS_PO was repaired before the Modification Assistant was enabled. 
    All Modification Assistant functions only apply to future modifications, not to those already
    undertaken.  This means:
    -The modification overview only displays future modifications.
    -When resetting to the standard, the system will reset all objects to their current version, since
    the actual standard can no longer be identified by the Modification Assistant.
    -Support for adjustment after an upgrade will only be available for future modifications. 
    Modifications that already exist must be re-made manually using version management.
    The next message says:
    Object can only be created in SAP package.
    Then the status bar shows "Proxy Activated".  But when I close and reopen the proxy I see that it is once again inactive. 
    Does any know what I need to do to activate this proxy? 
    Thanks,
    Matt

    In SPROXY you can open your proxy and then view the Activation Log under the GoTo menu.  The log will explain better what the problems might be.  In my case I needed to activate another data type enhancement first.
    Thanks,
    Matt

  • Adding a column in the Universe level without losing the Report Lay out

    Hi all,
    I have one universe with three universes built on it. Now, I want to add a column to one of the tables in the universe. For that, I selected the table and gave 'Refresh the structure'. The column got added in the workspace of the universe. When I drag and drop the table to the class & objects panel, it got added to the class/table in the panel. I saved and exported the universe.
    When I do like above, and open the report in the BO XI R3.1 webi front end, the report throws the following error:
    'Universe contains unresolved objects' and the report lay out is lost. All the three reports built on this universe is throwing the same error.
    Please let me know if there is any other way to retain the report lay out and add the column in the universe level.
    Thanks in advance
    - Regards,
      Arun

    Welcome to the sometimes frustrating world of working with dates against SAP BW via BusinessObjects!
    Your best bet here is to have a financial calendar table in a database and build a new query against that. Return Week Number as a detail of date and then merge the date dimensions.

  • Underline a Hierarchy after a specific level in crystal reports

    hello,
    i have a requirement to create a report in crystal from a BEx query with a hierarchy.
    1) in the report, they want to show the first 3 levels of the hierarchy (total of 4 levels) on the report at startup, and after every 3rd level, they want a underline from one side of the report to the other.
    2) the third level in the hierarchy is sorted in a specific way in that, the total field is last. i have the group sorted in the original hierarchical way, but yet it is still in alphabetical order.
    andy thoughts on these two issues?
    thx in advance.
    erik

    If I understand, Either
    Draw a line across the bottem of the 3rd group footer
    or
    split the section for the 3rd group footer, make the last section narrow with a different backgroud color

  • Specific Level for Log

    Hi !
    Is this possible to define some new and specific log level for our own application, for example a TRAP level ?
    If yes:
    How is inserted this new Level in the existing ones ? if I want this TRAP level to be located between INFO and CONFIG, possible ?
    Thanks
    Regards
    Ludovic Maillet

    I asked this question because I saw this in the Javadoc (1.4):
    protected Level(String name,
    int value)Create a named Level with a given integer value.
    Note that this constructor is "protected" to allow subclassing. In general clients of logging should use one of the constant Level objects such as SEVERE or FINEST. However, if clients need to add new logging levels, they may subclass Level and define new constants.
    ??

  • Mail is automatically adding a BCC to one specific address

    I have one specific email address in my Address Book that is having another email address automatically added. I am not sure if the unintended address is in the CC field or the Bcc field. It is always the same email address added.
    I have searched the Address Book and Mail and I cannot find anything that would do this.
    My Address Book is synced through iCloud to my iMac, iPad, and my iPhone. All devices do the same thing when I sent an email to htis one specific address.
    Has anyone had this happen before?
    Thanks a lot for the help.
    Adrian

    It's DEFINITELY a bug! My wife's name is "Jac" and every time I correct the address book to be "Jac" with no surname (or no Christian name and "Jac" as the surname) with in a day or so her contact is listed as "Jac Jac."
    It's not listed this way anywhere else. Her emails to me are listed with her full name, not Jac Jac.
    I just checked and she was in my previous recipients listed as Jac Jac, so perhaps if I remove that entry from the previous recipients of all my machines this might stop. But it must have started somewhere!

  • MDT - Need Help Adding Windows Media Player to Specific Deployments

    I'm using MDT in conjunction with WDS to deploy Windows 7 in my organization. I use the MDT Computers database to profile machines. (i.e. select certain applications to be installed to specific machines based on MAC address.) In my reference images I have
    removed all the components under Media Features, as most users do not need them. However, some users need Windows Media Player.
    In the Computers Database properties, under the Details section, I noticed a property called OSFeatures. I tried setting the value to MediaPlayback,WindowsMediaPlayer and just WindowsMediaPlayer, but Windows Media Player does not get installed. Am I not
    entering the value correctly?
    My goal is to be able to add Windows Media Player to specific machines.
    Thanks in advance

    Is the OSFeatures property not able to add WMP? The reason why I want to use it is because when I profile machines that need WMP, I can add the option to have WMP added just for that machine.
    If I can't use OSFeatures to install WMP, how can I add it back on a per-machine basis?

  • Adding pl/sql expression to application level item

    I would like to have an item shared by all pages within my application. My understanding is that I can define an application-level item for this.
    I know that for page-level items I can pool a value from the database by putting a pl/sql function into the item's "source value or expression" field and by setting the source type to "pl/sql expression or function".
    But I cannot do that for an application-level item. In fact, when I create my application-level item, the properties screen of it has pretty much nothing available to configure. It only has Name, Security, Build Option and Comments.
    Please, advise on how I can pool a value from the database for an application-level item.
    thanks
    Boris

    Boris,
    Application-level items are items that do not get rendered in HTML. They are for keeping named values in session state only and are available for use throughout the application. However, all page items are available for use throughout the application.
    What do you mean by "I would like to have an item shared by all pages within my application. "? If you want an item that gets rendered on every page, create a page 0 and put regions/items on that page.
    I don't know what you mean by "pool a value from the database".
    Scott

  • Adding custom fields on SC item level

    Hi All,
    I appended 3 customer fields in structure INCL_EEW_PD_ITEM_CSF_SC.
    Shall i append those three fields in structure INCL_EEW_PD_ITEM_CSF ?
    Will it create subscreen automatically in SRM7.0?
    Please give me any suggesstion.
    Regardsm
    Oorvi

    Hello Oorvi.
    Look at blog below:
    [How to create custom fields in SRM|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417800%29ID2069457250DB00157537042540212035End?blog=/pub/wlg/4711]
    Customer fields are added automatically to standard dynpro using dedicated subscreen.
    Now, with all answers which were given to you on all threads you opened, you should be able to work by yourself.
    Regards.
    Laurent.

  • Issue in adding new tab in PO Header Level on ME21N

    Hello,
    As there are many thread where it has mention how to implement badi to get the required output.
    Similarly, i had used the badi ME_GUI_PO_CUST and the method IF_EX_ME_GUI_PO_CUST~SUBSCRIBE.
    My Doubt :
    From the below sample code, from where i have to create the subscreen, Program name.
    For ME21N the program name in status is showing SAPLMEGUI.
    Sample Code from other thread  and my doubts are next to it..
    CHECK im_application = 'PO'.
    CHECK im_element = 'HEADER'.
    CLEAR re_subscribers[].
    ls_subscribe-name = 'SAPLZPONEWTAB'.   "This is the name of subscreen but it shows the standard one (shall i create a program and then add a subscreen and use here?)
    ls_subscribe-dynpro = '9000'.                      
    ls_subscribe-program = 'SAPLZPONEWTAB'.  "Shall i use the program name SAPLMEGUI here
    ls_subscribe-struct_name = 'ZPONEWTAB'.    "Why this is required, as in my case i want to show some fields from EKKO table
    ls_subscribe-label = text-001.
    ls_subscribe-position = 15.
    ls_subscribe-height = 7.
    append ls_subscribe to re_subscribers.
    Please advice...

    Hi,
    Thanks for the reply.
    I have done the things..but, i can't see the tab in the header level.
    Below is my code with my comment.
    Note :
    I created a Function Group by name SAPLZPOHEADER.
    In se80 by giving the name ZPOHEADER i created a subscreen. Also created a structure as ZPOHEADER using it displayed the fields in the screen.
    Code under IF_EX_ME_GUI_PO_CUST~SUBSCRIBE :
    DATA: ls_subscriber LIKE LINE OF re_subscribers.
          CLEAR: re_subscribers.
          REFRESH: re_subscribers.
    IF im_application = 'PO' AND im_element = 'HEADER'.
        CLEAR re_subscribers[].
       ls_subscriber-name = subscreen1.  "As per the sample code i double click and set the attributes of it as same as sample code.
       ls_subscriber-dynpro = '9000'.  "This is the screen no
       ls_subscriber-program = 'SAPLZPOHEADER'.   "Name of the FM Group/Program
       ls_subscriber-struct_name = 'ZPOHEADER'.     "Structure Name
       ls_subscriber-label = text-001.  "Created label as 'doc header'
       ls_subscriber-position = 11.    "Given the position as i want after 'status' in ME21N
      ls_subscriber-height = 7.        
      APPEND ls_subscriber TO re_subscribers.
    Is anything remaining as in debug mode it fills the re_subscribers and go the 'Create Object' but, can see it in display.
    Pls help...

Maybe you are looking for