Having two or more Text-Enrichment component in an Inetgrator graph

Hi All,
The data I am trying to load into Endeca Server v3.0 has got three text columns and I would like to do the text-enrichment process on all of them. At the moment I have used one text-enrichment component per each column (overall three text-enrichment components) but as a result some output columns such as Document-Sentiment or Summary are only containing the last column's sentiment/summary where my ideal is to have a summary of all three columns or an average on their sentiment. I wonder if there is any configuration available for these kind of requirements or if it is possible to use different properties files in order to plan three different set of output columns?
Appreciate your help, Regards.

Hi Farnaz,
If you enriched in parallel, with each branch enriching a different field on the record, you'd wind up with 3 'EntitiesPerson' fields, one on each branch (assuming you're using the same te.properties file).  When you combine the record back together, you will have to do something in your join logic with CTL to combine them.
Something like:
$out.0.EntitesPerson = $in.0.EntitiesPerson + ${"MULTIASSIGN_DELIMITER"} + $in.1.EntitiesPerson + ${"MULTIASSIGN_DELIMITER"} + $in.2.EntitiesPerson;

Similar Messages

  • Did you know how to link the text in two or more text boxes?

    Did anyone know how to link the text in two or more text boxes in Pages 5.0? Thanks for your answer.
    Qualcuno sa come collegare il testo in due o più caselle di testo nella versione 5.0 di Pages. Grazie per le vostre risposte.

    It's just one of the many, many features that have been eliminated or changed. Leave feedback for the Pages team using the link in the Pages menu and review & rate the new versions in the Mac App Store.
    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09. You can continue to use them to get things done.

  • Error scheduling Graph containing text Enrichment component

    I have been trying to schedule Graph containing text Enrichment component without any joy (Integrator 2.2.2). The graph executes but returns an error when trying to run TE component.
    Has anyone managed to get this configuration scheduled?

    What error are you getting (in the graph log or app server log)? Does the graph throw the same error if you execute it directly from the Sandboxes section (not scheduled)? Also to note, there is not a supported TE product component in version 2.2.2. The first release of a supported TE product component is in 2.3.0 and it appears to run fine as scheduled in the LDI Server.

  • In CloverETL the Text Enrichment component not recognizing Indian Person Names

    Im using OEID Integrator ETL3.1.1.
    The component Text Enrichment is not recognizing Indian Person Names. Is there any lib files which needed to be added in Lexalytics?
    Please suggest.

    Holy S H ! T, I thought this was only me!
    SEVEN Months, and Apple has NOT addressed your issue.
    I was gonna say "I miss Steve", then I remembered he didn't answer user concerns either...

  • How do i compare the similarities between two or more text files?

    The subject says it all. I am familiar with a number of the diff tools that are available, but I have yet to find a tool or app that will find the similarities between two text files. Any suggestions?

    From http://hints.macworld.com/article.php?story=20030217061153119
    "FileMerge highlights the sections that differ in each file..."
    I need to find similarities. I was thinking something along the lines of the similarity-tester package in Ubuntu:
    http://unix.stackexchange.com/questions/1079/output-the-common-lines-similaritie s-of-two-text-files-the-opposite-of-diff/94532#94532
    Preferably a GUI tool, but command line is OK if I can figure out the proper syntax.

  • How to LINK two or more Text Field

    I have already asked once to get help with creating a link between two text fields (two fields created with a text tool) so that when text reached the end of one text field it will simply go into another. The given explanation was not specific enough. If you know how to do this and are willing to help, would you PLEASE give me SPECIFIC instructions, step-by-step on how this is done. Please do not assume that I have worked with the Adobe Acrobat program all my life. Thanks :)

    Stevan,
    It's almost laughable that I should give instructions since I know very little about JavaScript, but here goes . . .
    Be sure to follow George's instruction precisely. Make three text fields, which I'll call Text1, Text2, and Text 3.
    1) For the first text field, in the Options tab, remove Multi-line and remove Scroll long text. In the Format tab, in Custom Keystroke Script, click the Edit button, and enter the following:
    var t1=this.getField ("Text1");
    if (event.fieldFull)
    getField("Text2").setFocus();
    2) For the second text field, in the Options tab, remove Multi-line and remove Scroll long text. In the Format tab, in Custom Keystroke Script, click the Edit button, and enter the following:
    var t2=this.getField ("Text2");
    if (event.fieldFull)
    getField("Text3").setFocus();
    Click the Hand tool and start entering text in the first text field. When you run out of space in the first text field it should flow to the second text field and then to the third.
    As noted in my previous message of October 7, 8:05, there are some very severe limitations to this technique which I've not been able to overcome. I was hoping that George might have a suggestion to offer about the limitations, but since we haven't heard from him, maybe there are no workarounds for the limitations.

  • Having two or more personal configuration files on IDS

    Hello,
    I would like to know how to create two ini files under the docserv folder. the reason for this is to for dap.ini to run two different ini files.  This set-up is done for ETPM and has a link of java for the batches of IDS.
    Please help...

    This is pretty simple. The dap.ini specifies the INI files to use for each configuration and the request to IDS has to specify attachment variable CONFIG= to switch between configurations.
    Examples:
    This is from dap.ini:
    [ Config:100AIC ]
        INIFile         = .\mstrres\Amergen\A_100\AIC_100.ini
        INIFile         = .\mstrres\Amergen\AIC.INI
    [ Config:200AIC ]
        INIFile         = .\mstrres\Amergen\A_200\AIC_200.ini
        INIFile         = .\mstrres\Amergen\AIC.INI
    Multiple INI files can be specified for each configuration. The INI options from these configuration files are loaded first and then the dap.ini options are added. Works much like FSIUSER/FSISYS combination where config INI file(s) are treated like FSIUSER and dap.ini as FSISYS.

  • Text Enrichment pre-execute initialization failed

    I'm using OEID 2.4, when I load the data without text enrichment everything works just fine.
    These are the components that my graph uses:Universal Reader ----> Bulk Load to Endeca Data Server.
    With the Text Enrichment I have: Universal Reader ----> Text Enrichment ----> Bulk Load to Endeca Data Server
    This is the error that my Console throws:
    INFO [WatchDog] - Successfully started all nodes in phase!
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node TEXT_ENRICHMENT0 finished with status: ERROR caused by: Component pre-execute initialization failed.
    ERROR [WatchDog] - Node TEXT_ENRICHMENT0 error details:
    Element [TEXT_ENRICHMENT0:Text Enrichment]-Component pre-execute initialization failed.
         at org.jetel.graph.Node.run(Node.java:458)
         at java.lang.Thread.run(Thread.java:722)
    Caused by: InputFieldName: Plot not in meta data
         at com.endeca.clover.adapters.salience.SalienceComponent.validateMetaData(SalienceComponent.java:659)
         at com.endeca.clover.adapters.salience.SalienceComponent.preExecute(SalienceComponent.java:490)
         at org.jetel.graph.Node.run(Node.java:456)
         ... 1 more
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 1
    INFO [WatchDog] - [Clover] phase: 1 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [1] finished with error - elapsed time(sec): 0
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 FINISHED_OK 0 18002
    INFO [WatchDog] - 1 ERROR 0 19033
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    INFO [WatchDog] - WatchDog thread finished - total execution time: 5 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !
    I don't know what to do... help, anyone?

    INFO  [main] - ***  CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License  ***
    INFO  [main] - Running with CloverETL library version 3.3.0 build#021 compiled 15/10/2012 15:10:55
    INFO  [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.7.0_07, max available memory for JVM 895680 KB
    INFO  [main] - Loading default properties from: defaultProperties
    INFO  [main] - Graph definition file: graph/Recordsearch.grf
    INFO  [main] - Loading properties from file C:\Users\test\OracleDemo\UND\.\seliance.properties
    INFO  [main] - Hint: Add additional worker threads: available: 4 in configuration: 2
    INFO  [main] - Graph revision: 1.5 Modified by: test Modified: Wed Jun 19 13:04:27 IST 2013
    INFO  [main] - Checking graph configuration...
    INFO  [main] - Salience license: C:\Program Files (x86)\Lexalytics\license.v5
    INFO  [main] - Salience data dir: C:\Program Files (x86)\Lexalytics\data
    INFO  [main] - Graph configuration is valid.
    INFO  [main] - Graph initialization (Recordsearch)
    INFO  [main] - [Clover] Initializing phase: 0
    INFO  [main] - Salience license: C:\Program Files (x86)\Lexalytics\license.v5
    INFO  [main] - Salience data dir: C:\Program Files (x86)\Lexalytics\data
    INFO  [main] - [Clover] phase: 0 initialized successfully.
    INFO  [WatchDog] - Starting up all nodes in phase [0]
    INFO  [RECORD_STORE_READER0_0] - RecordStoreReader: connecting to http://localhost:8500/rs_output/
    INFO  [WatchDog] - Successfully started all nodes in phase!
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node TEXT_ENRICHMENT0 finished with status: ERROR caused by: Component pre-execute initialization failed.
    ERROR [WatchDog] - Node TEXT_ENRICHMENT0 error details:
    Element [TEXT_ENRICHMENT0:Text Enrichment]-Component pre-execute initialization failed.
      at org.jetel.graph.Node.run(Node.java:458)
      at java.lang.Thread.run(Thread.java:722)
    Caused by: EntitySentiment-Field: EntitiesPlace not in meta data
      at com.endeca.clover.adapters.salience.SalienceComponent.validateMetaData(SalienceComponent.java:705)
      at com.endeca.clover.adapters.salience.SalienceComponent.preExecute(SalienceComponent.java:490)
      at org.jetel.graph.Node.run(Node.java:456)
      ... 1 more
    INFO  [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO  [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO  [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 0
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO  [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO  [WatchDog] - Phase#            Finished Status         RunTime(sec)    MemoryAllocation(KB)
    INFO  [WatchDog] - 0                 ERROR                              0             38312
    INFO  [WatchDog] - ------------------------------** End of Summary **---------------------------
    INFO  [exNode_0_1370587626037_RECORD_STORE_READER0] - RecordStoreReader: Transaction ID = 71
    INFO  [exNode_0_1370587626037_RECORD_STORE_READER0] - RecordStoreReader: Last Committed Generation ID = 16
    INFO  [exNode_0_1370587626037_RECORD_STORE_READER0] - Full Extract or Baseline read detected
    INFO  [WatchDog] - WatchDog thread finished - total execution time: 5 (sec)
    INFO  [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !
    i have the same error can you please help ????

  • Reference Book: Can I write a book in ID in which ther are two or more commentaries on the body text?

    What I want to do, is to write a book with two or more commentaries.
    I guess I need, either:
    1) 2 or more sets of footnotes, so that the commentaries can be properly accessed from the main body text, or
    2) a main "body text-box" with two other text boxes per page, and then some sort of gimmick to "tell" ID which comment is "attached" to which part of the main text, Can this be done? with scripts?
    Thank you very much

    Is there some other reason why you're breaking up T1, or are you thinking that it will help performance?
    There are very few reasons why one would ever want to take a table "T1" and break it up like that -- partitioning is by far a better, more correct solution.

  • The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group). You can use Join command to connect two or more paths, paths in groups; ot to close an open path.

    Hi I was trying to join two Ractangle Tool objects but getting this type of Error in illustrator cs6 :-
    The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group).
    You can use Join command to connect two or more paths, paths in groups; ot to close an open path.
    Please assist me asap.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This sound like a firewall issue. I would start by disabling the firewall and seeing if you can connect. If this works then you know where the problem is,
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Identical ID in two or more dimensions encountered during transport issue.

    Hi there,
    we encountered an issue WHEN having members IDENTICAL ID in two or more dimensions. Example:
    ACCOUNT Dim; member 1000 = Cash
    MATERIAL Dim: member 1000 = Plastic Cup
    When in a report, we are showing only ACCOUNT members in the rows (hardcoded). for the 1000 member we have to specifiy ACCOUNT:1000 for the correct account and description to appear. - When not specifiying the dimensionname before the account then 'for whatever reason' the MATERIAL member will be display and used in report.
    Here is the problem! - When we transport the report, whith hardcoded ACCOUNT:1000 celll from SB to our DEV environment, then the report does NOT work appropriatly anymore! ... this is the case as the DEV environment does NOT have a member 1000 in the MATERIAL dimension. Hence the differenetiation or hardcoding is not needed. However in addition to not needed the transported Report is NOT working anymore due to that exact same. - One once we go in DEV to remove the 'ACCOUNT:' before 1000, then the correct discription and values are refreshed, before (ACCOUNT:1000) it does not refresh with values.
    How come? How to handle this inconsistancy? --- When hardcoding ACCOUNT:1000 in dimension set where numerous dimension have the 1000 member, the report works. - However same report, in an environment without identical members in numerous dimension, the report does NOT work.
    Any suggestions?

    Hi,
    Interesting. This only happens when you are not using an expansion. This looks like a bug, as the members "ACCOUNT:1000" and "1000" should be treated exactly the same in your scenario. You should probably open a message with SAP.
    One workaround you can use to guarantee that the report works in all systems is to use an =EVMBR("APPNAME","ACCOUNT:1000") function in your row/column-key range instead of hardcoding "ACCOUNT:1000" directly into the cell. You will have to format the cell where you do this as "General" instead of "Text" before Excel will evaluate the formula.
    Hopefully that works for you as well,
    Ethan

  • More text options in Print Module

    It's frustrating to be able to do just about everything in LR - but not quite.  I'd like more text options for the printing module.  For example, when I'm printing a limited edition print, I put the edition number in the bottom left corner, under the image, within the border of the print.  The title goes in the middle, slighty larger font, and then possibly a watermark.
    I can use the Identity Plate to create a nice looking title, but the Photo Info will only print in the middle with no options for positioning it anywhere else, or no options for other fonts.

    I would second this proposal..... with a serious passion.  I think it is unbelievable that Adobe will not provide us with the option to print the metadata with our images.
    The current metadata print options are in the dark ages, a joke and an insult to anyone trying to put a proper caption on a printed image.  For example, one cannot currently control the postion or font of a basic caption, never mind a considered template which might incorporate copyright, date, author, etc..   I also make folios (ala Lenswork).  Unfortunately, a detour to PS also means that this must be done manually, rather than using a template.  Adobe have all the tools to make this work, many of them are in the Slideshow module, so already the code is inside Lightroom.   It is so sad that a company like Blurb can provide these tools free of charge in free software, but Adobe seem incapable of providing these basic features.  I was disappointed they were not in version 1, frustrated when missing from version 2 and  apoplectic when not in version 3. I might excuse the omission if I could build a template in PS which allowed me to place text from the metadata into a formattted page layout, but this is not possible either. So despite the fact I have purchased both Lightroom and Photoshop, and paid for upgrade after upgrade of both products, this basic facility is still missing.
    I can only deduce that people in Adobe print images in two modes.
    1) a lonely image in approx middle of the page with no text formatting or
    2) an image in draft mode with a caption and a name plate and uncontolled other text in ad hoc placements (totally unsuitable for presenting to a client).
    I would put this requirement ahead of so many other popular requests (even ahead of requests such as networked storage, soft proofing, etc).  I can mention other software products who do a really good job of printing meta data with images, do serious work on sharpening, etc. for a fraction of the cost of the Lightroom / Photoshop combination. Becasue I am on an Adobe site I will not mention the names of these non Adobe products. If these small companies can solve this problem, surely Adobe can do so as well.
    I also find that I cannot trust the page setup templates that I do create. It seems to me that many of the properties (ie page size, orientation, matt / gloss options) disappear without warning.  I suspect this happens when I have problems printing to networked Epson printers (maybe others, but I only use Epson ...with Windows 7.)  This is very frustrating when my template changes from Matt in to Gloss, with subsequent wasted of ink and frustration and lost time in correcting and re-updating the template.
    Adobe, please finish the Print Module.  I do not want any more glitzy updates to publishing to the most recent social media exchange medium. Can we not get basic printing working first.
    (..... thanks for listening.....end of rant).

  • More Text and transitions???

    Hey guys i love the new iMac and iMovie, but i want More text options and more transition options. i have a a friend that has an older version and has a LOT!! of extras for these two options i cant seem to find any, Can anybody help me, Please!!

    Download iMovie version 6 (free to iMovie 7 users) or use QuickTime Pro to make your Web based files:
    http://homepage.mac.com/kkirkster/RedneckTexasXmas/index.html

  • Printing two lines of text in Print Module

    Is it possible to print two, or more lines of text, say on a contact sheet, such as filename and caption. If so, how?

    Lightroom automatically wraps text under the thumbnail in contact sheets. The Text Template Editor does not allow you to enter line breaks. So, if your Filename is long enough to fill the first line, the caption will start with the second. If not, you can tweak the template somehow so that it looks the way you want.

  • FEBA - How to post two or more transactions at the same time?

    Hi,
        one of our banks sends the statemets with many lines that belongs to the same transaction. We have to post partially one line, and afterwards the other line. Any of you know how to post two lines at the same time from the bank statement?
    Thank you in advance,
    Miguel

    Hi,
    I'm sorry for replying so late.
    The solution I reached was to change the a few things in the standard.
    Now I have a new "context menu item". I select two or more transactions and I right-click the mouse. I select that "context menu item" and the next part of the code adds the total amount of the transactions to look for the correct post for the first transaction. Once posted automatically, the next transaction is posted automatically by the system.
    I hope you understand my English. I've problem with technical FI terms.
    Here you are the code:
    First I added a new contextual menu item:
    CL_FEBAN_ALV_GRID=============CCIMP
    call method e_object->add_function
        EXPORTING
            fcode = 'BS_POST_ITEMS'
            text = text-002.
    *{ INSERT DHTK904078 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        call method e_object->add_function
            EXPORTING
                fcode = 'ZBS_POST_ITEMS'
                text = text-Z02.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        call method e_object->add_function
            EXPORTING
                fcode = 'BS_KILL_ADVICE'
                text = text-004.
    CL_FEBAN_ALV_GRID=============CCIMP
    when 'BS_POST_ITEMS'.
        call method cl_feban_propagator=>raise_event
            EXPORTING
                i_event = 'POST_ITEMS'
                i_ref_to_item = l_ref_to_item.
    *{ INSERT DHTK904078 2
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        when 'ZBS_POST_ITEMS'.
            call method cl_feban_propagator=>raise_event
                EXPORTING
                    i_event = 'ZPOST_ITEMS'
                    i_ref_to_item = l_ref_to_item.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        when 'BS_LOCK_ITEMS'.
            call method cl_feban_propagator=>raise_event
                EXPORTING
                    i_event = 'LOCK_ITEMS'
                    i_ref_to_item = l_ref_to_item.
    CL_FEBAN_PROPAGATOR===========CM001
        when 'POST_ITEMS'.
            raise event post_items
                exporting i_ref_to_item = i_ref_to_item.
    *{ INSERT DHTK904078 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        when 'ZPOST_ITEMS'.
            data: zvalor(1) value '' .
                export zvalor from 'X' to memory ID 'ZFEBA01'.
                raise event post_items
                    exporting i_ref_to_item = i_ref_to_item.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        when 'LOCK_ITEMS'.
            raise event lock_items
                exporting i_ref_to_item = i_ref_to_item.
    Now, I proceed to calculate the total amount of the selected transactions to look for the correct one to post.
    LNEW_FEBAF01
    *     user parameter
            l_feban_position type c.
            field-symbols: <items> type item_tab_type.
    *{ INSERT DHTK904077 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        data: zvalor(1) value '',
            zkwbtr type kwbtr,
            kwb type kwbtr.
        import zvalor to zvalor from memory ID 'ZFEBA01'.
        if ( zvalor is not initial ).
            if not i_ref_to_item is initial.
                assign i_ref_to_item->* to <items>.
                loop at <items> into h_item.
                    select single kwbtr
                        into kwb
                        from febep
                        where kukey = h_item-kukey and
                            esnum = h_item-esnum.
                            zkwbtr = zkwbtr + kwb.
                endloop.
            endif.
            export zkwbtr from zkwbtr to memory ID 'ZKWBTR'.
        endif.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
        refresh g_picked_items.
        if not i_ref_to_item is initial.
            assign i_ref_to_item->* to <items>.
            loop at <items> into h_item.
                move-corresponding h_item to h_picked_items.
                append h_picked_items to g_picked_items.
            endloop.
        endif.
        submit rfebbu00 and return
            user sy-uname
            with anwnd = r_doc->*-anwnd
            with s_kukey in s_kukey
            with s_esnum in s_esnum
            with buber = g_posting_area
            with mregel = '1'
            with function = 'C'
            with mode = g_mode
            with p_bupro = g_bupro.
    *{ INSERT DHTK904077 2
    *--> Miguel Estu00E9vez - 17/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        if ( zkwbtr is not initial ).
            select single kwbtr
                into kwb
                from febep
                where kukey = h_kukey-low and
                    esnum = h_esnum-low.
                    zkwbtr = zkwbtr - kwb.
            export zkwbtr from zkwbtr to memory ID 'ZKWBTR'.
        endif.
    *<-- Miguel Estu00E9vez - 17/06/2008
    *} INSERT
        refresh s_kukey.
        refresh s_esnum.
        clear h_kukey.
        clear h_esnum.
    endloop. "loop over all picked items
    call function 'CUSTOMIZED_MESSAGE'
        EXPORTING
            i_arbgb = 'NEW_FEBA'
            i_dtype = '-'
            i_msgnr = '110'.
    RFEBBU00
    * original transaction currency provided and posting area = 2.
            ftclear-selvon = febep-fwbtr. "INSERT - mpEURO
        ENDIF. "INSERT - mpEURO
        CONDENSE ftclear-selvon NO-GAPS.
    *{ INSERT DHTK903977 1
    *--> Miguel Estu00E9vez - 16/06/2008
    * RIPI 24/04/2008 - Conciliaciones
    * Permitir conciliar mu00E1s de un apunte a la vez
        data: zkwbtr type kwbtr.
        import zkwbtr to zkwbtr from memory ID 'ZKWBTR'.
        if ( zkwbtr is not initial ).
            ftclear-selvon = zkwbtr.
            clear zkwbtr.
        endif.
    *<-- Miguel Estu00E9vez - 16/06/2008
    *} INSERT
    APPEND ftclear.
    ** Begin of comment C5053248
    * perform druck_buzei_ftclear using ftclear-agkon.

Maybe you are looking for

  • Can't View Photos on Web Page

    I have a real problem. I created pages on iWeb 8 for clients to view images and some of the people can't see anything other than the page itself without photos. So far 2 out of 4 people are having this problem. Please help if anyone has a clue as to

  • Sample and Hold Application.

    I am acquiring data with the NI ELVIS on an analog input channel A0. I need to sample and hold the data according to a 480 Hz (2.08 ms) clock as follows: 1. Acquire data for the 0.69 ms (1st third of the cycle) and place the data into a new waveform.

  • Handling unit check error L3779

    Hi, I am getting an error message in LH01 *Pick HU assignment only allowed with empty HUs Message no. L3779*. Can you tell me why I am getting this error for my plant only not with any other plant. My functional counterpart has checked all the config

  • ITunes 7 is crazy!

    My iTunes is very slow! And Crazy, have various bug, and interface bug's! http://static.flickr.com/89/2447447574be48c0d1do.jpg See this picture! [MacBook 2.0 White - 512Mb - 60Gb - SuperDrive] - [MacBook 2.0 White - 1.25Gb - 60Gb - SD]   Mac OS X (10

  • OT: 1 item remaining

    Hi folks, In some website created I use a layer that contain news or others data and I use the behavior show-hide layers (onLoad) for show it after page is loaded. Sometimes when I use IExplorer I don't see the layer and in the IExplorer status bar I