Turning off validation in EVS

Does the Extended Value Search Service support a mode where there is no validation of the input field value (i.e. the message is not shown in the messageManager)?

Hi tomas
I raised a query with SAP on the same issue and they replied that it was not possible. We finally had to use the OVS as workaround
Regards
Pran

Similar Messages

  • How to turn off validation upon building

    I have a BPEL process A calling another BPEL process B. When I tried to deploy A, it failed because B does not exist on the SOA server yet.
    I have to deploy B first before deploying A
    Is there a way to turn off validation so I don't have to deploy B first before I can deploy A?
    I'm using 11.1.1.2
    Thanks

    Hello
    I know this isnt the answer your looking for but your code should not be reliant on BPEL process B. The simplest resolution is to keep a local version of the wsdl to build against and have the SOAP location pointed at the actual location, however this will still leave you being unable to deploy to multiple enviroments without changing your code. The best way to fix this is to either point to a uddi registry the other two solutions that i have seen regularly implemented is replacing the endpoint in the WSDL upon deployment by using ANT to deploy your BPEL's or to point to the Oracle MDS. Oracle BLOG on MDS http://blogs.oracle.com/soabpm/2009/07/reusing_common_metadata_wsdl_x.html.
    Regards Tristan

  • How to turn off validation when compiling Packages...!

    Hello,
    How do I turn off the validation when compiling Packages in SQLPLus?
    Thanks
    Rao

    I'm guessing at what you're after here, but maybe this?
    ME_XE?create or replace procedure one
      2  as
      3  begin
      4     null;
      5  end;
      6  /
    Procedure created.
    Elapsed: 00:00:00.73
    ME_XE?set feedback off
    ME_XE?create or replace procedure one
      2  as
      3  begin
      4     null;
      5  end;
      6  /
    Elapsed: 00:00:00.61

  • How to turn off validation when creating XMLType

    Hi all,
    I have XML data stored in a CLOB field in a relational table. When generating an XMLType from the CLOB input I get the following error on certain XML documents only:
    select XMLTYPE.CREATEXML(CLOB_DATA)
    into XML_Type1
    from LOGS
    where ID = 32;
    ERROR:
    ORA-01001: invalid cursor
    ORA-21700: object does not exist or is marked for delete
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    I eventually figured out that the 'object' referred to is the xsd against which the XML doc must be validated. This happens for documents which have the attribute xsi:schemaLocation="http:/myURI myxsd.xsd".
    My question is how do I prevent the parser from trying to reference the XSD when generating the XMLType.
    The following does not work:
    select XMLTYPE.CREATEXML(CLOB_DATA).createNonSchemaBasedXML()
    into XML_Type1
    from LOGS
    where ID = 32;
    Please help.
    Thanks
    Abdul

    You might try specifying a null schema with:
    XMLTYPE.CREATEXML(xmlData => yourdata, schema => null)
    Failing that the validated & wellformed parameters default to zero, setting one of them to 1 may turn off the validation.
    If neither of the above work I'd be selecting into a CLOB and creating the XMLTYPE in my code.

  • ADF 11g: turn off validation pop-up windows

    Hi all,
    Does anyone know how to turn off the pop-up messages with ADF 11g? I am using Jdeveloper 11.1.1.4.0.
    I need to display the error messages on the page. I have added Message components to the page to display the error messages. Now it displays the errors twice. I need to turn off the pop-up message now.
    Thanks,
    al

    Hi,
    http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e12419/tagdoc/af_messages.html
    +"If the tag is not present the messages will show up in a page level popup. However, if you want your messages to display inline at a specific location on the page, place the af:messages tag at the appropriate part of your page and set the inline attribute to 'true'."+
    Frank

  • Dynamically Turning Off Validation

    I am using several h:inputTextArea's backed by an HtmlInputTextarea's in my page. The 'required' attributes are set to 'true'. The page also has a command button ('backBtn') that takes the user to the previous JSF page.
    The problem is that because of the validation, the user cannot go 'back' unless all the inputTextArea's have data.
    Is it possible to disable validation dynamically? I have tried this code ... :public String backBtn_action() {
        // User event code here...
         disableValidation = true;
         return "back";
    protected void beforeProcessValidations() {
         if (disableValidation) {
             firstNameTF.setRequired(false);
    protected void afterProcessValidations() {
         if (disableValidation) {
             disableValidation = false;
    } ... but it does not work. The validation error still occurs.
    This issue is a significant hurdle in my application. Any help would be much appreciated.

    Simply set the "immediate" property to true (by
    y checking its checkbox in the property sheet), and
    your backBtn_action() will be called during Apply
    Request Values phase instead of waiting until Invoke
    Application. What is more important, this will also
    cause Process Validations, Update Model Values, and
    Invoke Application to be skippedThank you, this is enlightening. I think I see what my issue really is (see below).
    -- which is exactly
    what you want for something like a "Back Button".
    If your application needs a Cancel button, you would
    want to do the same sort of thing, because the user
    is saying "please throw away the values I have
    entered on this form", so validation would not be
    desireable.At least in my case, I see a fundamental difference between Back and Cancel. While Cancel should throw away the data, I need Back to save the state of user input. This way when the user returns to the page (i.e., goes 'forward' again), the components are populated with previous input (he does not have to enter data into ten text fields again). However, as I understand it, for the data to be saved between pages UpdateModelValues must be called, but this phase is skipped when 'immediate' is true. ('Immediate=true' works for Cancel because if the user returns to the page, you want a blank slate).
    So far, am I understanding correctly? Assuming that I am, I tried this approach:
    Using 'Immediate=true' for the backBtn, I tried to manually set values in the bean value-bound to the textfield (since UpdateModelValues is not called to do this for me). This should save the state of the component to be redisplayed:public String backBtn_action() {
        // User event code here...
        getPresenterBean().setFirstName(
            (String)getFirstNameTF().getValue());
            return "back";
    }This does not work - upon returning to the page after going Back, the textfield is empty (perhaps the action is called to early in ApplyRequestValues for this to work?).
    This problem is real road block in time sensitive project. Any further help would be much appreciated.

  • Message Mapping - Turn Off dtd validation

    Hi,
    I would like to know how to turn off dtd validation in a message map.
    The source message type is based on dtd. When testing, I get the following error
    java.io.IOException: Failed to load resource from the context classloader of the current thread! Loading from classloader was caused by: java.io.FileNotFoundException: D:\usr\sap\XYZ\DVEBMGS01\j2ee\cluster\server0\abc.dtd (The system cannot find the file specified)
    I understand that the map requires the dtd to be present in the application folder. But, can I change some setting not to look up this file.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE MessageContainer SYSTEM "abc.dtd">

    Sorry Arvind. Not able to understand your question.
    The problem we are facing is, when the input xml file contains DocType declaration with reference to a dtd, we get an error stating the dtd is not found in the j2ee application folder.
    It works fine if the dtd is saved in the location. Also, it works fine if the DocType declaration is removed from the xml file. However, we are exploring an option where declaration is used but dtd is not available.
    Is there any way to achieve this?
    Thanks!

  • How to turn off SOA validation in JDev 11.1.1.5

    Right now whenever I open a composite.xml file for a SOA project in JDev, it takes a long time because it's validating to make sure the endpoints are valid. I know they are not valid because the endpoints are not running.
    I just want to see the source code, how do I turn off the validation process so it loads the xml file quicker?
    Thanks

    Not sure off this disables the check, but try to set the default editor for the soa composite type to source.
    Follow the blog https://blogs.oracle.com/adffun/entry/how_to_change_the_default_editor_of_a_specific_file_type_in_jdeveloper
    Timo

  • Turning off runtime schema validation

    Is it possible to turn off runtime schema validation for web services in Weblogic 8.1SP4? We are using document-literal WSDLs with in-line schema and have to return custom fault messages for requests that violate the schema.

    Some more explanation (in the hope that it will elicit some response :-)
    Here is a type defined in my WSDL
    <xsd:simpleType name="CustomerNumber">
    <xsd:restriction base="xsd:string">
    <xsd:length value="10"/>
    <xsd:pattern value="[125]\d{9}"/>
    </xsd:restriction>
    </xsd:simpleType>
    Customer number is a 10-digit number starting with 1, 2 or 5. I want to specify this in my schema mainly as documentation - not for runtime schema validation. If I get a request violating this, I don't want Weblogic to send back a generic 'schema violation' fault. I want to be able to say "Number is not 10 digit" or "Number does not start with 1, 2 or 5" as my custom fault message.
    Is this possible?
    cheers
    Sriram

  • Turn off file validation setting office 2013

    Good evening,
    i'm trying to find how the Turn off file validation setting
    in excel 2013 from office h&b 2013 on a windows 7 home premium 64bit, but i can't find it
    anybody can help me?
    Thanks in advance
    Bye Filippo

    See
    http://technet.microsoft.com/en-us/library/gg985445%28office.12%29.aspx -
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\15.0\Excel\Security\FileValidation
    REG_DWORD: EnableOnLoad
    Value: 0
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • XMLParser: turn off DTD Validation

    I've a XML Document that was created and validated with an Editor and contains a DOCTYPE Reference to a DTD.
    At the Location where I am going to parse the Document the DTD isn't available. How can I tell the XMLParser to ignore the DOCTYPE Reference in the XML file?
    I tried the setValidationMode(false) method, but it gives me an Error:
    "Error Opening external DTD 'mydtd.dtd'"

    As a aside to Oracle, it would be nice
    to be able to set a flag to turn off
    external file loading:
    1. From the parser
    2. From XML SQL commandline

  • UIX - unable to turn off client and server side field validation

    Hello,
    I've scoured the forums for info on how to turn off client / server side field validation, for the very common case of a Cancel button. Here's the use case:
    User enters a page displaying records of some kind that can be edited, or an option to create a new one. User clicks create, is taken to a new data entry form. Before entering any data, the user decides he isn't interested, and clicks the cancel button.
    The problem I'm having is that I'm getting messages that required fields have no values. I have found several references on this forum that setting the submitButton attribute unvalidated="true" will turn off client side validation. Here's what my submitButton looks like:
    <submitButton text="Cancel" event="success" unvalidated="true"/>
    But I am still getting errors, such as:
    JBO-27014: Attribute ListName in DealerListAppModule.WebDlrListsView1 is required
    Now I have also seen references in the forums to turning off server side validation by overriding the validatModelUpdates method in the DataAction. I have done this too. No luck.
    Any ideas why this isn't working? I have seen other posts in the forums stating that there were improvements in JDev 10.1.2 that caused a create but not insert, where you could just navigate away from the page you were on, without having to worry about rolling back the create of a new record. I am also not seeing this behavior either. I am using 10.1.2, completely updated, but when I execute a create, if I navigate back from the create page to the original one without saving (i had to fool with this to get it to work because of the validation problems above), I am still seeing the blank, created record in my rowset. I originally created my project in 9.0.5.2, but am now using 10.1.2, and having migrated the project.
    So what's the deal? What's the definitive way to turn off both client side and server side validation, and what's the status of this create but not insert functionality?
    Brad

    Haven't worked with this but possibly this method of "deactivation" is not valid in 11gR2? Have you cross checked that with Oracle support?

  • Dynamically turning field validations off

    Hello,
    I have implemented a web page based wizard with field validations. The wizard web pages have the expected prev and next page buttons. Is there any way to turn off field validations when the prev button is pressed?
    Thanks,
    Thad

    oops, this topic has already been covered.

  • Is turning off a Home Hub a valid reason for very ...

    The BT Technical people, are trying to resolve my problem of very slow broadband speeds, and part of their stated reason is that I used to turn off my Hub every time I'd logged off (I don't now!), with the automatic monitoring software detecting this as repeated faults & re-setting my profile to deliver progressively slower speeds "until it gets a stable broadband connection".
    Is this true?  I can find nothing in the user guides for the Home Hub 3 they've very recently sent to me, nor anywhere else on BT sites, telling users they must leave their Hub turned on 24/7.

    Which "Hub instructions" would those be?  BT technical people sent me a new Hub 3, which came with no paper manuals, no cd etc.  When I finally tracked down Hub 3 manuals on BT.Com, none of them refer to leaving the Hub on permanently, only to leaving it on 24/7 for the first few days after BT Broadband is enabled until it "settles down".  Since my connection was enabled over 2 years ago, that clearly was never the issue - nor did anyone from BT tell me to leave the Hub on 24/7 when I moved to this house!  Nor is the requirement in my original Hub's manuals..
    I'm just curious as to how a user is supposed to know about this "leave it on" rule, and the consequences (automatically reduced speeds) if you don't.

  • Macbook Pro - WiFi turns OFF and won't turn back ON

    Hello,
    this is my first time posting something on this forum; I will be as detailed as possible. I bought a Macbook Pro back in 2011 and It came with Lion OS. Last year I upgraded it to Mavericks and so far it has been a nice experience. However, in the past week I have experienced a very strange and irrating problem with my macbook. While doing work all of the sudden the WiFi would turn off and lose all connection to the web. I attempted to turn it back ON by clicking on the wifi signal icon but something weird occured, it was still 'ON' according to my mac and the only option available was to actually turn it OFF, so i clicked on it and the icon would go empty with no curvy lines (i attached a picture). Then i clicked again on the icon to turn it back on, however, as was doomed to remain in this state cause no matter what I tried.. the wifi will remain off even after clicking on the 'turn wifi on' option multiple times. I tried going to the assist me option under network preferences and I obtained multiple results with no fix. I tried sending my mac to sleep though at first seemed to fix the problem.. the wifi inmediately went back to being off and wont catch a signal. The only thing that fixes this is a fresh restart which is annoying and unacceptable...this is really annoying and I need a solution asap because this problem is become very frequent (once every 2 hours)... any help will be appreciated it.
    I attached 2 pictures and the console log when this happened.
    1. A picture of my assist me window before i sent it to sleep, shows the WiFi on the left with the 'Failed' (which confuses me). it also shows the wifi icon empty ( like it was off) but the computer shows as if it was on and would ask you to turn it off... weird?
    A second picture after I sent my mac to sleep. Though it seems like there was no wifi signal available, the router was on and literally next to my mac...but my machine wont catch up the signal. (other devices were connected to the wifi and have no problem with it).
    Here is the console log right before and after my this problem occured:
    3/11/14 1:07:04.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=10415[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    3/11/14 1:09:53.500 AM Dock[1091]: CGSSetWindowTransformAtPlacement: Singular matrix [inf 0.000 0.000 inf]
    3/11/14 1:11:19.322 AM WindowServer[83]: disable_update_timeout: UI updates were forcibly disabled by application "BitTorrent" for over 1.00 seconds. Server has re-enabled them.
    3/11/14 1:11:23.445 AM BitTorrent[10434]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    3/11/14 1:11:23.445 AM BitTorrent[10434]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    3/11/14 1:11:26.820 AM WindowServer[83]: common_reenable_update: UI updates were finally reenabled by application "BitTorrent" after 8.50 seconds (server forcibly re-enabled them after 1.00 seconds)
    3/11/14 1:13:19.619 AM WindowServer[83]: disable_update_timeout: UI updates were forcibly disabled by application "System Preferences" for over 1.00 seconds. Server has re-enabled them.
    3/11/14 1:13:20.899 AM WindowServer[83]: common_reenable_update: UI updates were finally reenabled by application "System Preferences" after 2.28 seconds (server forcibly re-enabled them after 1.00 seconds)
    3/11/14 1:13:27.833 AM System Preferences[10444]: AVF error: Perf capability check failed: 0xe00002bc
    3/11/14 1:13:27.834 AM System Preferences[10444]: AVF error: Branch_QT0::pushBits, Context Creation Failed.
    3/11/14 1:14:47.736 AM WindowServer[83]: _CGXHWCaptureWindowList: No capable active display found.
    3/11/14 1:19:37.821 AM WindowServer[83]: _CGXHWCaptureWindowList: No capable active display found.
    3/11/14 1:22:31.000 AM kernel[0]: MacAuthEvent en1   Auth result for: 60:c3:97:04:d5:b8  MAC AUTH succeeded
    3/11/14 1:22:31.000 AM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    3/11/14 1:22:31.000 AM kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 60:c3:97:04:d5:b8
    3/11/14 1:22:31.000 AM kernel[0]: en1: BSSID changed to 60:c3:97:04:d5:b8
    3/11/14 1:22:31.000 AM kernel[0]: AirPort: RSN handshake complete on en1
    3/11/14 1:25:29.779 AM loginwindow[44]: magsafeStateChanged state changed old 2 new 1
    3/11/14 1:25:32.778 AM parentalcontrolsd[10493]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    3/11/14 1:25:34.241 AM xpcproxy[10494]: assertion failed: 13C64: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    3/11/14 1:28:50.334 AM WindowServer[83]: disable_update_timeout: UI updates were forcibly disabled by application "System Preferences" for over 1.00 seconds. Server has re-enabled them.
    3/11/14 1:28:50.425 AM com.apple.preference.network.remoteservice[10511]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    3/11/14 1:28:50.442 AM com.apple.preference.network.remoteservice[10511]: assertion failed: 13C64: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    3/11/14 1:28:51.249 AM com.apple.preference.network.remoteservice[10511]: Bogus event received by listener connection:
    <error: 0x7fff7e218b50> { count = 1, contents =
    "XPCErrorDescription" => <string: 0x7fff7e218e60> { length = 18, contents = "Connection invalid" }
    3/11/14 1:28:52.237 AM WindowServer[83]: common_reenable_update: UI updates were finally reenabled by application "System Preferences" after 2.90 seconds (server forcibly re-enabled them after 1.00 seconds)
    3/11/14 1:28:52.401 AM com.apple.preference.network.remoteservice[10511]: Could not find image named 'InvalidDataIcon'.
    3/11/14 1:28:52.526 AM com.apple.preference.network.remoteservice[10511]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    3/11/14 1:28:52.526 AM com.apple.preference.network.remoteservice[10511]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    3/11/14 1:29:02.894 AM WindowServer[83]: window ac1 is already attached to window abe
    3/11/14 1:29:07.775 AM WindowServer[83]: _CGXGetWindowOrderingGroup: Operation on a window 0xac1 requiring rights 0x5 by caller System Preferences
    3/11/14 1:29:11.433 AM WindowServer[83]: window ac5 is already attached to window abe
    3/11/14 1:29:12.861 AM WindowServer[83]: _CGXGetWindowOrderingGroup: Invalid window 0xac5
    3/11/14 1:29:13.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    3/11/14 1:29:13.113 AM configd[19]: SCNC: stop, triggered by (19) configd, type PPPSerial, reason Service Disposed
    3/11/14 1:29:13.000 AM kernel[0]: en1: BSSID changed to 60:c3:97:04:d5:b8
    3/11/14 1:29:13.200 AM configd[19]: network changed: v4(en1-:192.168.2.15) v6(en1-:2002:32ac:2b50:1234:62c5:47ff:fe93:4f3a) DNS- Proxy-
    3/11/14 1:29:13.464 AM UserEventAgent[11]: Captive: CNPluginHandler en1: Inactive
    3/11/14 1:29:14.000 AM kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    3/11/14 1:29:14.274 AM netbiosd[10316]: network_reachability_changed : network is not reachable, netbiosd is shutting down
    3/11/14 1:29:17.000 AM kernel[0]: en1: BSSID changed to 60:c3:97:04:d5:b8
    3/11/14 1:29:19.000 AM kernel[0]: en1: BSSID changed to 60:c3:97:04:d5:b8
    3/11/14 1:29:19.000 AM kernel[0]: en1: BSSID changed to 60:c3:97:04:d5:b8
    3/11/14 1:29:21.488 AM WindowServer[83]: window ac8 is already attached to window abe
    3/11/14 1:29:30.829 AM configd[19]: subnet_route: write routing socket failed, Network is unreachable
    3/11/14 1:29:32.747 AM configd[19]: network changed: Proxy
    3/11/14 1:29:37.338 AM CalendarAgent[188]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7faef96a4140; Sequence: 0>] to failed operations.]
    3/11/14 1:29:37.356 AM CalendarAgent[188]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7faefb829e00 {NSUnderlyingError=0x7faef9575860 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://hyddro%[email protected]/1362164150/principal///hyddro%[email protected]/1362164150/principal/, NSErrorFailingURLKey=https://hyddro%[email protected]/1362164150/principal///hyddro%[email protected]/1362164150/principal/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    3/11/14 1:30:10.259 AM WindowServer[83]: _CGXGetWindowOrderingGroup: Operation on a window 0xac8 requiring rights 0x5 by caller System Preferences
    3/11/14 1:30:12.162 AM WindowServer[83]: window acc is already attached to window abe
    3/11/14 1:30:18.054 AM WindowServer[83]: _CGXGetWindowOrderingGroup: Invalid window 0xacc

    Thank you for your detailed troubleshooting attempts.  Very helpful.  Sorry, I cannot read "logs."  My eyes just glass over on those things.  Hopefully, a knowledgeable user will come along shortly to decipher for you.
    I noticed from the pics that your location setting is "untitled."  Have you tried the "Automatic" setting?  Run the diagnostic test?  Results?
    Try the basics first:
       Change your router channel number.  Most times this works & is all you have to do.
    Disconnect & reconnect your modem.  unplug it for about 10 seconds.  Plug it back in.  Do the same for Apple’s routers.  Wait for everything to reboot.
    System Preferences>Network
    Click the Assist Me button.
    In the next window that pops up, click the Diagnostic button & do the necessary.
    Research Knowledge Base for network problems that pertain to the OS that is currently installed on your computer.   See these basic networking KB Articles:  http://support.apple.com/kb/HT1401 AirPort troubleshooting guide
    http://support.apple.com/kb/HT4628  Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT2712 Using network locations in Mac OS X
    Manually provided DNS server addresses are higher priority than DHCP's
    http://support.apple.com/kb/HT1714 Solutions for connecting to the Internet, setting up a small network, and troubleshooting
    ============================
    What to do when you can't connect to the Internet
    Also, run the Airport Utility app which is located inside the Utilities folder.
    =====================
    If using a  Linksys router, contact LinkSys Customer Support and/or post in their forums.
    If using Apple's Airport, please re-post over in one of the AirPort Forums.

Maybe you are looking for

  • Different expression depending on dimension dragged

    Hi, I need to have a different column physical mapping expression, depending on which dimension the user retrieves. Example: I want the Fact logical column "Fact.DOLLARS" map to the physical column: 1. SUM(CASE WHEN Dim1.ColumnA = Dim1.ColumnB then d

  • SAPbobsCOM.Documents.Lines Delete/Remove

    Is it true that there is still no API to delete line items for Document objects? (I cannot find one in version 6.5) Does 2004 include this feature? Is there a workaround? Making the Price and Quantity zero is not an option for me.

  • Infinite for loop problem

    hello there i'm trying to make a ping program that if the user presses a button the program pings on a server continusely and print the response so i used the infinite for loop but when i'm trying to exit the program it doesn,t exit?how to fix that?

  • Hp dv3t 2000 overeheating/fan noise/cpu spikes

    hi, i own a hp dv3t 2000 which is just about six months old. Since around a month ago I have been experiencing increasing fan noise and cpu spikes (100% cpu usage when really i'm not doing much at all) i looked into this issue online and learned that

  • JCOP Transfer key problem

    I've received JCOP20 cards from manufacturers. However, I heard that 3 keys(ENC key, MAC key, and KEK key) haven't not set. I know that 3 keys should be set in order to pass mutual authentication. So, I want to set 3 keys into JCOP card. How can I do