DnD with the customized object

please help me friends.....I met some problem relating to the drag and drop mechanism. I have a JList, consist of several customized object, and I want to drag to item from the list to an JPanel elsewhere, I configure my jpanel as follow, but the drop action seems not working on my JPanel. I put the code in jpanel here first:
setTransferHandler(new TransferHandler(){
               public boolean canImport(TransferSupport support) {  
                       if (!support.isDrop()) {  
                         return false;  
                       if (!support.isDataFlavorSupported(new DataFlavor(CommercialRuleConditionAttribute.class,"attribute"))) {  
                         return false;  
                       return true;  
                     public boolean importData(TransferSupport support) {  
                       if (!canImport(support)) {  
                         return false;  
                       CommercialRuleConditionAttribute attribute;  
                       try {  
                            attribute =  (CommercialRuleConditionAttribute)support.getTransferable().getTransferData(  
                                      new DataFlavor(CommercialRuleConditionAttribute.class,"attribute"));  
                       } catch (UnsupportedFlavorException e) {  
                         return false;  
                       } catch (IOException e) {  
                         return false;  
                       for(CommercialRuleConditionFunction function: attribute.getFunctionList()){
                            if(function instanceof CommercialRuleConditionFunctionAsIs){
                                 injectPanel(function);
                       return true;  
          }); CommercialRuleConditionAttribute is my customized object class, on the jlist side, I already make setDragEnabled(true), besides this, do I need to do any more on the list side? I mean something like override the createTransferable()? Thanks, my friend

Well, I don't really like these theroretical discussions. Can you attach a simplified version of some of your code?
There are many other ways to identify the particular control. You could for example search an array of references for the value of the "ctlref" event data node. This would make the code much more robust (your code will fail for example if you (or some other programmer updating your code in a few years!) notices a mispelling and edits the label without also changing the case structure cases).
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Error while accessing application with the custom components

    Hi experts,
    I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and HAP_DOCUMENT_HEADER). For my client requirement, i need to create the custom components by copying from standard components as the UI layout changes are quiet huge and not manageable with the enhancements. To accomodate this i have changed the standard configurations by replacing the standard web dynpro components with the custom ones copied. Apart fomr this there are no changes to the standard.
    While trying to access the application, i am getting the error as Null object reference.
    the details of the error is as below. Please advice.
    Heading 1: h1. P:ortal Error
    The URL http://******************/sap/bc/webdynpro/sap/HAP_MAIN_DOCUMENT/ was not called due to an error.
    Note
    The following error text was processed in the system DSD : Access via 'NULL' object reference not possible.
    The error occurred on the application server ddrsap12_DSD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP
    Heading 2: h2. ST22 - Dump Analysis
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "WDDOINIT" "(METHOD)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component.
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Information on where terminated
        Termination occurred in the ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" -
         in "WDDOINIT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 4640
        of the (Include) program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU".
        Termination occurred in a Web Dynpro application
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "WDDOINIT" "(METHOD)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP "; its source
         code begins in line
        4619 of the (Include program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU ".
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
          Name
       33 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU       4640
          CL_VW_HEADER_MAIN_CTR=>WDDOINIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       32 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU         70
          CLF_VW_HEADER_MAIN_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       31 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
          CL_WDR_DELEGATING_VIEW=>DO_INIT
       30 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
          CL_WDR_CONTROLLER=>INIT_CONTROLLER
       29 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
          CL_WDR_VIEW=>INIT_CONTROLLER
       28 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       27 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
       26 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
          CL_WDR_VIEW_MANAGER=>BIND_ROOT
       25 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    17
          CL_WDR_VIEW_MANAGER=>INIT
       24 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004    11
          CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
       23 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       22 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
    Thanks In advance,
    Regards,
    Ravi.

    Hi, I'm closing this thread and opening the same in another as the content got pasted in reader un friendly format and i'm unable to change the format.
    Thanks,
    Ravi.

  • Error while binding the model with the custom controller

    Hi All,
    I first started with a dummy project and in that binded the model with the custom controller.
    For some reason, I deleted the project and created a new one. I have deleted the whole project from the workspace.
    Now, when I am trying to bind the model  again , I am getting an error when selecting the response parameters saying that DUPICATE ENTRIES.Ideally it should not happen when I am deleting it completely.
    I am using a Webservice Model. Can any one help me out to resolve the same.
    Looking forward for your response.
    Regards
    Dipendra

    Hi Raman,
    I did that and even I have Installed the IDE again.
    Still I have that error.
    Regards
    Dipendra

  • Facing lot of problems with the DATA object  -- Urgent

    Hi,
    I am facing lot of problems with the data object in VC.
    1. I created the RFC initially and then imported the data object in to VC. Later i did some modifications to RFC Function module,and when i reload the data object, I am not able to see the new changes done to RFC in VC.
    2. Even if i delete the function module, after redeploying the IVIew, results are getting displayed.
    3. How stable is the VC?
      I restarted the sql server and portal connection to R3 is also made afresh.... still i am viewing such surprise results..
    please let me know what might be the problem.

    Hi Lior,
    Are u aware of this problem.
    If yes, please let me know...
    Thanks,
    Manjunatha.T.S

  • Cannot build a flow graph with the customized options

    Dear JMF-Gurus,
    we implemented a DataSource for video capturing that is based on the lti-civil API, so that video capturing on Mac OS X should be possible.
    When we try to build the flow graph, we get an jmf-error as described in the following log:
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, ppc, 10.4.9
    ## Java VM: Apple Computer, Inc., 1.5.0_06
    ## DataSource created: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: instantiation: 30 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@21ec03
    ## using DataSource: net.sf.fmj.media.protocol.civil.DataSource@a76306
    $$ Profile: parsing: 377 ms
    ## Getting the supported output formats for:
    ## RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## # of nodes visited: 50
    ## # of formats supported: 38
    $$ Profile: getSupportedOutputFormats: 340 ms
    ## Building flow graph for: civil:?
    ## Building Track: 0
    ## Input: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
    ## Custom options specified.
    ## An output format is specified: YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
    ## An output content type is specified: RAW
    ## Here's the completed flow graph:
          com.sun.media.parser.RawBufferParser@a075e6
             connects to: com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             format: RGB, 176x144, FrameRate=10.0, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=528
          com.sun.media.codec.video.colorspace.JavaRGBToYUV@9c61d3
             connects to: com.sun.media.multiplexer.RawBufferMux@da7565
             format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    $$ Profile: graph building: 113 ms
    $$ Profile: realize, post graph building: 9 ms
    $$ Profile: instantiation: 0 ms
    ## Processor created: com.sun.media.processor.unknown.Handler@654dec
    ##   using DataSource: VIC.MonitorCDS@e0c0b6
    $$ Profile: parsing: 1 ms
    ## Getting the supported output formats for:
    ##   YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ##   # of nodes visited: 48
    ##   # of formats supported: 37
    $$ Profile: getSupportedOutputFormats: 97 ms
    ## Building flow graph for: null
    ## Building Track: 0
    ## Input: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    ## Custom options specified.
    ## An output format is specified: H263P/RTP, 176x144, FrameRate=10.0
    ## An output content type is specified: RAW/RTP
    XX Failed to realize: com.sun.media.ProcessEngine@8393ef
    XX   Cannot build a flow graph with the customized options:
    XX     Unable to transcode format: YUV Video Format: Size = java.awt.Dimension[width=176,height=144] MaxDataLength = 38016 DataType = class [B yuvType = 2 StrideY = 176 StrideUV = 88 OffsetY = 0 OffsetU = 25344 OffsetV = 31680
    XX       to: H263P/RTP, 176x144, FrameRate=10.0
    XX       outputting to: RAW/RTP
    XX Error: Unable to realize com.sun.media.ProcessEngine@8393ef
    ## com.sun.media.BasicFilterModule@31477b: input format changed: RGB, 640x480, 24-bit, Masks=3:2:1, PixelStride=3, LineStride=1920
    We guess that the problem was first the wrong input format (wrong video-size or wrong framerate) but this has been changed to the correct format.
    The flow graph looks like correct, but it doesn't work anyway. 
    What does the last line in the log means, and are there any information were the problem good be located?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    How were you even able to accomplish that? In my classpath I have fmj-nojmf.jar, jmf.jar and lti-civil.jar but I keep on getting this in my log.
    # JMF Version 2.1.1e
    ## Platform: Mac OS X, i386, 10.5.4
    ## Java VM: Apple Inc., 1.5.0_13
    ## DataSource created: com.sun.media.protocol.javasound.DataSource@f98d58
    I can't get it to find the civil datasource in fmj-nojmf.jar.

  • Deleting records from the Custom Objects

    Hello all,
    We want to delete all records from a custom object and as there is no 'Batch Delete' functionality on it, we are thinking of other ways to delete all the records. One of the possibilities is to delete all the records by hand, which will be very time consuming, but this might become the best option. Another option is to use webservices to delete the records, but to do so, you will have to write a kind of program that will query for the records and then deletes them. Does anyone have another option or does anyone have written such a tool that I can use to delete the records from the Custom Object?
    Kind regards,
    Niels Rekers

    Hi, To my knowledge WS is the way to do it. We are a system integrator and can help you out in doing this by providing a WS program. If interested you can write to [email protected]
    -- Venky CRMIT

  • How to trace Returnable packaging material pending with the Customer.

    Hello Everyone,
    In case of Returnable packaging,
    Is there any standard procedure, by which system can give you number of returnable packaging material with the custome.
    Client's requirement is to have number of pallets with the customer on the Invoice.
    Regards
    Trupti Deulkar

    hi,
    1.Returnable packging issue has a special stock indicator which will show in the Inventor stock with whom the returnable packging material lies in MMBE.
    Follow the link
    http://help.sap.com/saphelp_46c/helpdata/en/dd/560051545a11d1a7020000e829fd11/content.htm
    Thanks
    Shekar

  • Why doesnt the smart filter mask move with the smart object?

    OMG Why doesnt the smart filter mask move with the smart object?  Yikes Way PITA

    If you look at the other tread about transform Again and smart Object layers you will find I found there seems to be two flavors of Transform and some bazar behaviors when it come to smart object layers. http://forums.adobe.com/message/4611500#4611500
    However for this problem here I think I can not show you how to do it.
    First target the smart filters Mask.  In fact so you can see what is happening Alt+Click on it so Photoshop displays the mask rather then the the composit image.  Then  use Ctrl+T free transform then just for a test hold down the Ctrl and the Alt keys and drag in a cornor to constrain and srink the Mask thee release the keys and press enter to commit the transform.
    Next target the smart object layer then use the short cut Ctrl+Shift+T (Transform Again) on a PC the smart object layer will be transformed to match the filter mask transform.

  • Does the ID associated with the BRF+ objects changes when transported?

    Hi Experts,
    Does the ID associated with the BRF+ objects(such as Catalogs, Data Objects, Expressions, Funcition) changes when transported to other environment?
    I just wonder if it is, because I am going to hardcode the ID of the Catalog I am calling using the FM WDY_EXECUTE_IN_PLACE.
    Thanks,
    Rob

    The ID is stable! That is exactly the idea of the ID, stable and unique accross systems.

  • How to get custom graphics to work with the animator object

    I Have a costom graphic that I wish to have change color depending the position of a Pot, and have tried using the animator object. However the animator object fails to change color when the pot is moved, when i replace the costom graphic with a standard one (a pipe) the color changes perfectly. The costom graphic is in wmf format so it should work. what am i doing wrong or is this just not possible?

    Hello,
    That's a little odd. Did you trying playing with the Gray Proximity settings? If it's not too difficult maybe you can create various colored versions of your graphic and use the Multistate object instead.
    Is it possible to post the picture here so we can try?
    Regards,
    Khalid

  • Issue in KM Nav iView with the customized Layoutset after upgrade7.3

    Hi Experts,
        Do we need to do any post configuration of customized Layout set after upgrade to 7.3?.All the KM Navigation iviews which is using the customized Layout set is throwing error.Able to see the content of the KM folder in iView but when i click on the link it throws
    403
    The requested operation is forbidden for this resource.
    stack trace
    com.sapportals.wcm.protocol.webdav.server.WDServletException
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handleRedirectCase(WDGetHandler.java:860)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.internalHandle(WDGetHandler.java:355)
         at com.sapportals.wcm.protocol.webdav.server.WDGetHandler.handle(WDGetHandler.java:280)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.doGet(WDServlet.java:846)
         at com.sapportals.wcm.protocol.webdav.server.WDServlet.service(WDServlet.java:523)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:344)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sap.portal.prt.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:99)
    If i remove the Layout set from the iview then i could able to access the links in the KM Nav iView.
    I tried to import the Layoutset from another development environment,but its throwing exception
    ConfigException: while trying to invoke the method com.sapportals.config.service.impexp.IConfigImport.doImport(com.sapportals.config.service.impexp.Scenario) of an object loaded from field com.sapportals.wcm.control.config.ConfigImport.configImport of an object loaded from local variable 'this'
    If i Navigate to System Admin->Knowledge Management->content Management->User Interface->Settings->Layout set i am getting the below warning at the top
    The following configuration objects have some invalid or problematic properties: "pccMimesSelector"
      If any of you faced these issue.Please provide valuable suggestion
    Naga

    Hi Jitendra,
    Kindly see the reply Johan has given.
    <i>But I thought of something else. If you only want to use this for showing a document on the logon page, perhaps it is easier to create a portal component which retrieves the content of the KM document using the service user, and just copy this content to the output stream of the response. Then set the authscheme of this component to anonymous. You won't have any security risks in this approach, because anonymous users have no way of accessing KM content.</i>
    I guess that should solve your problem. You can create a component with AuthScheme as anonymous and in the component, read the KM doc using a service user. Then you can display the content to the end user.
    Hope this helps you.
    Regards
    Ranjith

  • Associating native calls with the calling object

    I have a problem where calls into a native library need to retain data for subsequent method calls. Imagine the following two native methods (just imagine that the signature is write for JNI methods):
    void initialise(int value)
    // Stores the value somehow
    void dosomething()
      // Does something with the previously stored value
    }If I was to store the value in a global variable, then it would be shared across all instance of the java class wouldnt it? So if object 1 called initialise, then object 2 called initialise, whichever of the objects then called dosomething, it would be based on the latest call to initialise.
    How do I get around this sort of thing?
    I currently work in C, though I would be quite happy to switch to C++ if necessary.
    Mossop

    I haven't used JNI_OnUnload, but may see why it isn't called. The doc says it runs in the finalizer for the classloader that loaded the library. Assuming this is the system (not custom) classloader, then its finalizer will never run because it gets gc'd only at shutdown, and finalizers don't run at shutdown by default. You could try calling Runtime.runFinalizersOnExit, but it's deprecated and sounds unsafe.
    So my next idea would be to add a shutdown hook (Runtime.addShutdownHook) the first time one of your objects is constructed. The hook would call a native method to do the cleanup. Or since a shutdown hook is a Thread subclass, just make your overridden run() be the native cleanup function.
    Of course this now requires keeping a native-side data structure to track the native objects, though I'd still vote for storing each native peer's pointer in a Java long field for fast dereference, and make this native data structure be a simple array or list (not map) for usage only by the cleanup logic.
    Another idea is to clean up in a function called by the OS or C++ runtime when your library is unloaded, independent of Java. This could be DllMain (for Windows) or a C++ global object destructor.
    -slj-

  • Is it possible to have an adress field with a Custom Object?

    Hello,
    I would like to link a service request to an account and an intermediary such as a travel agency. But the original datamodel only allow one account per Service Request.
    So, I have created a custom object (Intermediary) that should have similar relations with other objects than the Account one. With this object, I will be allowed to link my two accounts to the SR. But I would like to insert an address field in my custom object. Unfortunately, this kinf of custom field type is not available...
    Is there any solution to have one? Or is there another solution I could use to link 2 accounts to a Service Request?
    Thanks in advance,
    Laurent

    We had the same problem. Decided to use one of the new custom objects (CO-05) for this purpose. The drawback of using it this way is the lack of automatic formating of the address lines by country selected like you get with accounts and contacts. On the good side, you can designate fields for use in interfacing with your external business system, i.e. Oracle eBS, JDE, etc.
    We also added a link to this to bring up a modified Customers On Line form from Oracle eBS that gives us a view of the Quotes, Orders, Service Requests, Installed Base, Invoices and Credit Memos by customer party id number contained in eBS. This is what we call a 360 degree view of the customer.
    Neil @ Emerson Process

  • Siebel -00284 Error while editing the Custom object Data

    I have created one custom object and when i tried to edit the data which i have entered , i am not able to edit the data on Custom object. Could you please suggest me on this. Please find the below error.
    You do not have permission to edit the record. Click cancel or Back link to continue.(SBL-DAT-00284)
    Edited by: Subbu on Jun 29, 2010 1:57 AM

    Hi Shyam,
    Try with this code.
    *-----Adding the Condition Types at item level
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KSCHL(01)'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=V69A_KONY'.
                  PERFORM bdc_dynpro      USING 'SAPMSSY0'    '0120'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  '05/04'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=PICK'.
    *----1. Unitprc ( ZPR0 )
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KSCHL(01)'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '=V69A_KOAN'.
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_CURSOR'  'KOMV-KBETR(02)'.
                  WRITE x_item-unitprc TO v_unitprc CURRENCY komv-waers NO-SIGN.
                  PERFORM bdc_field       USING 'KOMV-KSCHL(02)'  'ZPR0'.
                  PERFORM bdc_field       USING 'KOMV-KBETR(02)'  v_unitprc.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '/00'.
    *-----End of Addition
                  PERFORM bdc_dynpro      USING 'SAPMV45A'    '5003'.
                  PERFORM bdc_field       USING 'BDC_OKCODE'  '/EBACK'.
    Regards,
    Aman
    Message was edited by:
            Amandeep Kumar

  • Seriously!?!  Serious problems with the customer support and AppleCare.

    I have a macbook pro.  I've had it since Aug 2007, so it's old, i get it. But I'm a poor starving student and I bought the computer with the idea that it was a quality product that would last me though my studies.  However, it has been the shop for repairs literally, every year, often multiple times per year, since I bought it.  Everything from DVD (twice failed, more than two visits), to hard drive failure, to replacing the motherboard.  That's just what I remember.  The thing is a lemon.
    Fortunately I bought apple care, great idea right? It was for the first year or two.  However over a year before AppleCare was set to expire it started having problems over heating, freezing, and subsequently giving me that scary roll down 'restart your computer immediately screen'.  It gets so hot you can't set it on your lap - it burns. I repeatedly brought it into the shop for help (the flagship one on Regents Street in London), and they couldn't seem to do anything.  When I explained time was of the essence because I wanted it covered under AppleCare, they seemed unbothered, it seeed they were clearly waiting for it to expire first.  Dodgy.
    During the appointments they couldn't seem to replicate the issue in the shop (it take about 30 minutes to an hour to really scorch, and seems to not be related to how hard the CPU works).  And said because they could see it do it, they were not able to help.  Really, in the whole history of apple, I'm the only one to have a computer over heat?  Really?  Instead, they sent me away asking me to come back later "when it starts doing it again".  Okay, as I said, it always overheats, it just takes a while to start, so unless we sit together in quiet awkwardness waiting, and waiting, it's not going to happen.  And as the appointments take about three days to get so it's not like I can just pop round when it starts to happen and say, feel, it's really hot now, will you please, for the love of God, find a solution now?  And it's a bit of a walk to the store, and there are no internet cafe's near by for me to go heat it up at, so it's always going to cool before I arrive. Duh.
    And why is the burden of proof on me?  It's like they are insinuating that I just love popping round the apple store every few months, all the vain hope that I can have a ...free part?
    Still I persevered, taking it in when the problem seemed to exacerbate, and making sure I used it a bit first to get it warmed up.  All the while with the warranty getting closer and closer to expiration.   Finally, we got it to do it in the shop.  But for a fix, they just sprayed it with air, and told me to "see if that works".  It didn't.  And I ask you, why is it in no other visit, they could not have come to this ground breaking solution? Did they really have to feel it get hot to realize overheating may have something to do with a clogged fan? 
    I should also note that they then proceeded to put it back together wrong, and I was unable to open it because a misplaced screw caused it to lock shut.  It took two days to get a new appointment to get it fixed, even when I called to explain that it was their error, and I really, really, needed my laptop.
    Anyway, as I said, it didn't fix the problem. So I had to go back yet again, at this point I can't remember if I was still under applecare or if it had just expired.  It doesn't matter, because, again, without being able to make it get hot on their own (even though they had case history where it was clear that it had, and this was not just in my imagination, and even more case history showing it had a history of instability), they couldn't offer me any solutions.  All they could do, they said, was suggest that I leave it with them for "about a week" to check it over.  A week!! Who goes without a computer for a week?!?! I'm not a student in 1985.  
    So now, I'm sitting here writing you am email from my laptop which is sitting on a towel in my lap to protect my thighs from mac burn.  The warranty has now long passed, but the problem has now finally progressed to the point that it takes much less than 30 to reach scalding point, so I could prove it if there were any point.  But there isn't, because now when I call the apple people, they assure me that it must be a hardware issue (and furthermore that the apple employees should have been able to tell me this over a year ago), and unless I want to buy parts there just isn't anything that they can do.  Which leads me to my next point, if the problem started while under warranty, and you have documentation of this, why do I - a poor starving student - have to pay for this just because it took you, Apple, a year and half to finally figure out the problem?
    So to recap, I decided to pay the exorbitant apple costs and make the switch from PC because I thought that the stability of the machines, the so touted excellent customer service, and the superior programs were worth the cost.  And to be fair, the programs are fabulous, the apps integrate smoothly, and it starts up with a flash.  Unfortunately I can't enjoy any of this with my laptop on my lap without risking burning through my pants.  I can only enjoy these benefits for about 30 minutes before it starts freezing due to the heat.  And, a few times a year I have to make multiple journeys to the apple store (which is, to be fair, really quite a nice store) to get the latest hardware problem fixed, which means I'm often without it for days to over a week at a time.  All in all, it's not worth the money to me - one of those young, hip, cutting edge media types you are trying so hard to market to - until you can fix your customer service issues, put knowledgable people in positions to help, and have the internal support systems to get it done with at least enought efficiency to keep up with the technology demands of the modern world. 

    It sounds as if this is coming back to Norton Security...
    "LiveUpdate_solved" in "Norton 360"
    The article by author "rab60" contains detailed instructions on the Live Update solution.
    You might try a more thorough search of the Norton community forum... I do not use Norton and cannot comment on whether any of the solutions work.
    Kind Regards,
    Dragon-Fur

Maybe you are looking for

  • How to create an object style with repeating formatting?

    I am trying to create an object style that will create my subhead formatting after each body of text; in other words, I'll have 5 or 6 subheads, all in need of the same formatting, but they will be separated by bodies of text with multiple paragraphs

  • Human Task string payload size restriction

    We are developing a BPEL process with a Human Task component for an operational support app. The idea is whenever a message fails in the service bus due to transformation or validation error, we need to send that payload to this bpel process , which

  • Oracle 10GR2 Installation On Cloud

    Hi Exports, Can anyone give me some knowledge how to Install Oracle 10GR2 on Cloud Server (Windows Server 2008 R2 64 bit). as i am very new to install Oracle in Cloud server. I am trying to install it but failed to proceed next after selecting advanc

  • WebVPN on 881 Router and Groups

    Hi there, i have an question and i hope anyone can help me. Is it possible on an Cisco Router to build WebVPN groups ? I want build one group for users with grand access rights.      --> Connect with anyconnect or Web Portal and have access to all Se

  • Documentation for using Adobe Document Services

    Hi, Is there any documentation available on how to use Adobe Document Services? I have installed Adobe Document Services for Netweaver 2004. But I am not able to use the services as I do not know how to access them (is it like Adobe Document Services