Deactivate Enhancement Implemenatation

Hi,
I want to deactivate a (new BADI) enhancement implementation. Please suggest how to do this.
Can it be done only by commenting the code lines of the implementation or is there a direct 'deactivate' option for the Z implementation in (se19).
However in change mode currently the active<->inactive menu in 'Enhancement Implementation' menu in SE19 is greyed out.
Please suggest.

Hi,
In the 'Enh. Implementation elements' tab there is no checkbox or a check for 'implementation is active' or anything like that.
All that I have in that tab is the Enhanced Devlopment Object: (at the beginning), then Enhancement spot, Program, Overwrite, Enhancement Implementation type, Enhancement Implementation point/section, FULL_NAME of Superior enhancement.
Thanks.

Similar Messages

  • Remove/deactivate enhancement components from enhancement project

    Hi all,
    I have created project for enhancement & included the enhancement in the project. Enhancement contains 3 components for example
    1. Exit_XXX_001
    2. Exit_XXX_002
    3. Exit_XXX_003
    I have implemented all the three components to check which one suits best for my requirement and found that 001 suits my requirement best. Now there is check mark for all the three components indicating that they are implemented.
    My requirement is to make the components 002 & 003 look as if they are not implemented(remove the check mark as it looks before implementation), In other words i want to remove components 002 & 003 from the project.
    Hope I'm able to explain what i mean. If anybody require more clarification. Please let me know.
    Thanks in advance.

    What you're trying to do is not possible. All components contained in an enhancement (SMOD) can only be activated or deactivated en-block. So similarly in CMOD, best you could do is deactivate and remove the complete component...
    Cheers, harald

  • De-activating UI Enhancement Implementations

    Hi,
    Can anyone please tell me if its possible to deactivate Enhancement Implementations that are created for ABAP WD components?
    I know that Enhancement Implementations that are based out of BADIs have a checkbox "Implementation is Active" by which I can control whether the Enh.Imp is active or not.
    Is there something similar even for the Enhancement Implementations that are created for the ABAP WD UIs?
    Thanks a lot in advance for your reply.
    Best Regards,
    Pramod

    Hi pramod,
    Check this link.
    [SDN-Web Dynpro for ABAP|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242bf011]
    Best of luck,
    Bhumika

  • Deactivate an Enhancement to a standard program

    Dear all,
    I'm facing the following problem.
    Our programmer apply an Enhancement to to a standard FI program. Now I would to deactivete this Enhancement: what is the t-code that allow me to do this?
    Sap Version: ECC 6.0
    Thanks in advance
    Alberto

    hI,
    Thanks for you reply. I'm trying to deactivate a Badi
    Reagrds
    Alberto

  • Deactivate steps for BADI Enh Implemenatation

    Hi friends,
    I've assinged and activated one BADI enhancement implementation object for MIGO under se19. Now, I want deactivate the same...i've tried it in se19 screen by Ctrl + F4 (Edit implementation->new badi enhanc impl text) but its not working out....
    Pls reply and provide the steps how to solve it.
    thanks & regards
    sankar.

    Hi,
    The process varies from SAP old versions and ECC 6. 0. Which system are you using.
    If it is older version that ECC 6.0 then,
    take transaction SE19. Give your BADI Implementation name. On the same screen above the Implementation name there is a deactivate button. You may use that.
    Hope this helps.
    Regards,
    Renjith Michael.

  • Add new column in Item overview - PO Enhancement

    Hello Everyone,
    I need help.
    I have developed enhancement for adding custom tabs with custom fields in header and item levels of ME2xN transactions using MM06E005 enhancement, but unable to add a field with new column in Item overview (The Middle one).
    Can anyone please help.
    Thanks in advance.
    <removed by moderator>
    Edited by: Thomas Zloch on Feb 1, 2012

    Hi,,
    Functional Requirement: A new tab is needed to add in Purchase Order Transaction at the header level.
    Technical Requirements: This functionality can be achieved using Customer-Exits where in SAP provides certain hooks for modifying standard SAP transactions. The enhancement MM06E005 is required to enhance standard screen. This enhancement consists of following exits.
    A Function Exits.
    B Screen Exits.
    C Include Tables
    A List of Function Exits are.
    EXIT_SAPMM06E_006
    EXIT_SAPMM06E_007
    EXIT_SAPMM06E_008
    EXIT_SAPMM06E_009
    EXIT_SAPMM06E_012
    EXIT_SAPMM06E_013
    EXIT_SAPMM06E_014
    EXIT_SAPMM06E_016
    EXIT_SAPMM06E_017
    EXIT_SAPMM06E_018
    B List of Screen Exits are.
    SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101
    SAPMM06E 0111 CUSTSCR1 SAPLXM06 0111
    SAPMM06E 0201 CUSTSCR1 SAPLXM06 0201
    SAPMM06E 0211 CUSTSCR1 SAPLXM06 0211
    SAPMM06E 0301 CUSTSCR1 SAPLXM06 0301
    SAPMM06E 0311 CUSTSCR1 SAPLXM06 0311
    C List of Include Tables are.
    CI_EKKODB
    CI_EKPODB
    From the above List those exits in red colored are only required for our purpose
    Technical Solution.
    The below steps are required to follow to accomplish the task.
    1.Find the package name of the transaction by going to system->status.
    2.Double click on Transaction name (for e.g. ME21N) look for package name.
    Or
    3.Double click on Program name (for e.g. SAPLMEGUI) ->click GO TO on menu bar->attributes, look for package name.
    Or
    4.Double click on Screen no (for e.g. 14) ->attributes, look for package name
    5.Go to TCODE SMOD and press F4. Click on Information system and enter Package name
    ( for e.g. package Name ME was found from above points )
    6.We see a list of exits for the mentioned package.
    7 Go to TCODE CMOD->Enter a project name (for e.g. MMPRICE).
    8 Press->create. If the enhancement MM06E005 is already assign to another project either deactivate it by pressing . Deactivate project button OR we can use that project itself.
    9 Enter short text and save the project. Click on button. Type the required enhancement
    And press Enter. Press button and save the project. Now we can see the list of exits which are
    Required to enhance the screen. Activate the project by pressing activate project button . Check that all the Exits turn into green color.
    10 First include fields in the structure CI_EKKODB. This will automatically update Po header Table (EKKO)
    11 Use screen exit SAPMM06E 0101 CUSTSCR1 SAPLXM06 0101. Double click on it and activate to get customer ..Design your layout with five fields in screen editor. Name them taking
    Dictionary fields as reference (EKKO).Use the custom include programs which are provided for coding purpose.
    12 Use exit EXIT_SAPMM06E_006 to get data from existing purchase order. This Function exit consist of import parameters I_EKKO which contains data for corresponding purchase order.
    13 Use exit EXIT_SAPMM06E_008 to transport data from purchase order customer screen to changing parameter E_CI_EKKO.The data which is entered on custom screen will be send to this structure and when saved, updates the table EKKO.
    Cheers
    NZAB

  • PT_ABS_REQ - Deactivate Standard Implementation

    Hi All,
    I have  a requirement to restrict the employee from applying Privilege Leave in previous financial year through the ESS.
    For this I have implemented PT_ABS_REQ with a Z BADI - ZHR_PT_ABS_REQ.
    I have copied the existing class CL_PT_ARQ_REQ_EXIT code into my Z-class and added my logic to the required method.
    However, after activating and adding my BADI through PTARQ I am getting an error in ESS:
    RFC_SYSTEM_FAILURE.
    The problem is I am unable to deactivate the standard implemention, even though my Z-BADI is activated and getting called.
    In both PTARQ and SPRO, I see my Z-BADI asActive and Implemented. (I am unable to see the standard implementation here).
    Anyone can throw some light on this??
    Thanks.

    whenever you use the badi you need to ensure that you copied all the standard
    methods of the badi and enhanced which one you need
    Please check your coding.
    IF_EX_PT_ABS_REQ~CHECK_TIME_CONSTR_FOR_SUBTY to control the leave
    combination.ie for example
    Create  a custom implementation Z* method
    IF_EX_PT_ABS_REQ~CHECK_TIME_CONSTR_FOR_SUBTY to check the leave
    combinations..

  • Enhancement-Point in ECC6 Issue

    Hi all,
    We recently did an Technical Upgrade from ECC5 to ECC6.
    After the Upgrade, during the Syntax Check in one of the custome reports we developed, we are getting an error "The statements ENHANCEMENT-SECTION and ENHANCEMENT-POINT (without the STATIC addition ) can only be used in executable coding".
    When I checked, i found that this comes from a standard include I_RFIDYYWT_FICA_SEL which is called inside out custom report. There is an Enhancement-Point without the STATIC addition and this is resulting in this issue.
    Coudl you please let me know whether there is any way by which we can deactivate this Enhancement-Point or is there any other solution to over come this issue.
    Many thanks in advance,
    Regards,
    Anoop R.S

    Hi,
    to find the user exits & Badi's for the T-code..
    go to table TSTC>enter T-code and execute> get the Program for the t-code..
    and go to-se38-->get the package attached to the t-code..
    next go to t-code Se15>expand the enhacement tab>enter package under userexit and
                                                         execute you will get the list of exits
                                                         available...
                                                      -->enter package under Badi's tab and
                                                         execute you will get the list of Badi's
                                                         available... 
    All the User exits are stored in Table MODSAP..
    Implemeting User-exit..
    go to t-code  smod -->enter the  Exit name --> click on display --> click on components
                                                                      --> clcik on Finction module
                                                                      --> click on include under function module
                                                                       --> it show warning message ignore that and hit enter and write the code
    and activate again the SMOD..
    Prabhudas

  • Unistalling procedure of Enhanced Gmail Plug-in ??

    Hi,
    How does one Unistall the Enhanced Gmail Plugin, because i did a Security wipe on my 9790, and though all the emails are no longer visible elsewhere, when i go to Setup/Email Accounts, i see that the Gmail plugin is still showing me all my email addresses and asking for password and does not let me do anything there.
    Regards
    Bikram Grewal
    Solved!
    Go to Solution.

    hello,
    if I recall correctly, you can at most deactivate it, but not uninstal it?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Deactivate automatic transfer order during PO process

    hi
    After transfer order ,system automatically confirmation of transfer order .i need to manual confirmation, I dont want Automatic
    transfer order confirmation during PO process.
    i deactivate confirmation  in warehouse number,storage type, movement type. but again its happened the transfer order confrimation
    with regard
    dinesh

    Check again in OMLX both indicators are removed. If you are still facing the issue then you may need to check any enhancement done for this purpose to override the configuration.
    Or check you are using any special Movement indicator to directly putaway the material bypassing the TR & TO. Check WM view 1 for special mvt indicator
    Please refer the prerequesiste for the TO confirmation. If you remove the prerequisites it should work fine. But it is not advisable to remove the Confirmation required indicator at storage type level
    [http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f83e4d4afa11d182b90000e829fbfe/frameset.htm]
    [Auto Confirmation of transfer order - 999 mvt from storage type W01 to S01;
    Edited by: Karthik on Aug 12, 2011 1:07 PM

  • Enhancement in VF01

    Dear Friends
       I am having one requirement to deactivate the enhancement in VF01,  In the VF01 first screen has the default data section , there we have 4 input fields.  earlier as per the requirement developers hide the billing date and pricing date in the default data box. ( when you select line item.. the date shows in the read only mode but not on this screen it shows in another scree. now i am supposed roll back this changes and put the screen as it is before.  I have the list of all the user exit available to that transaction.  by using the program available in the SDN.
    my problem is to know among this availabe user exits which user exit can be used for the screen enhancement, secondly  If i want to know weather any badi is used for that then how i am able to see what are the badis available to this VF01 transaction code.  please help me.
    Any help will be appreciated.
    Thanking you! waiting for your reply.
    Regards
    Naeem

    Hi  Naim,
    Check list of exit available for VF01
                                                                                    Transaction Code - VF01                     Create Billing Document                                                                               
    Exit Name           Description                                                                               
    SDVFX007            User exit: Billing plan during transfer to Accounting                          
    SDVFX008            User exit: Processing of transfer structures SD-FI                             
    SDVFX009            Billing doc. processing KIDONO (payment reference number)                      
    SDVFX010            User exit item table for the customer lines                                    
    SDVFX011            Userexit for the komkcv- and kompcv-structures                                 
    V05I0001            User exits for billing index                                                   
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure                      
    V60A0001            Customer functions in the billing document                                     
    V60P0001            Data provision for additional fields for display in lists                      
    V61A0001            Customer enhancement: Pricing                                                                               
    No of Exits:         10        
    Rewards if useful................
    Minal

  • How to deactivate authorization check?

    hi ,
    how to deactivate  Authorization check?
    thanks.
    reddy.

    Use switch T77S0 to control the use of an authorization object during the authorization check.
    If value is 0 authorization check is inactive, if value is 1 inactive. See example below.
    AUTSW     ADAYS            15     HR: tolerance time for authorization check
    AUTSW     APPRO     0     HR: Test procedures
    AUTSW     DFCON     1     HR: Default Position (Context)
    AUTSW     INCON     0     HR: Master Data (Context)
    AUTSW     NNCON     0     HR:Customer-Specific Authorization Check (Context)
    AUTSW     NNNNN     0     HR: Customer-specific authorization check
    AUTSW     ORGIN     1     HR: Master data
    AUTSW     ORGPD     0     HR: Structural authorization check
    AUTSW     ORGXX     0     HR: Master data - Extended check
    AUTSW     PERNR     1     HR: Master data - Personnel number check
    AUTSW     VACAU          Activate Auths for Maintaining Vacancies (PBAY)
    AUTSW     XXCON     0     HR: Master Data - Enhanced Check (Context)
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/84/49ba3b3bf00152e10000000a114084/frameset.htm
    Regards,
    David

  • New to ABAP Enhancements

    Hi Experts,
             As I am new to ABAP Enhancements can anyone guide with the navigations on how to proceed for creating an enhanced object.I will be helpful if u can provide it with some examples.
    Thanks & Regards,
    Naresh

    Hi,
    <i><b>Overview of Customer Exits</b></i>
    The SAP application programmer plans possible application enhancements
    in an application and defines the necessary components. These
    components are combined in SAP enhancements.The programmers document their enhancements as best they can so that customers can implement the enhancements without having to analyze the program source code or the screen source code.
    First, create an enhancement project and then choose the SAP
    enhancements you want to use.
    Next, edit your individual components using the project management
    function and document the entire enhancement project.
    Finally, activate the enhancement project. This activates all the component
    parts of the project.
    The transaction, CMOD, starts the project management function. You
    must give your enhancement project a name. SAP recommends that you
    think up a naming convention for all your projects. You caninclude the
    transaction or module pool of the project in its name. All the enhancement
    project names must be unique.
    Next, go to the attributes of the project and enter a short text describing
    the enhancenent project. The system inserts all the other attributes of the
    project, such as created by, created on, and or status.
    Use the project management function to assign SAP enhancements to
    customer enhancement projects. Enter the names of the SAP enhancements
    you want to use on the appropriate screen.
    The search function gives you a catalog-like overview of existing SAP
    enhancements. From there, you can select the enhancements that are of
    interest to you.
    Use the product management function to edit the components of your
    enhancement project.
    Depending on whether the component you are editing is a function
    module, a menu entry, or a subscreen, you branch to either the Function
    Builder, a dialog box for entering menu entries, or to the Screen Painter.
    Activation of an enhancement project affects all its components. After it
    has been activated successfully, the project has the status, active.
    During activation, all programs, screens, and menus that contain the
    components that belong to the project are regenerated (programs at the
    time they are executed). After activation, you can see the effect of the
    enhancements in your application functions.
    The Deactivate function allows you to reset the status of an active
    enhancement project to inactive.
    When the enhancement project was created, you should have assigned
    it to a change request. Each of the component pieces, such as include
    programs, subscreens, and menu exits, should be assigned to the same
    change request. Using the same change request allows you to transport
    the entire enhancement at the same time.
    <i><b>Function Module Exits</b></i>
    Function module exits allow customers to implement additional logic
    in application functions. SAP application programmers define where
    function module exits are inserted and what type of data they transfer.
    SAP programmers also create the corresponding function modules of an
    exit complete with short text, interface, and documentation, as well as
    describing the intended purpose of each function module in the SAP
    documentation.
    You write the source code for the function modules yourself. If need be,
    you can also create your own screens, text elements, and includes for the
    function group.
    The system processes your ABAP code when the enhancement project of
    which your function module is a component is activated. Function module
    exits have no effect prior to enhancement project activation.
    The exit function module is called in the PAI logic of a screen at a position
    determined by the SAP application developer. Within the function module,
    the user can add the functions in the customer namespace using an include.
    To call function modules, use the ABAP statement: CALL
    CUSTOMER-FUNCTION ’nnn’, where nnn is a three-digit number. The
    programmer must also create the function module the developer wants to
    call and its related function group.
    These function modules always belong to function groups, the names of
    which begin with X (X function group).
    The following naming convention applies to function modules:
    &#149; Prefix:EXIT
    &#149; Name: Name of the program that calls the function module
    &#149; Suffix: Three-digit number
    The three parts of the name are separated by an underscore.
    The CALL CUSTOMER-FUNCTION statement is only executed after
    the enhancement project has been activated. Multiple calls of the same
    function module are all activated at the same time.
    The most frequently asked question concerning enhancements is how can
    you see if an application program offers a function module exit? There are
    a number of ways to find the answer to this question.
    To see quickly if an application program offers a function module exit, you
    can follow the path on the left side of the figure: The menu path System&#8594;
    Status always displays the name of the current application program. In
    this example, a suitable character string would be CALL CUSTOMER.
    Click the Find icon and search globally in the program. If your search doesnot provide any results, you can define a larger search area. Determine
    the environment for the corresponding program and look for the specific
    character string in the program environment.
    The right side of the figure shows you howto find the name of the required
    enhancement using search tools. You can restrict the search in the SAP R/3
    Repository Information System using different criteria. These are:
    &#149; Development class (also try generic entries)
    &#149; Technical name of the enhancement
    Use the project management, transaction: CMOD function, to edit the
    function modules for function module exits.
    Use the button for editing components to go directly to the function
    module editor (display mode).
    Do not change the function module itself. It is especially important that
    you do not alter the interface in any way. The function module, contains
    an INCLUDE statement for an include program that you have to create
    in the customer namespace.
    Select the include name beginning with ZX. This automatically takes you
    to the editor of the include program, where you can enter your code.
    To understand how an X function group works, you need to understand
    how a normal function group works:
    &#149; A function group consists of includes. The system assigns unique the
    names to the includes for different objects. Some of the include names
    are simply proposals and some cannot be changed.
    &#149; Global data is stored in the TOP include. This include is generated
    automatically when a function group is created.
    &#149; Function modules are stored in includes with sequential numbering
    and they, in turn, are all stored in an include ending with UXX.
    &#149; Although can freely choose the names of the includes for all other
    objects such as subroutines, modules, and events, it is a good idea
    to accept the proposed names.
    Exit function groups created by SAP application programmers for
    enhancement exits contain include programs that begin with either LX or
    ZX. You can only edit includes beginning with a Z because they are stored
    in the customer namespace.
    No further function modules may be added to the function group.
    The include program, ZxaaaUnn contains the source code for the function
    modules of a function module exit.
    SAP application programmers can declare global data in include program,
    LXaaaTAP.
    You can declare your global data in the include, ZXaaaTOP.
    Include program, LXaaaTOP also contains the FUNCTION-POOL statement,
    which may not be changed. For this reason, you must always include the
    message class in parentheses when outputting messages. For example,
    MESSAGE E500 (EU) .
    The INCLUDE statement for program ZXaaaUnn is in a FUNCTION -
    ENDFUNCTION block. Because of this, neither events, nor subroutines(
    FORM ), nor modules ( MODULE ) are allowed here. They can be created in
    separate includes, which is explained later. Data declarations made here
    with DATA are valid locally in this function module.
    The SAP application programmer can also make a proposal for the source
    text. In this case, an INCLUDE LXaaFnn is created, where nn is the
    internal number for the function module in the include, LXaaaUXX ).
    Documentation is also provided within the SAP enhancement. You can
    copy the source code fromthis include into your own customer include
    program, ZxaaaUnn, using the project management transaction.
    You can create your own text elements for the function group.
    SAP application programmers can supply you with default subroutines
    in the include, LXaaaF01.
    There could be further includes containing specific subobjects:
    &#149; LX...F01 contains the subroutines delivered by SAP
    &#149; LX...E01 contains the events belonging to the X function group
    &#149; LX...O01 contains the PBO modules for the screens to be delivered
    &#149; LX...I01 contains the corresponding PAI modules
    Subroutines, modules, and interactive events (AT) are created as include
    programs and included enhancements using the include program,
    ZXaaaZZZ.
    Additional includes must adhere to the following naming convention:
    &#149; ZXaaaFnn for subroutines
    &#149; ZXaaaOnnforPBOmodules
    &#149; ZXaaaInn for PAI modules
    &#149; ZXaaaEnn for events
    You can use CALL SCREEN to call your own screens. Create the related
    include programs for the Process Before Output (PBO) and Process After
    Input (PAI) modules in the include program, ZXaaaZZZ .
    Use forward navigation (select an object and then double-click it) to create
    your own screens and modules.
    Screens created in this way are automatically given the name of the
    function module&#146;s main program, SAPLXaaa . The PBO modules for these
    screens can be found in the include, ZXaaaO01 , and the PAImodules
    in the include, ZXaaaI01 .
    You can enhance SAP applications by adding your own processing logic
    at predefined points.
    Such enhancements can include your own screenswith their corresponding
    processing logic and graphical user interface as well as text elements
    created by customers.
    Regards,
    Balaji Reddy G
    ***Rewards if answers are helpful

  • SP13 / Personalization /  Customer enhancement fields

    Hello all,
    In SP13 personalization were extended:
    - It is possible to insert customer enhancement fields in views
    - Order of view elements can be changed
    - Personalization can be send via transport system
    I see it as significant improvement and would like to use it in our system. 
    But there are some questions.
    Normally I define with matrix layout columns and place in each column UI elements (MatrixHeadData).
    Column1          Column2          
    field1.1                 field2.1               
    field1.2                 field2.2
    cust.field          cust.field          
    Then I can insert customer enhancement fields in each column. It works fine.
    1. How can i deactivate custom fields at runtime? Can i bind properties to context? I assume customer fields are created after wddomodify.
    2. It would be also nice if I could switch declarative inserted fields in view between columns (containers).
    I hope that SAP will constantly extend personalization features. Short note from SAP people about intention for further development is welcome.
    Regards
    Paul

    Hi
    <u>I guess... Spelling is wrong here.. Its.. "HEADER" not "HEADR"</u>
    <b>Please look for the following Standard SRM structures for SUS using SE11 Transaction -></b>
    INCL_EEW_PD_HEADER_CSF_SUSASN  Customer Enhancements on SUS ASN Header       
    INCL_EEW_PD_HEADER_CSF_SUSCF   Customer Enhancements on SUS CF Header        
    INCL_EEW_PD_HEADER_CSF_SUSINV  Customer Enhancements on Invoice Header (SUS) 
    INCL_EEW_PD_HEADER_CSF_SUSPCO  Cust.Enhancements in SUSPCO Header            
    INCL_EEW_PD_HEADER_CSF_SUSPO   Cust.Enhancements in SUS PO Header           
    Do let me know.
    Regards
    - Atul

  • CRM - tables in enhancement

    Hello,
    How to see the tables and fields involved in a content extractor enhancement in CRM.
    Regards
    RT

    Hi ravi,
    one way to find the tables -->You can run the SQL trace (ST05).
    goto RSA3 -> enter data source
    activate the SQL trace
    Execute RSA3
    next deactivate the trace and click on Display trace
    from trace list ->menu --> trace list -->Combined table acesses --> it will display the list of tables used... export the tables to excell and remove the duplicate entries and check you can find the tables used in that extractor.
    Or
    you can get the tables n fields links using the help link.
    Regards
    KP

Maybe you are looking for

  • HP Envy 5530 will not scan

    I originally posted this a week ago, and Sunshyn2005 was kind enough to reply.  However I was not able to reply to that posting, the web page would not let me edit the message body..... Perhaps an invalid character in the posted help. Windows 7 64 bi

  • Addition of a field in tab page t-codes FPP1-FPP3

    Hello Gurus. During creation of a street (t-code SR20) there is opportunity, together with street name, maintenance of street type (field "Street type"). But during creation of the Business partner in role "Contract Partner" (t-code FPP1) field "Stre

  • Windows 7 doesn't recognize ipod touch 4g

    windows 7 doesn't recognize ipod touch 4g.  I have restarted my computer and it doesn't work. I tried it yesterday and it work. I have tried it on my laptop and it recognize it. so what the problem?

  • Unknown Error -3256 with itunes

    I have joined my airport express to my existing wireless network and now when I try to use both my local speakers and my distant speakers at the same time I get: "An error happened while connecting to the distant speakers <<name of my speakers>>. An

  • Parse multilingual search string

    I'm using Oracle Text to search a multilingual database. The languages include English & Spanish (= white-space delimited) and Chinese (= NON-white-space delimited). Suppose a user enters the following search string (quotes are mine): "word1 word2 wo