Exclude document from indexing (CS3)

I'm getting ready to tag keywords in my Book for an index (CS3). I want to exclude one document in the book from the indexing process, the bibliography. How do I make sure ID excludes references in the bibliography when it generates the index?

By not adding index markers to it.
InDesign does not "index", you have to add each marker manually. There is a button "Add All" when adding an entry, but I would not know if that works Book-wide, or just for the current active document (... certainly for CS3, I suspect the latter).

Similar Messages

  • Excluding SKUs from Indexing

    Hello! I`m using ATG 10.0.3. I have a problem with excluding SKUs from indexing. I tried to add rule in IndexedItemGroups
    rules=
    <ruleset>
      <accepts>
         <rule op="includesItem">
            <valueof target="childSKUs">
            <rule op=isNotOneOf>
               <valueof target="id">
               <valueof constant="[145239206733, 145239196733, 145239216733, 145239186733, 145239176733, 145239226733]">
            </rule>
         </rule>
      </accepts>
    </ruleset>
    But it has no effect. After reindexing I found such sku`s in BCC / Indexing Review / Content Inspection. Any pointers will be helpfull.

    Hi Torsten,
    if you want to exclude specific documents from Indexing you have to do the following:
    1. Create a new Resource Filter (Result)
    Navigate to Content Management -> Global Services -> Resource Filters -> Result Resource Filters. Create a new Resource Filter. The following will show a sample configuration:
    - Include Documents/Web-Pages: checked
    - Include Folders: checked
    - Include Links (Not Applicable For Web-Sites): checked
    - Case Sensitive (Folders And Documents/Web-Pages): checked
    - Item ID Mode (Documents/Web-Pages Only): exclude
    - Item ID Patterns (csv): *.jpg
    - Mime Type Mode (Documents/Web-Pages Only): exclude
    - Mime Type Patterns (csv): application/octet-stream
    Save your settings.
    You can have more information here for Resource Filters: [http://help.sap.com/saphelp_nw04s/helpdata/en/c0/6f5040b48a6913e10000000a1550b0/content.htm]
    2. Create a new Crawler Parameter
    Navigate to Content Management -> Global Services -> Crawler Parameters -> Index Management Crawler. Create a new Crawler and use the previous created Resource Filter (Result).
    3. Create an index
    Navigate to Index Administration. Create a new Index and use the previous created crawler parameter.
    Best regards,
    Denis

  • Is it Possible to Exclude Documents from Portal Export ?

    Hello,
    In preparation for upgrading from Portal 9.0.4.3 (Release 1) to the latest portal version, we need to Export from a PROD Portal instance and import into a TEST portal instance. I plan to use separate transport sets for a Pagegroup and Providers. The Pagegroup has ~50 GB of documents in it.
    The problem is that I don't have the Disk space on the PROD machine to export to the transport tables or on the TEST machine for the import or the merge. Is there some way to exclude the Documents (BLOBS in WWDOC_DOCUMENT$) from an export? I do want export/import all of the pages in the pagegroup.
    Thanks,
    Trenton

    Did you ever get an answer to this, or how did you resolve it?
    Thanks,
    Jeff

  • Error when deleting or updating document from indexed database

    I have a transactionally protected encrypted, indexed database for which I want to update and delete documents. When I try to delete or update the documents I get an exception stating that the document does not exist (even if I retrieved it, modified its contents and attempted to update it). If I do the same procedure on an identical database (with no indexing) I have no issues and am able to both delete and update. I have experienced this problem from both the dbxml shell and from a C++ program. I am using version 2.2.13.
    Has anyone experienced this before or know of a workaround?
    Doug

    I have narrowed it down to a single boolean index. I cannot figure out why this specific index is causing the issues. I use the same function to write the xml entry as for all of the other boolean values that are indexed. All of its values seem valid (true or false), so I am puzzled.
    Doug

  • How do I update my InDesign CS3 plugins? I received a document from a colleague created in CS3 and I can't open it due to missing plugins.

    How do I update my InDesign CS3 plugins? I received a document from a colleague created in CS3 and I can't open it due to missing plugins.

    The error message is below. When I get info on the file it says it's a CS3 file.

  • Exclude pages in export from indexing?

    hello, is there a way to export the site without indexing the child pages?
    i need the child pages to be in the site but google is listing them in the search results.
    i just want  the main pages (home, about, services , contact) to be listed in search results
    is there a way around this?
    thanks

    plasticjungle To prevent search engines from indexing specific pages, Open up the page properties panel. Add the following metadata into the Metadata HTML for <head> section. Go to the Options Tab and uncheck Include page in sitemap.xml.

  • Error on load: System.IO.IOException: The process cannot access the file : error in event viewer when users want to view documents from this third party deployed scan solution

    Error on load: System.IO.IOException: The process cannot access the file
    '\\server1\SCANSHARED\.pdf' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
       at abc.Scan.Layouts.ICC.Scan.View.Page_Load(Object sender, EventArgs e)
    I faced this  error in event viewer  when users want to view documents from this third party deployed scan solution
    here I have two WFS servers  and they configured with load balancing in F5 .
    when I enable both servers in F5 I receive this error messages in 2nd server,
    when users want to view documents
    adil

    Do you have antiVirus installed on the sharepoint servers?
    These folders may have to be excluded from antivirus scanning when you use file-level antivirus software in SharePoint. If these folders are not excluded, you may see unexpected behavior. For example, you may receive "access denied" error messages when files
    are uploaded.
    Please follow this KB and exclude the folders from Scanning.
    http://support.microsoft.com/kb/952167
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Open document from bsp

    I created sample document under the
    content management->documents. ( for example word.xls )
    I want to link this document to my BSP and want to
    open this document from my bsp report application.
    How can i do this.
    Thank for your help.

    here is a sample code also...
    READ TABLE application->doc-t_attachments
                        INTO l_attachment
                        INDEX l_index.
             CALL METHOD application->document_display_attachment
               EXPORTING
                 attachment       = l_attachment
               IMPORTING
                 s_return         = ls_return
                 file_content     = l_file_content
                 file_content_hex = l_file_content_hex
                 mime_file_type   = l_file_mime_type.
             IF NOT ls_return IS INITIAL.
               APPEND ls_return TO application->t_return.
             ELSE.
               CREATE OBJECT cached_response TYPE cl_http_response
                     EXPORTING add_c_msg = 1.
               IF NOT l_file_content IS INITIAL.
                 cached_response->set_cdata( l_file_content ).
               ELSE.
                 cached_response->set_data( l_file_content_hex ).
               ENDIF.
               IF l_event_tableview->itemclick = 'ClickName'.
                 cached_response->set_header_field(
                     name  = if_http_header_fields=>content_type
                     value = l_file_mime_type ).
                 cached_response->set_header_field(
                     name  = 'Content-Disposition'
                     value = 'inline' ).
               ELSE.
                 cached_response->set_header_field(
                     name  = if_http_header_fields=>content_type
                     value = 'application/x-download' ).
                 CONCATENATE l_attachment-name '.' l_attachment-type
                         INTO l_filename.
                 CONCATENATE 'attachment; filename=' l_filename
                         INTO l_value.
                 cached_response->set_header_field(
                     name  = 'Content-Disposition'
                     value = l_value ).
               ENDIF.
               cached_response->set_status( code = 200 reason = 'OK' ).
               cached_response->server_cache_expire_rel( expires_rel = 180
               CALL FUNCTION 'GUID_CREATE'
                 IMPORTING
                   ev_guid_32 = guid.
               CONCATENATE runtime->application_url '/' guid INTO l_url.
               cl_http_server=>server_cache_upload(
                     url      = l_url
                     response = cached_response ).
               RETURN.
             ENDIF.
    the method document_display_attachment is in the class
    CL_BSP_HAP_DOCUMENT_IF.
    Message was edited by: manasa

  • Firefox is crahsing whenever I try to print a document from web or email. I run Window XP and firefox version is 3.6.12

    this has happened and reported 22 times since jan 2010. It may have probably started since I updated firefox in Jan 2010. The printer is a Canon LBP180 which prints all documents from any other software.

    http://crash-stats.mozilla.com/report/index/7fd505df-96eb-4d92-9477-9ce432101118
    Looks like a problem with CAPRENN.DLL. <br />
    http://www.processlist.com/info/caprenn.html
    See if you have the latest Cannon print drivers installed.

  • How can I restore proper PDF exports from InDesign CS3 or CS5 in Snow Leopard?

    I had no problems exporting PDFs from InDesign CS3 (on a Mac Pro running 10.6.4 Snow Leopard) until this past weekend, when all the fonts appeared bitmapped or thin and raggedy, and the images lost some color depth and contrast. When I copied the InDesign document to my MacBook Pro laptop, also running 10.6.4, the PDF emerged with its original quality. Calls to Adobe support referred me to documents concerning incompatibilities between InDesign and Snow Leopard. One of these documents was several pages long, but I could not print it from the Adobe website to my HP All-In-One Officejet, because one-third of the document was hidden under a white panel. This makes the document impractical for troubleshooting, because I don't have enough screen real estate (even on a 23-inch display) to keep the document open along with all the pages and dialogue boxes needed for reference. Back to phone and chat support, I was advised to upgrade my Creative Suite Premium CS3 to CS5 ($800!!!) and purchase the latest Acrobat Pro upgrade ($200), with no guarantee that this $1,000 cost would actually solve the problem. I did download the trial version of InDesign CS5, and it did NOT solve the problem. I'm also concerned that the problem did not exist until last weekend. Prior to that, my CS3 and Snow Leopard combination worked just fine. I then checked the forums and was dismayed at the variety of problems associated with PDF files, for which there seems to be no general fix. Meanwhile, I have hundreds of ads I'm supposed to be preparing and emailing as PDF proofs to businesses around the country. I have two books of 120 and 256 pages that need to be submitted to printers in PDF format with all kinds of fonts and image files belonging to my clients. The last time I submitted a book to a printer via email, the job went perfectly. This time, and next, it's obvious I won't be able to send PDFs at all! If that's the case, my 27-year-old directory business will be unable to absorb the expenses necessary to start all over with new computers and software, and I will be out of business. Period. So-- does anyone have a way to fix this? I would surely be grateful.
    David Henderson

    I'm on a local network, built on Apple's Airport Extreme. but I'm the only computer user on it. I use it for transferring files between the desktop computer (Apple Mac Pro) and laptop (Apple MacBook Pro) and, occasionally, to print from the laptop to a Xerox Phaser printer.
    About a year ago, I added an Apple Airport Express to the network, allowing me to play iTunes music from the laptop through a Panasonic BluRay player connected to a home theatre sound system. No problems of this nature appeared with that installation.
    About four months ago, we connected a DirecTV satellite receiver system to the D-Link router that carries wired network service from the desktop computer to the Xerox printer. The satellite TV system includes a series of modems that allows DVR recordings to be accessed and played from any of the TVs in the house. (As you would now perceive, I run my publishing business from my home). However, this set-up has been functioning for about four months, and I did not encounter the PDF problem until last weekend.
    Now -- about the fonts.
    Because of the many ads that I publish from various sponsors, it is possible that different versions of the same fonts have invaded my system. In the "missing font" alerts I get, InDesign frequently is seeking TT or T1 versions, which I replace with Adobe fonts when possible. Adobe Creative Suite Design Premium included a fairly large collection, which it keeps in one folder.  The Apple OS also includes a bunch in a separate font management folder; and there are carry-over fonts that came with the business when I acquired it 10 years ago. Some of those fonts may go back 25 years to the book's inception. However, in the past several years, I have generally rebuilt all the ads that appear in my publications, substituting newer versions of fonts. Hence, the preflight program has been able to locate and include all the necessary fonts in the packages that go to the printers.
    Once again, I have been able to export good PDF files for all the varieties of ads and books included in my system, until last weekend. One of the documents is built entirely with Helvetica Narrow, for which I have only one version.. Another document consists mainly of Times, and there are 3 or 4 versions of that font in the system; but the version contained in the document has not changed from when it exported properly.
    So... I guess the complexities involved in the network and/or fonts could be part of the problem, as you suggest, but golly -- I hope not. The last thing I want to do is disrupt and rebuild the network or font collections. The font situation especially would set back production for months if not years, because so many individual ads and off-site clients would be involved in the process.
    I'm sorry if I provided more details than you expected. I didn't mean to take so much of your time.
    Thank you.

  • Error while uploading images to SAP Mobile Documents from iPad application using ObjectiveCMIS.

    Hi,
    I am getting the error while uploading images to SAP Mobile Documents from custom iOS(iPad )application using ObjectiveCMIS library.
    My Custom method is as follows:
    - (void)createSalesOrderRouteMapImageInFolder:(NSString*)salesOrderRouteMapFolderId routeMapImageTitle:(NSString *)imageTitle routeMapContent:(NSData *)imageData
        NSInputStream *inputStream = [NSInputStream inputStreamWithData:imageData];
        NSMutableDictionary *properties = [NSMutableDictionary dictionary];
        [properties setObject:[NSString stringByAppendingFileExtension:imageTitle] forKey:@"cmis:name"];
        [properties setObject:@"cmis:document" forKey:@"cmis:objectTypeId"];
        [self.session createDocumentFromInputStream:inputStream
                                           mimeType:@"image/png"
                                         properties:properties
                                           inFolder:salesOrderRouteMapFolderId
                                      bytesExpected:[imageData length]
                                    completionBlock:^(NSString *objectId, NSError *error) {
                                        NSLog(@"Object id is %@",objectId);
                                        if(error == nil) {
                                            [inputStream close];
                                            NSLog(@"Uploading Sales order route map successfully.");
                                            [[NSNotificationCenter defaultCenter] postNotificationName:SaveOrderSuccessNotification object:nil];
                                        } else {
                                            [inputStream close];
                                            NSLog(@"Uploading sales order route map failed.");
                                            [[NSNotificationCenter defaultCenter] postNotificationName:SaveOrderFailedNotification object:error];
                                    } progressBlock:^(unsigned long long bytesUploaded, unsigned long long bytesTotal) {
                                        NSLog(@"uploading... (%llu/%llu)", bytesUploaded, bytesTotal);
    OBjectiveCMIS Method in which i am getting error during upload:
    - (void)sendAtomEntryXmlToLink:(NSString *)link
                 httpRequestMethod:(CMISHttpRequestMethod)httpRequestMethod
                        properties:(CMISProperties *)properties
                contentInputStream:(NSInputStream *)contentInputStream
                   contentMimeType:(NSString *)contentMimeType
                     bytesExpected:(unsigned long long)bytesExpected
                       cmisRequest:(CMISRequest*)request
                   completionBlock:(void (^)(CMISObjectData *objectData, NSError *error))completionBlock
                     progressBlock:(void (^)(unsigned long long bytesUploaded, unsigned long long bytesTotal))progressBlock
        // Validate param
        if (link == nil) {
            CMISLogError(@"Must provide link to send atom entry");
            if (completionBlock) {
                completionBlock(nil, [CMISErrors createCMISErrorWithCode:kCMISErrorCodeInvalidArgument detailedDescription:nil]);
            return;
        // generate start and end XML
        CMISAtomEntryWriter *writer = [[CMISAtomEntryWriter alloc] init];
        writer.cmisProperties = properties;
        writer.mimeType = contentMimeType;
        NSString *xmlStart = [writer xmlStartElement];
        NSString *xmlContentStart = [writer xmlContentStartElement];
        NSString *start = [NSString stringWithFormat:@"%@%@", xmlStart, xmlContentStart];
        NSData *startData = [NSMutableData dataWithData:[start dataUsingEncoding:NSUTF8StringEncoding]];
        NSString *xmlContentEnd = [writer xmlContentEndElement];
        NSString *xmlProperties = [writer xmlPropertiesElements];
        NSString *end = [NSString stringWithFormat:@"%@%@", xmlContentEnd, xmlProperties];
        NSData *endData = [end dataUsingEncoding:NSUTF8StringEncoding];
        // The underlying CMISHttpUploadRequest object generates the atom entry. The base64 encoded content is generated on
        // the fly to support very large files.
        [self.bindingSession.networkProvider invoke:[NSURL URLWithString:link]
                                         httpMethod:httpRequestMethod
                                            session:self.bindingSession
                                        inputStream:contentInputStream
                                            headers:[NSDictionary dictionaryWithObject:kCMISMediaTypeEntry forKey:@"Content-type"]
                                      bytesExpected:bytesExpected
                                        cmisRequest:request
                                          startData:startData
                                            endData:endData
                                  useBase64Encoding:YES
                                    completionBlock:^(CMISHttpResponse *response, NSError *error) {
                                        if (error) {
                                            CMISLogError(@"HTTP error when sending atom entry: %@", error.userInfo.description);
                                            if (completionBlock) {
                                                completionBlock(nil, error);
                                        } else if (response.statusCode == 200 || response.statusCode == 201 || response.statusCode == 204) {
                                            if (completionBlock) {
                                                NSError *parseError = nil;
                                                CMISAtomEntryParser *atomEntryParser = [[CMISAtomEntryParser alloc] initWithData:response.data];
                                                [atomEntryParser parseAndReturnError:&parseError];
                                                if (parseError == nil) {
                                                    completionBlock(atomEntryParser.objectData, nil);
                                                } else {
                                                    CMISLogError(@"Error while parsing response: %@", [parseError description]);
                                                    completionBlock(nil, [CMISErrors cmisError:parseError cmisErrorCode:kCMISErrorCodeRuntime]);
                                        } else {
                                            CMISLogError(@"Invalid http response status code when sending atom entry: %d", (int)response.statusCode);
                                            CMISLogError(@"Error content: %@", [[NSString alloc] initWithData:response.data encoding:NSUTF8StringEncoding]);
                                            if (completionBlock) {
                                                completionBlock(nil, [CMISErrors createCMISErrorWithCode:kCMISErrorCodeRuntime
                                                                                     detailedDescription:[NSString stringWithFormat:@"Failed to send atom entry: http status code %li", (long)response.statusCode]]);
                                      progressBlock:progressBlock];
    Attaching the logs:
    ERROR [CMISAtomPubBaseService sendAtomEntryXmlToLink:httpRequestMethod:properties:contentInputStream:contentMimeType:bytesExpected:cmisRequest:completionBlock:progressBlock:] HTTP error when sending atom entry: Error Domain=org.apache.chemistry.objectivecmis Code=260 "Runtime Error" UserInfo=0x156acfa0 {NSLocalizedDescription=Runtime Error, NSLocalizedFailureReason=ASJ.ejb.005044 (Failed in component: sap.com/com.sap.mcm.server.nw) Exception raised from invocation of public void com.sap.mcm.server.service.AbstractChangeLogService.updateChangeLog(java.lang.String,boolean) throws com.sap.mcm.server.api.exception.MCMException method on bean instance com.sap.mcm.server.nw.service.NwChangeLogService@4e7989f3 for bean sap.com/com.sap.mcm.server.nw*annotation|com.sap.mcm.server.nw.ejb.jar*annotation|NwChangeLogService in application sap.com/com.sap.mcm.server.nw.; nested exception is: javax.ejb.EJBTransactionRolledbackException: ASJ.ejb.005044 (Failed in component: sap.com/com.sap.mcm.server.nw) Exception raised from invocation of public com.sap.mcm.server.model.ChangeLog com.sap.mcm.server.dao.impl.ChangeLogDaoImpl.findByUserId(java.lang.String) method on bean instance com.sap.mcm.server.dao.impl.ChangeLogDaoImpl@2852b733 for bean sap.com/com.sap.mcm.server.nw*annotation|com.sap.mcm.server.nw.ejb.jar*annotation|ChangeLogDaoImpl in application sap.com/com.sap.mcm.server.nw.; nested exception is: javax.persistence.NonUniqueResultException: More than 1 objects of type ChangeLog found with userId=25f8928e-8ba0-4edd-b08e-43bf6fb78f1a; nested exception is: javax.ejb.EJBException: ASJ.ejb.005044 (Failed in component: sap.com/com.sap.mcm.server.nw) Exception raised from invocation of public com.sap.mcm.server.model.ChangeLog com.sap.mcm.server.dao.impl.ChangeLogDaoImpl.findByUserId(java.lang.String) method on bean instance com.sap.mcm.server.dao.impl.ChangeLogDaoImpl@2852b733 for bean sap.com/com.sap.mcm.server.nw*annotation|com.sap.mcm.server.nw.ejb.jar*annotation|ChangeLogDaoImpl in application sap.com/com.sap.mcm.server.nw.; nested exception is: javax.persistence.NonUniqueResultException: More than 1 objects of type ChangeLog found with userId=25f8928e-8ba0-4edd-b08e-43bf6fb78f1a}
    2015-03-12 04:08:31.634 Saudi Ceramics[4867:351095] Uploading sales order route map failed.

    Hi Sukalyan,
    Have you checked the below links?
    These will give you step by step implementation procedure.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a099a3bd-17ef-2b10-e6ac-9c1ea42af0e9?quicklink=index&overridelayout=true
    http://wiki.sdn.sap.com/wiki/display/WDJava/KmuploadusingWebdynproapplication
    Regards,
    Sandip

  • Getting Error 404 when trying to open php documents in DW CS3 Test server

    I am new to DW, php, MySQL and Apache. I have set up a test
    environment but obviously have done something wrong. I currently
    create my web pages from scratch in notepad and update my site with
    a GUI FTP program, but I know with these new tools, I will
    eventually be able to create the type of web site that I really
    want and need. Every time I try to open any php document in DW CS3
    using the"Preview/Debug in browser" button I get an error 404. The
    browsers I use are ie7.0.5730.11 and Nav 9.0b2 . I know this may
    not even be a DW issue, but I really am at an impasse. Any help
    would be much appreciated.

    Jharek Wolf wrote:
    > As I previously mentioned I am new to Apache also. Are
    you willing to
    > continue helping me?
    It sounds as though you need to be taken through this process
    step by
    step. Even though you say you defined a testing server, the
    fact that
    you didn't have your documents in the server's document root
    suggests
    your site definition might also be wrong.
    First things first. Since you're new to Apache, what happens
    when you
    type
    http://localhost/ into your browser
    address bar? Depending on the
    version of Apache, you should get an Apache test page or
    simply a page
    that says "It works!". If you get neither, it means Apache is
    either not
    running or that it has been incorrectly installed.
    Assuming Apache is working, have you installed PHP? If so,
    put the
    following code into a blank file (there must be no HTML or
    DOCTYPE -
    just the following line):
    <?php phpinfo(); ?>
    Save the file as test.php in the Apache document root. Then
    type
    http://localhost/test.php into
    your browser address bar. If you see a
    page with masses of detail about your PHP configuration, PHP
    is working.
    You can then move to the final stage. Create a new folder
    inside the
    Apache document root. This is where you should store your
    site. If you
    call it "mysite", these are the settings you need in the
    Testing server
    definition:
    Testing server folder: /path/to/htdocs/mysite/
    URL prefix:
    http://localhost/mysite/
    Don't take "/path/to/htdocs/mysite/" literally. It indicates
    the
    location of htdocs/mysite on your local hard drive. Use the
    folder icon
    to the right of the Testing server folder field to navigate
    to it.
    If you're new to PHP, you might find that my book, "The
    Essential Guide
    to Dreamweaver CS3 with CSS, Ajax, and PHP" answers a lot of
    your
    questions. It covers all the Dreamweaver PHP server behaviors
    in detail,
    as well as teaching the basics of PHP and database
    maintenance. You can
    find more details by following the link in my sig.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Item split (into 2 lines) in billing document from one delivery (VF01)

    Hi,
    I need to split one item of one delivery into 2 items of billing (via VF01). Example:
    - I have a delivery 80941805 that has only one line with item material XXX and quantity 1000
    - I wish to create a billing document (from the delivery above) with 2 lines with the item XXX. First line with quantity 600, second line with quantity 400 (both the same material XXX). This is necessary due to different taxes in each line, one with taxes, other without taxes (different tax codes).
    It´s possible via some standard function or user-exit ?
    Best regards,
    Leandro Mengue

    Hi,
    ***This is under development !!! Only for tests purposes!!! ***
    Actually I working on a example routine where I split the itens in two lines (each line) with the half of original quantity each one.
    include LV60AB01:
    ENHANCEMENT-POINT XVBUK_XVBUP_XVBFA_AUFBAUEN_01 SPOTS ES_SAPLV60A.
    ENHANCEMENT 281  ZFATURAFIM.
    data: wx_lips like alips occurs 0 with header line.
    append lines of alips to wx_lips.
    loop at wx_lips.
      wx_lips-J_1BCFOP(1) = '7'.
      wx_lips-sortfeld+5(1) = '1'.
      modify wx_lips.
    endloop.
    append lines of wx_lips to alips.
    loop at alips.
      alips-lfimg = alips-lfimg / 2.
      alips-lgmng = alips-lgmng / 2.
      alips-ntgew = alips-ntgew / 2.
      alips-brgew = alips-brgew / 2.
      alips-volum = alips-volum / 2.
      modify alips.
    endloop.
    ENDENHANCEMENT.
    Include LV60AA22: (to be possible process the same line item two times)...
    ENHANCEMENT-POINT FAKTURA_LIEFERBEZOGEN_01 SPOTS ES_SAPLV60A.
    ENHANCEMENT 282  ZFATURAFIM.
       read table xvbup with key vbeln = lips-vbeln
                              posnr = lips-posnr.
       xvbup-fksta = 'A'.
       modify xvbup index sy-tabix.
    ENDENHANCEMENT.
    Contributions and comments will be apreciated !!!
    Best regards,
    Leandro Mengue

  • Importing keyboard shortcuts from PS CS3 into CS4?

    Is it possible to import keyboard shortcuts from PS CS3 into CS4?
    And how?
    m

    Mmh, you could possibly simply copy over the respective files from your preset directory (Documents and Settings/Matjaz/Application Data/Adobe/Photoshop CS3/Presets/Keyboard Shortcuts). Not sure if it's safe, though. Never tried.
    Mylenium

  • PDF to Word documents not indexed

    I am trying to use the trial version of Acrobat X to convert PDF documents to Word DOC file format.  I have found that the result is not picked up by the Indexing Service in Windows Server 2003.  However, if I convert to an RTF document instead, the result is indexed.  If I convert to a DOC format and then rename the file with an RTF file extension, the document is indexed.  Can anyone provide any insight into why this happens?  It also appears to be an issue with some other PDF conversion tools from other providers, but not all.  Any help is appreciated.

    If you're specifically talking about exporting to DOC format (Word 2003 and earlier) instead of DOCX, then it's a consequence of the way non-Microsoft applications write the files.
    DOC files can be either binary (the format actually saved by Word) or a text-based RTF file with just a change in file extension. As the binary format is proprietary and closed, when Acrobat saves to "DOC" it actually saves an RTF file and changes the name. Word is perfectly happy with that, but some apps can get annoyed when the content of a file doesn't exactly "match" its file extension.

Maybe you are looking for

  • How to download music on iPhone to iTunes?

    Hi- I have an iPhone 5 and I have downloaded an album from another computer which is not a purchase I made from iTunes, it was a CD download on the computer that I put on my phone through iTunes. That computer is no longer functioning. I want to get

  • Mobile hotspot drops connection when call comes in

    When my laptop is connect to internet via mobile hotspot on my pre I can't receive calls on the phone without loosing the internet. Is this normal? The hotspot connection stays on, but I can't work on the internet during a phone call. Post relates to

  • Trigger output on Inbound Delivery Type

    Hello, I'd like to know if it's possible to trigger output on Inbound Delivery Item in SAP ERP. Reason I ask is that we want to trigger a label printout for every delivery item during goods receipt of the inbound delivery. I know I can trigger output

  • U-Exit, BADi for MM01/MM03

    Hi, I was thinking if there is any enhacement for my scenario : Thing is quiet simple, user wants to change some data of the material index in MM02, but because there are some limitations f.e werks, lgort, etc. user must to click appropriate tabstrip

  • JTextPane.setText(String) - New line problem

    Hello. I'm usin a JTextPane for a small editor I need. I'm using it for it's ability to use HTML format codes (<font color = #color>string</font> for a singular line); Now, It's loading lines from a text file. Then, I made a function to parse the arr