I want to create new tags.

I often access science sites. Today I tried to bookmark such a site and wanted to tag it with a tag called "Science" and was unable to find that tag so now I want to create a tag called Science. How do I do that? Firefox is supposed to be personalizable and it's why I run it. Is a folder the same as a tag? I saw info on how to create new folders but not tags. Please help.

See [[Bookmark Tags]]

Similar Messages

  • Create new tag for selected text using API?

    Hello,
    I want to add new tag for the selected text just like 'Create Tag from selection' .
    is it possible to create tag for selected text using acrobat api?
         please,help me.

    As per sample of snippetRunner for adding tag for selected text.
    I tried below code
    PDPage pg;
    AVDoc avDoc = AVAppGetActiveDoc();
    PDDoc pd = AVDocGetPDDoc(avDoc);
        pg = PDDocAcquirePage(pd, 0);
    ASAtom theSelectionType = AVDocGetSelectionType(avDoc);
    if (theSelectionType == ASAtomFromString("Text")){
        PDTextSelect ts = static_cast<PDTextSelect>(AVDocGetSelection(avDoc));
        PDSTreeRoot pdsTreeRoot;
        CosObj pageObj = PDPageGetCosObj (pg);
        PDSElement newElem;
        PDSElementCreate(pd, &newElem);
        char buf1[64];
        strcpy (buf1, "A new structure element");
        // set its type as "Document" standard type
        PDSElementSetType(newElem, ASAtomFromString ("Document"));
        // set its title
        PDSElementSetTitle(newElem, reinterpret_cast<const ASUns8*> (buf1), strlen(buf1));
        PDSTreeRootInsertKid (pdsTreeRoot, aElem, kPDSAfterLast);
        PDSElementInsertMCAsKid // here something i have to add
    If i have PDTextSelect how i can add tag for selected text.like user add tag using "CreateTagForSelectedText" option.
    please,help me.
    thanks.

  • Creating new tags slow in Mac OS Yosemite

    Hi
    I have been finding creating new tags in Mac OS X Yosemite to be really slow. Whilst it was slow in Mavericks, it really is taking a lot of time now. Using previously created tags is not a problem.
    Has anybody else found this, and a solution for it?
    With Thanks

    My searching on this issue, which I had too, lead me to a solution. The problem is described and the solution outlined in the following posting:
         http://apple.stackexchange.com/questions/146322/creating-and-modifying-tags-hang s-finder-in-os-x-10-9-mavericks
    I think the issue isn't just in Yosemite, but seems to have got worse with that upgrade, but this fix worked for me, and it might for you too.

  • Don't want user create new item via VA02

    Hi experts:
    If I don't want user create new item in sales order via VA02,
    how can I do it ??
    Thanks
    Shwan

    This can be done by Roles and authorisation.
    Basis can be able to do the settings in such a way that once the user save the sales order at VA01, he can' t change anything in that.
    THat can only be modified by the authorised person.
    Reward if useful.
    Regards,
    Kaleeswaran B

  • I had used Iphone4 to update to ios 7.0.4(11B554a) but after update whenever I want to create new contact, I can't type in the word because the keypad don't appear, what should I do? Can I uninstall the update of ios 7.0.4?

    I had used Iphone4 to update to ios 7.0.4(11B554a) but after update whenever I want to create new contact, I can't type in the word because the keypad don't appear, what should I do? Can I uninstall the update of ios 7.0.4?

    You cannot uninstall the update. Apple does not support downgrading. What troubleshooting have you done? Start with a reset. Hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot. Are you syncing contacts with iCloud?

  • Want to create new protection group for 2 members which are already under another protection group.

    Want to create new protection group for 2 members which are already under another protection group. I have 12 servers under xyz protection group, want to move 2 members server to new protection group. How it is possible without loosing current backups.

    Hi,
    It all depends if the data source was originally co-located on the same replica shared with other data sources. If not then DPM will simple re-use the same replica and pick up where it left off.  If it was co-located, then the old replica and RP
    volume is shared and the RP's will expire as new ones are made on the new replica and RP volume created when it's re-protected.
    Moving Between Co-Located and Non-Co-Located Protection Groupshttp://technet.microsoft.com/en-us/library/ff399045.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Create new tags?

    Hi everyone,
    I upgraded to Mavericks and am enjoying getting used to the new Tags system, but I can't figure out how to create new Tags, am I missing something really obvious??
    Thanks!

    The easiest way is to select the file/folder you wish to tag > click the 'edit tags' icon in finder bar > Type in the Name for a new Tag:

  • Creating new Tags with HTMLEditorKit

    Hello,
    I have an HTMLEditorKit and I want it to recognize the HTML tags + some new tags I've created (which contains some attributes).
    1. Is it possible ?
    2. How ?
    I've read the API, and found something about an HTML parser and a SGML DTD. There's a mthode like defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts) but I can't find any example how to use it. And I don't know if it's really the best way to do so.
    I'm not using XML because I need to have, in the same document, the bold, italic, table, etc tags, and my new tags. And some are overlapping... (like <b>aa<tag>ccc</b>ggg</tag> )
    Bastet

    Overlapping of tags is a really bad thing to do. There is also no need to do it.
    <b>Some bold<i> some bold Italic</b> some Italic</i> is -bad-. Better to do the following as it is much clearer and also correct.
    <b>Some bold<i> some bold Italic</i></b><i> some Italic</i>.
    As for the rest, search on google for the method call, find a book on the subject.

  • Want to create XML tag from the query

    Here i want to create a xml output from the below code for the given P_repair_number can anyone help me for the code i have written
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    facing the above error when run from concurrent program
    Procedure dfdfdf(p_repair_number number,
                              errbuf        OUT VARCHAR2,
                              retcode       OUT NUMBER) as
    v_error_code NUMBER; -- error code
      v_error_message VARCHAR2(255); -- error message
      v_text_msg VARCHAR2(100);
    cursor Rodetails(p_repair_number IN NUMBER) is
    SELECT
      dra.repair_number,
      dra.repair_line_id,
      items.concatenated_segments item_name,
      items.description item_desc,
      dra.inventory_item_id,
      sr.incident_number sr_incident_number,
      decode(dra.customer_product_id, '',dra.serial_number,cp.serial_number) serial_number,
      ltrim(oeh.order_number) rma_number,
      rstl.resource_name ro_owner_name,
      fndl.meaning flow_status_name,
      dra.status ro_status_code,
      drtt.name repair_type_name,
      dra.problem_description,
      dra.promise_date,
      rgtl.group_name repair_org_name,
      decode(dra.customer_product_id, '',dra.item_revision,cp.inventory_revision) revision,
      cp.lot_number,
      dra.unit_of_measure uom_code,
      uom.unit_of_measure_tl uom_name,
      dra.quantity,
      cp.instance_number ib_instance_number,
      plkup.meaning ro_priority_meaning
    FROM
      csd_repairs dra,
      csd_repair_types_tl drtt,  
      cs_incidents_all_b sr,
      csi_item_instances cp,
      fnd_lookups fndl, 
      csd_flow_statuses_b fsb,
      mtl_system_items_kfv items,
      mtl_units_of_measure_tl uom,
      jtf_rs_resource_extns_tl rstl,
      jtf_rs_groups_tl rgtl,
      oe_order_headers_all oeh,
      cs_estimate_details edt,
      csd_product_transactions txns,
      fnd_lookups plkup 
    WHERE dra.repair_type_id =  drtt.repair_type_id
      AND drtt.language = userenv('LANG')
      AND dra.repair_mode = 'WIP'
      AND dra.incident_id = sr.incident_id
      AND dra.CUSTOMER_PRODUCT_ID = cp.INSTANCE_ID(+)
      AND dra.flow_status_id = fsb.flow_status_id
      AND fsb.flow_status_code = fndl.lookup_code
      AND fndl.lookup_type = 'CSD_REPAIR_FLOW_STATUS'
      AND dra.inventory_item_id = items.inventory_item_id
      AND dra.unit_of_measure = uom.uom_code
      AND uom.language = userenv('LANG')
      AND dra.resource_id = rstl.resource_id (+)
      AND rstl.category (+) = 'EMPLOYEE'
      AND rstl.language (+) = userenv('LANG')
      AND dra.owning_organization_id = rgtl.group_id (+)
      AND rgtl.language (+) = userenv('LANG')
      AND dra.repair_line_id = txns.repair_line_id
      AND txns.estimate_detail_id = edt.estimate_detail_id
      AND edt.order_header_id = oeh.header_id
      AND edt.line_category_code = 'RETURN'
      AND dra.currency_code = oeh.transactional_curr_code
      AND dra.ro_priority_code = plkup.lookup_code(+)
      AND plkup.lookup_type(+) = 'CSD_RO_PRIORITY' 
      AND items.organization_id = cs_std.get_item_valdn_orgzn_id
      AND dra.repair_number=p_repair_number
      AND rownum <50;
    begin
    errbuf := NULL;
    retcode := 0;
      SAVEPOINT Create_external_orders;
      --retcode             := FND_API.G_RET_STS_SUCCESS;
      IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
        fnd_log.STRING (fnd_log.level_procedure, 'CSD.PLSQL.XXTNT_CSD_CREATEORDER.SUBMIT_CREATE_ORDER.BEGIN', 'Enter - PrintTraveller');
      END IF;
    --FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<?xml version="1.0"?>');
    --FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REPAIR_ORDER>');
    FOR v_rodetails IN Rodetails(p_repair_number)
    LOOP
    /*For each record create a group tag <G_RODETAILS> at the start*/
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<?xml version="1.0"?>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REPAIR_ORDER>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<G_RODETAILS>');
      FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REPAIR_NUMBER>' || v_rodetails.repair_number ||
                                       '</REPAIR_NUMBER>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REPAIR_LINE_ID>' || v_rodetails.repair_line_id
                                    || '</REPAIR_LINE_ID>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<ITEM_NAME>' || v_rodetails.ITEM_NAME
                                     ||'</ITEM_NAME>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<ITEM_DESC>' || v_rodetails.ITEM_DESC
                                    || '</ITEM_DESC>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<SR_INCIDENT_NUMBER>' || v_rodetails.SR_INCIDENT_NUMBER ||
                                       '</SR_INCIDENT_NUMBER>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<SERIAL_NUMBER>' ||v_rodetails.SERIAL_NUMBER
                                     ||'</SERIAL_NUMBER>');                               
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<RMA_NUMBER>' || v_rodetails.RMA_NUMBER
                                    || '</RMA_NUMBER>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<RO_OWNER_NAME>' ||v_rodetails.RO_OWNER_NAME ||
                                       '</RO_OWNER_NAME>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<FLOW_STATUS_NAME>' || v_rodetails.FLOW_STATUS_NAME
                                     ||'</FLOW_STATUS_NAME>');                                
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<RO_STATUS_CODE>' || v_rodetails.RO_STATUS_CODE
                                    || '</RO_STATUS_CODE>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REPAIR_TYPE_NAME>' || v_rodetails.REPAIR_TYPE_NAME ||
                                       '</REPAIR_TYPE_NAME>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<PROBLEM_DESCRIPTION>' || v_rodetails.PROBLEM_DESCRIPTION
                                     ||'</PROBLEM_DESCRIPTION>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<PROMISE_DATE>' || v_rodetails.PROMISE_DATE
                                    || '</PROMISE_DATE>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<RO_OWNER_NAME>' || v_rodetails.RO_OWNER_NAME ||
                                       '</RO_OWNER_NAME>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REPAIR_ORG_NAME>' || v_rodetails.REPAIR_ORG_NAME
                                     ||'</REPAIR_ORG_NAME>');                                
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<RO_STATUS_CODE>' || v_rodetails.RO_STATUS_CODE
                                    || '</RO_STATUS_CODE>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<REVISION>' || v_rodetails.REVISION ||
                                       '</REVISION>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<LOT_NUMBER>' || v_rodetails.LOT_NUMBER
                                     ||'</LOT_NUMBER>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<UOM_CODE>' || v_rodetails.UOM_CODE
                                    || '</UOM_CODE>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<UOM_NAME>' ||v_rodetails.UOM_NAME ||
                                       '</UOM_NAME>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<QUANTITY>' || v_rodetails.QUANTITY
                                     ||'</QUANTITY>');                                
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<IB_INSTANCE_NUMBER>' || v_rodetails.IB_INSTANCE_NUMBER
                                    || '</IB_INSTANCE_NUMBER>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'<RO_PRIORITY_MEANING>' || v_rodetails.RO_PRIORITY_MEANING ||
                                       '</RO_PRIORITY_MEANING>');
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'</G_RODETAILS>');                             
    FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'</REPAIR_ORDER>');                                
    END LOOP;
    IF(retcode != FND_API.G_RET_STS_SUCCESS) THEN
                    RAISE FND_API.G_EXC_ERROR;
                  END IF;
                  IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN
                    fnd_log.STRING (fnd_log.level_statement, 'CSD.PLSQL.XXTNT_CSD_CREATEORDER.SUBMIT_CREATE_ORDER', ' In PrintTraveller');
                  END IF;
    fnd_file.put_line(fnd_file.log, 'Successfully completed PrintTraveller');
    EXCEPTION
    || Catch all error.
    WHEN OTHERS THEN
    ROLLBACK;
    v_error_code := SQLCODE;
    v_text_msg := 'Fatal Error, Oracle Error is: '
    || TO_CHAR (v_error_code, '99999');
    fnd_file.put_line (fnd_file.log, v_text_msg);
    v_error_message := SQLERRM;
    fnd_file.put_line (fnd_file.log, v_error_message);   
    end dfdfdf;Edited by: user12053530 on Apr 19, 2010 5:54 AM

    However using SYS.ODCIVARCHAR2LIST makes sense if your query is a part of bigger processing (PL/SQL procedure or function) and you will do some processing depending on File_Type, like in this example (not compiled, could contain syntax errors):
    DECLARE
      l_stid           VARCHAR2(10);
      l_address        VARCHAR2(30);
      l_File_Type_tab  SYS.ODCIVARCHAR2LIST;
      cur_cursor IS SELECT STID,
                    ADDRESS,
                    CAST(COLLECT(DISTINCT File_Type) AS SYS.ODCIVARCHAR2LIST) AS File_Type
                    FROM (
                          SELECT STID,
                                 ADDRESS,
                                 File_Type
                            FROM DUMMY
                    GROUP BY STID, ADDRESS;
    BEGIN
      OPEN cur_cursor;
      <<main_loop>>
      WHILE (1=1) LOOP
         FETCH cur_cursor INTO l_stid, l_address, l_File_Type_tab;
         EXIT WHEN cur_cursor%NOTFOUND;
         -- Now do processing for each File_Type in l_File_Type_tab;
         <<each_file_type>>
         FOR i IN l_File_Type_tab.FIRST .. l_File_Type_tab.LAST LOOP
           -- for example:
           -- IF l_File_Type_tab(i) = 'SALES'
           -- THEN
           --   do_something(l_stid, l_address);
           -- ELSIF l_File_Type_tab(i) = 'TRANSFER'
           -- THEN
           --   do_something_else(l_stid, l_address);
           -- ELSE
           --   do_something_default(l_stid, l_address);
           -- END IF;
         END LOOP each_file_type;
      END LOOP main_loop;
      CLOSE cur_cursor;
    END;

  • Is there a way to "create" new tags?

    I had accidentally deleted my "Red" tag and i no longer see the "All Tags" option in Finder. I just want to make a new tag.

    Well I tested this out...
    I deleted a tag, it gave me the warning that this action can't be undone.
    However, I was able to get it back. Granted the files/documents that this tag reprecented had they're link broken and probably wouldn't be restore once I got the tag back. (Didn't test that part).
    So if a tag is deleted for any reason.
    Open Finder.
    Click on Documents (or something that will allow you to click on "Edit Tags".
    Click on Edit Tags and start typing a color in the field provided.
    Press Enter and the color should reappear in the list.
    For me, I deleted Green. Typed in Green press Enter and the Green tag reappeared.
    KOT

  • I want to create new id for my i phone 4s

    i have used 2 account earlier but now i want create new id as i already purchased i moved my existing id to new

    Your post is unclear...
    nithyaasb wrote:
    i have used 2 account earlier but now i want create new id as i already purchased i moved my existing id to new
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622

  • Want to create new Status types in the CBIH82 T.code EHS module

    Dear Expert,
    Client wants that status type like YES and NO in the filed Status in the t.code "CBIH82 -Edit Work area"
    I have try to create in the spro path under the status management  but unable see that status.
    Path is SPRO --->Environment ,Health and Safety ---->INS ---->Basic settings--->Status Management
    So any body guide me how to create the  new Status for this T.code or We can't create new status in the system.
    Thanks
    Urvashi

    Please uncomment this:
    ORDER_ITEM_INX-target_qty = 'X'.
    You can check the 2nd example in this link for your reference.
    http://sap4.com/wiki/index.php?title=BAPI_SALESORDER_CHANGE
    Regards,
    Naimesh Patel

  • Time Machine wont mount backup, wants to create new one.

    I'm running OSX Lion 10.7 on an iMac 27 with an intel i5 2.7 GHz processor.
    I received a notification that Time Machine wasn't backing up.
    Somehow the external backup drive became disassociated with TM. So I re-selected it and TM began preparing for a backup. A few moments late a warning popped up stating there was not enough space on the disk to complete the backup.
    I entered Time Machine to free up space however, TM had created a new backup file and now it won't mount the original one. I've tried deleting the new backup file, hoping TM would mount the original, but it just keeps creating new ones.
    I noticed the new backup file name was different to the original. After looking in to it further, it appears as if this was due to some changes I'd made in my file sharing settings, a couple weeks back, while trying to download some photos from am Android phone. I changed the name back, however, TM still want's to create a new file and still won't mount the original.
    The last time it successfully backed up was Oct 30th and the good news is, I can manually open the original backup file in Finder, and see all the old files.
    I've read through a number of trouble shooting sites and I've already checked for and installed all updates with no luck.
    I really could use some help with this. Any and all input would be greatly appreciated.
    Thanks.

    No, I don't think playing around with the sparsebundle is very good idea ever.
    If you are now down to that level. Move the old sparsebundle off the TC. Either delete the whole thing and start over.. or save it beforehand.
    It is possible to archive off the old sparsebundle, although it is pointless if it is corrupted.
    You can copy it to a USB drive on the computer.
    See Q18 here. http://pondini.org/TM/FAQ.html
    That will take a long long time so be warned.. and do it with ethernet.. otherwise it will take forever.
    You can also do the archive directly to USB disk plugged into the TC. You need a hard disk at least as large as the data.
    And you will need to use v5.6 airport utility because Apple deleted it in the new version.
    If you run Mountain Lion (Lion is easy) you can download it and install by a trick.
    That will then give you access to archive and you can use that to save the present hard disk info.. then erase it and start over.
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 (now 6.2 if you updated) so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0

  • Creating new Tags with HTMLEditorKit and painting tag

    hello,
    I am trying to make a simple modification to HTMLEditorKit so that I can implement a custom tag eg TFONT a font that has transparency capabilities.
    I have overriden javax.swing.text.html.parser.ParserDelegator class and am able to detect the tags but I need to implement the tag. Basically I want a way to render text that is partly transparent (like the css3 opaque attribute)
    Therefore I want to paint my tag, but I am not sure how to override HTMLEditorKit for ViewFactory, in order to create my own View class for this tag. A simple example wwould be great.
    Thanks
    greg

    Overlapping of tags is a really bad thing to do. There is also no need to do it.
    <b>Some bold<i> some bold Italic</b> some Italic</i> is -bad-. Better to do the following as it is much clearer and also correct.
    <b>Some bold<i> some bold Italic</i></b><i> some Italic</i>.
    As for the rest, search on google for the method call, find a book on the subject.

  • How do I create new tags in Maverick?

    I accidently removed tags. I now only have four different colours left. How do I get the other ones back?

    Anywhere you can enter Tags, just type the new Tag.
    For an existing file, the Tags button on the Toolbar will allow you to set a tag.
    The Tags... command in the File menu will bring up the same dialog. Just type the new tag in the entry field.

Maybe you are looking for

  • Wireless Headset

    Dear Friends, I need a Wireless Headset to make and receive VOIP calls (skype, ichat, SJphone, etc.) in my MacBook Pro 2.33 (MacOS 10.5.2)... At home I have a "GN Netcom GN 9330 USB wireless Headset" that is very good but it is not portable and needs

  • Auto Smartport Macros

    I'm looking for a little advice.   Background I've got Auto SmartPort Macros working on the newest firmware for my 2960x switches for all of my devices.  15.2(3)E However I'm having some buggy issues with 15.2(3)E.  If it's a small stack of 2 switche

  • HTTP BC and Attachments

    Hi, I am trying to consume a SOAP message with an MTOM attachment via the HTTP BC and then process the message in a service engine. However, when I inspect the message content in the MessageExchange received in the service engine, I see no attachment

  • Problem with getInputStream

    Hi, I get the following exception in the code - java.io.IOException: Server returned HTTP response code: 500 for URL: The exception is occurring at URLConnection.getInputStream(). Could somebody please let me know how to debug this type of exception?

  • STOCK TRANSFER INVOICE

    hi friends   after me21n & vl10b now i want to create stock transfer invoice what is the transaction code for that waht is document type, is this VI or anything else plz give the transaction code & doctype.   after stock transfer invoice excise invoi