How to include "@someword"  verbatim in a documentation?

I fear this is quite a beginners question...
The text of a class documentation must contain words that start with an "@" symbol because this is the kind of data the class processes. How can I prevent the error message "@someword is an unknown tag"?
(This is unfortunately not mentioned in the FAQ ... )
Thank you for your patience!

Use HTML numeric entity! See also:
http://forum.java.sun.com/thread.jspa?threadID=729598
Leonid Rudy
http://www.docflex.com

Similar Messages

  • How to include JAVA work in a maintenance cycle

    Good Day;
    Would anyone know where I can find documentation on how to include JAVA changes in a Solution Manager / ChaRM maintenance cycle?
    I understand that a transport can be created for JAVA work.
    Thanks All
    Regards
    Don Newton

    You will first need CTS+ configured to create the java transport.  Check this out for portal..
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90d3b550-b6fb-2910-0fa5-ece5d61fb9c3
    Once that is configured and assuming you have Charm configured, I believe it's as easy as adding the system to your project.

  • How to include BW Web Templates in a BSP ?

    Hi guys,
    I am new to BSP stuff.  Can anybody throw some light on how to include a BW Web Template in a BSP application?  Any documentation available in this direction? 
    Thanks in advance.
    Cheers,
    Ramana.

    Hi,
    Check the forums,
    Create BSP from WAD Web Template in BW
    BW WEB Template  inside a BSP
    Skipping login screen when clicking a  BW Web Template link in a BSP
    Regards,
    Azaz Ali

  • How to include contextMenu for whole swf

    Hi everybody,
         Let me know How to include contextMenu for whole swf?

    I have a similar problem.
    Stand alone my Sprites custom context menu always works. I can instantiate it using code, and nest it 'n' levels deep.
    When I add it to my main application, a default context menu is shown.   The main application is very complex - as it's a design application similar to Balsamiq Mockups - so every individual widget has a stand alone test harness.   This has been working very well as a way of coping with the size and complexity of the main application. But the context menu thing just doesn't work in the main application, and from the documentation I've seen nothing that suggests I should have had any problems including else wher.
    Please, please if anyone knows why in some scenarios a context menu stops working and the default context menu is shown instead then please share as I'm at the point of tearing my hair out on this....

  • How to include CRMT_BW_SRV_PROC_H_SPEC include in datasource

    Good morning everybody
    We are integrating BI with CRM for reporting. One of the datasources we
    are using is 0CRM_SRV_REQ_INCI_H. This uses transfer structure
    CRMT_BW_SRV_REQ_INCIDENT_H. Within this is include
    CRMT_BW_SRV_PROC_H_SPEC. This contains field BWSTONESVTK which we need
    to include in the datasource.
    However, from BWA1 we can do the mapping for this field but then we get
    an error message "Dif. selection indicators in ROOSFIELD (P) and
    SMOXRELP". We cannot find any documentation which clearly explains how
    to include the standard field BWSTONESVTK in our datasource.
    Any ideas anyone?

    Dear
    0CRM_SRV_REQ_INCI_H I am using this DS but as per standard sap delivered i didnt find any standard infocube for this data source,
    Can you please help in finding standard infocube for this datas source.
    Thanks
    Paras MAli

  • Please guide me how to include storage location to existing material master

    Hi Guru's,
    Please guide me how to include storage location to existing material master....
    please provide step by step process or provide any documentation that would be helpfull to me...
    please let me know of my question is not clear..
    Thanks in advance and will give full points....
    Srinivas...

    Hi
    First :- You can define the storage loctions in the plant under the customization :- SPRO -> Enterprise Structure ->Definition -> Materials Management ->Maintain storage location
    Once defined under the plant, you can create the same storage locations in the material master
    Second :- Under SPRO -> MM -> Inventory -> palnt parameters, for your plant check the field " Create Storage locations Automatically" . This will lead to create new storage locations at the time of GR, even if you have not maintained under step 1.
    Hope it answers your question.
    Regards,

  • How to include old invoices in the invoice list

    How to Include old billing documents in the invoice list.
    TO be more clear:-
    I created 20 invoices in the monthof JAN
    I maintained the factory calender in the payer master in the month of Feb 1st and created 10 more invoices in this month.
    So the system is considering only the invocies which were generated after I maintained the factory calender (Only feb invoices).
    Is there any process to include the previous invoicies (Jan invoices)  also to get include in the invoice list.
    Help me in this regards.
    Regards,
    Mallesh.

    It is not possible.
    Regards,
    Rajesh Banka

  • How to include a jsp page in another jsp jsp page

    hi,
    i m trying to include a jsp page name "header.jsp" into one jsp page name"selectattribute.jsp" i m using these commands in "selectattribute.jsp"
    <%@include file "header.jsp"%> bcz both these jsp page are C:\program files\tomcat 4.0\webapps\examples\jsp\Poject\
    but the problem is that , i m invoking this jsp page "selectattribute.jsp" from a servlet reportcontroller.java using REQUEST DISPATCHER.
    the servlet is in
    C:\Program files\tomcat 4.0\webapps\examples\WEB-INF\classes\Project\
    i want to know how to include some other jsp page in a jsp page and how to invoke applet from jsp page when that particular jsp page is being invoked by servlet.
    plz help
    manish

    use this for including in your selectattribute.jsp
    <jsp:include page="header.jsp" flush="true"/>
    I never tried calling an applet. I think you can write the code for calling the applet in a javabean method and call the method in the jsp

  • How to include one view into another view

    Hi SDN's,
                   Could any please tell me,How to include one view into another view.
    In my requirment.I want to create a 'Z' view for an interface .In that  view i have to take,
    1) Ship-to-email adrr by
                              LIKP-KUNNR -> KNA1-ADRNR
                              KNA1-ADRNR -> ADR6-ADDRESNUMBER.
    2) E-mail addr of person who created the document.i.e
        LIKP-ERNAM -> USR21-BNAME.
        USR21-ADDRESNUMBER ->  ADR6-ADDRESNUMBER 
        USR21-PERSNUMBER -> ADR6-PERSNUMBER.
       In both the case we have to pass ADDRESSNUMBER to ADR6 table.
    If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.
    So i created two which fetches only the email addr of  person who created the document.and another view fetches Ship-to-email addr.
    Now i want to include the second view into first view . Is it possible?or please
    tell me someother way to get these email addresses in a single view.

    hi
    as per my knowledge, nested views are not possible. However, while creating a new view, selection method will not giv u option to select the already created view(S) except the tables..i think so.
    regards,
    shamim

  • HOW to include a reference currency fields in a view ?

    Hello Experts,
    <b>I am having Currency fields error in generic extraction</b>
    I have table where I am trying to extract data to BW via generic extraction. When I tried
    to extract with the TABLE its giving me an error
    <b>Invalid extract structure template RPSCO of DataSource ZBW_REP3_TEST
    You tried to generate an extract structure with the template structure RPSCO. This operation failed, because the template structure quantityfields or currency fields, for example, field WLP00 refer to a differenttable</b>.
    Now I created a view with all the fields same as my table.
    But its still giving me the same error and taking all the fields as a primary keys. I have over 12 currency fields in the table. I am confused how to fix this issue and add a currency field to my view?
    hOW to include a reference currency fields in a view ?
    All inputs are much appreciated.
    Thanks and Regards,
    Harish

    Thank you for your responce,
    Can you please check my view and let me know where I am going wrong     
    View    Table   Field  Dataele  Data
    field                    type                                            0                                                                
    WLP01     RPSCO     WLP01     BP_WPL     CURR     15     Period value in ledger currency
    WLP02     RPSCO     WLP02     BP_WPL     CURR     15     Period value in ledger currency
    WLP03     RPSCO     WLP03     BP_WPL     CURR     15     Period value in ledger currency
    WLP04     RPSCO     WLP04     BP_WPL     CURR     15     Period value in ledger currency
    WLP05     RPSCO     WLP05     BP_WPL     CURR     15     Period value in ledger currency
    WLP06     RPSCO     WLP06     BP_WPL     CURR     15     Period value in ledger currency
    WLP07     RPSCO     WLP07     BP_WPL     CURR     15     Period value in ledger currency
    WLP08     RPSCO     WLP08     BP_WPL     CURR     15     Period value in ledger currency
    WLP09     RPSCO     WLP09     BP_WPL     CURR     15     Period value in ledger currency
    If I add a
    Table TCURC against any field what would be the view field and data element
    Do I need to tick MOD?
    Please suggest.
    Kapadia,
    If I do that its still taking all the fields are a primary keys and bringing 6 lakh records to where I originally have 49 records in a table
    Thanks and Regards,
    Harish

  • How to include a license header in fxml file?

    How to include a license header in fxml file?
    I tried xml block comments <!-- mylicense here -->
    but it wasn't accepted by screen builder.
    Also I wondered, even if it had been accepted, would screen builder have saved the header back - or deleted it?

    All XML documents should begin with an XML declaration.
    If you have your fxml file starting with  the following lines :
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- mylicense here -->
    .. it will be loaded in Scene Builder, and saved back as is.

  • I would like to know how to include entries in my TOC that refer to paragraph styles that a before the TOC.

    I would like to know how to include entries in my TOC that refer to paragraph styles listed before the TOC.
    Example:
    page i. Title Page
    page ii. Abstract
    page iii. Table of Contents
    I want the TOC on page iii to include the entries "title page" and "abstract". Is this possible?
    Thank you-

    Thesis formatting rules.
    Can you answer another question?
    How do I change the text for a TOC entry? For example,
    I have selected the title on my first page, for example "Summer Report" and selected a paragraph style for it, and added it in the TOC. Now the TOC will have this entry for "Summer Report" and the associated page. But I want it to say "Title Page" instead. Can I edit this text? In order words, have the TOC point to something with whatever name I want to give it, even though it is not the actual name of the section?

  • How to include WS-Security Header in the WSDL

    hi
    how to include WS-Security Header which have username and password as
    i had seen the below link it deals with just hello world which is not using any Services(DBAdapter) is it possible to use DBAdapter as the steps present in the below link how to include WS-Security Header which have username and password
    http://blogs.oracle.com/reynolds/2005/09/invoking_bpel_from_an_html_for.html

    As Amir suggested, you may provide in the URL but I wouldn't suggest it though. You don't want to hard code the user ID and password within in the WSDL because it is a bad practice especially the user ID and password may be different in different systems and every time you change the password, you have to regenarate your WSDL.
    May be you thought through this but just in case if you didn't
    KK

  • How to include Material Cost in the SD report

    Hi,
    I am working on Cube 0SD_C03 for the Sales and Distribution Report "Sales Contribution - Product Wise u2013 KPI" where I have to show the following information which are given below.
    1. Total Sales Qty.
    2. Total Sales Value
    3. Total Material Cost
    For third one I do not know how to include this in this SD report.
    so please tell me about this if anybody has idea about this?

    Hi Francisco,
    Note:
    your xml should only have
    <URL>http://dbxserver.dbxprts.com:7778/pls/apex/f?p=134:1:::NO::P1_ID_CONSTANCIA:1183</URL>
    Show me your sample XML , i can help you.
    What is your expected output ? PDF or HTML ?
    here it is.
    option1:
    If the XML data includes an element that contains a hyperlink , then you can use that element to create dynamic hyperlinks at runtime.
    a. insert hyperlink from word menu
    b. In the Type the file or Web page name field of the Insert Hyperlink dialog box, enter the following syntax:
    c. {ELEMENT_NAME_WHICH_HAS_URL_LINK}
    where ELEMENT_NAME_WHICH_HAS_URL_LINK is the xml data element name
    option2:
    create a form field, you can add it
    <fo:basic-link external-destination="http://www.google..com">
    <fo:inline text-decoration="underline">google Link</fo:inline>
    </fo:basic-link>
    or
    <fo:basic-link external-destination="{ELEMENT_NAME}">
    <fo:inline text-decoration="underline">google Link</fo:inline>
    </fo:basic-link>
    or
    <fo:basic-link>
    <xsl:attribute name="external-destination"><xsl:value-of select="ELEMENT_URL"/>
    </xsl:attribute>
           <xsl:value-of select="LINK_NAME"/>
    </fo:basic-link>

  • How to include SCOM R2 agent in server image (or vmware template)

    Can anybody tell me how to include the SCOM R2 agent in our Windows images/templates?   For the SCCM client, it is as simple as stopping the service on the reference machine, deleting the cert, and capturing.   I can find no good answer on the Internets on whether the SCOM agent has some sort of unique ID that doesn't like being "duplicated".
    Any help would be appreciated.  (I'd rather NOT include scripted tasks or steps that install the agent AFTER an image is deployed).  
    My RMS is configured to auto-accept agent registrations.

    Hi, I'm looking to do the same.  I created a template with the agent installed; however, I still left the server (W2012 R2) in 'workgroup'.  When loading and configuring the agent, I didn't get any error message since the raw server can communicate
    with the management server nor have I received a 'pending approval' on the mgmt server.
    I like the idea of having this pre-configured and ensuring SCOM properly detects and monitors new server additions since checklists are not followed. 
    Thanks.
    Stanley E. Noel Jr

Maybe you are looking for

  • Common class data for two session?

    JDEV 10.1.3.3, ADF I have the bean userState with the scope as session, in this bean-class i have the variable: public static List selectedItemsMonth; on page i put selectManyListbox component with fields: value="#{userState.selectedItemsMonth}" valu

  • In approval workflow, can we have one action in which item can be review and approve/reject

    Hello, I have created approval workflow using SPD. While sending notification to approver, we need to mention link for viewing : [%TaskProcess:Item Title%][%Variable:InternetLink%] and for approve/reject : [%current task: form_URN%] So is it possible

  • How To Create an LOV in Jdeveloper 10.1.3.2.0

    Hi, Could anyone tell me as to how one can create an lov in this version of jdeveloper 10.1.3.2.0. Thanks & Regards, Madhur

  • TSQL Search and Extract Different Activity Sequences in a given set of data

    Hello, I have the following tables 1) EVENT_NAMES (EVENT_NAME_ID, EVENT_NAME) 1 PM 2 PM WASH 3 Backlog 2) EVENT_NAME_SEQUENCE(SeqParentKey, Event_Name_ID,Seqorder) Data looks like below 1  2   1 1  1   2 1  3   3 2  1   1 2  3    2 Event_NAME_Sequenc

  • PHP pop up window

    Hi there. I have a site in PHP and MySql. I made a table in a dynamic page that presents the products that i have in a database. But it just presents the reference and the respective small photo. By clicking the photo a pop up window should be open c