Navigation to object is not supported

Hello all,
YTEST(Package) => Web Objects => BSP Application => YTEST_01 => Pages with Flow Logic => YTEST.HTM
=> Event Handler => OnInitializaion
Does not working Doulbe Click the any INCLUDE or Perform syntax.
Error message is "Navigation to object is not supported"
Message Number is "SO2_TOOL039"
SAP R/3 Enterprise
SAP_BASIS     620
SAP_ABA     620
SAP_APPL     470
help me on this request, will rerward points
/Best Regards
Jacob

Below that source code...
event handler for data retrieval
*"  INITIALIZATION
INCLUDE yplas_i005.
DATA : it_utype TYPE yplas_ty019.
UTYPE = c_doc_elec_bill.
APPEND c_doc_elec_bill TO it_utype.

Similar Messages

  • Getting error Dynamic navigation to this object is not supported in CRM 7.0

    Hi All,
    I am getting Error " Dynamic navigation to this object is not supported " when I am tryiong to Create a Follow up request " Service Request " for the interaction record in SAP CRM 7.0. I have tried to find a solution using the Navigation bar profile where we define the generic outbound plug mapping however I have no good luck regarding this... :-(
    Regards,
    AB

    Hi All,
    I am getting Error " Dynamic navigation for object CRM_SRQM_INCIDENT and action B not supported " when I try to run a task workflow for a  "Service Request " .
    I have tried to find a solution using the Navigation bar profile where we define the generic outbound plug mapping however I have no good luck regarding this.
    attached a sample screen
    Regards,

  • Navigation for screen is not supported

    Dear experts,
    I am translating a screen and i can see the changes on this system from every clients. but when i want to transport changes to target sistem i am creating a request from se38 with report RS_LXE_RECORD_TORDER. then i am assigning what it wants, when i am looking from se01 to my trasport of changes request there are object list. but if i am clicking twice on it the status message is "navigation for screen is not supported". after transport i can't see the changes on target sistem. how can i solve this problem?
    Thanks

    No cross posting
    Read the "Rules of Engagement"
    Regards
    Juan

  • E5 - unable to open. object type not supported

    hi. 
    2 Month back i brought Nokia E-5 Mobile and after few weeks i upgraded the Memory from 2Gb to 8GB. After copying all files from 2gb to 8gb am not able to open or install any existing programs and files. Even maps are not working. When trying to open or install the files am getting this erro " unable to open object type not supported " . Kindly help on this error.
    Thanks
    Velavan

    I have never attempted what you did, so can't say for certain, but I don't think memory card data is meant to be copied from one card to another (unless we're talking about data files like pictures or mp3's).  I don't understand what you mean by being unable to install files.  Are you trying to reinstall the programs that aren't working?  If your 2GB card still works normally, I suggest you format the 8 GB card, reinstall the programs to the empty card, and re-download the maps data.  If the programs still give you trouble, you may need to uninstall them from the 2 GB card first, but I don't think that should be necessary.  I hope that helps.

  • Strange IE ExternalInterface Bug: "Object does not support this property or method"

    We have an application on a relatively slow server (I mention
    the speed because it may be relevant).
    The app is flash 8 and uses ExternalInterface to call a
    javascript function in its parent page. It also used the
    ExternalInterface to receive a call from another function. These
    calls happens separately (the outbound one calls up a list view of
    items, clicking on an item calls up the details in the flash
    movie). In between the calls, the flash movie is hidden by moving
    it off screen using absolute positioning.
    On my local development box (Windows XPSP2) this works fine
    in both directions.
    On our production server (LAMP) this works fine in both
    directions in Firefox 1.5 and 2.0
    BUT while the outbound call from Flash to the page works fine
    in Internet Explorer 6 or 7, the call back from the page to the
    flash movie fails with the error messgage "Object does not support
    this method or property"
    We've tried not hiding the flash so it is always present on
    the page and still the browser > flash communication breaks in
    ie.
    We've tried using both the Adobe active content script and
    swfobject to embed the flash in the page with no difference in the
    resultset. In truth we've given up and gone to a two-page solution,
    reloading the flash from the start each time but I wondered if
    anyone had encountered a similar issue? Can't see why it would work
    perfectly in FF but not in IE.

    Not sure if this is your problem, but you do reference the
    Flash object
    differently, depending on the browser. In a video player we
    made, that uses
    JS to communicate back to Flash, I use a function like this
    to modify the
    variable depending on the browser:
    function changeVideo(xname){
    //ff
    if(window.vplayer){
    window.document["vplayer"].SetVariable("theXML", xname);
    window.document["vplayer"].GotoFrame(2);
    window.document["vplayer"].Play();
    //ie
    if(document.vplayer){
    document.vplayer.SetVariable("theXML", xname);
    document.vplayer.GotoFrame(2);
    document.vplayer.Play();
    The Flash is in a <div> named 'vplayer'
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Script error (the object does not support the property or method of loaded0)

    I am getting a script error each time I "run" my site from Dreamweaver (F12). It says something like:
    "The object does not support the property or method of loaded0, code0, url https://apis.google.com" etc etc "Do you want to keep running the script?"
    (I just get it in a different language, so sorry for the translation). What have I done wrong here?

    I am using internet explore, with yahoo as my "startpage"
    These two have different urls, the last one is the one I got today when I didn't have Dreamweaver open. I rarely use google.

  • Objects (XMLType) not supported in nonblocking mode?

    Hi,
    In 11g OCI guide Nonblocking mode section,
    it said "The following features and functions are not supported in nonblocking mode:...objects".
    It looks like if we're selecting embedded objects like XMLType, we can't use nonblocking mode.
    In fact, when I set nonblocking mode on my previously working simple program that selects XMLType from a table, it does not work anymore and returns ORA-03123 right away.
    In GUI or transaction-based application that needs to select embedded objects like XMLType, I'm wondering what approach can be done to make those select nonblocking?
    thanks,
    Terrence

    Are you sure that you are launching iPhoto '11?
    Did you double-click or right-click-open the application directly, or did you launch it some other way?
    Did you migrate applications from some older system? Might you be launching the migrated iPhoto instead?

  • ORA-30626: function/procedure parameters of remote object types not support

    Hello,
    I am trying to create a dynamic LOV.
    I have a table and package in a remote database, I am connecting to the database using dblink. When I access package I am getting error
    ORA-30626: function/procedure parameters of remote object types are not supported
    However I can access table with [email protected], not the package!
    How can I solve this problem?

    Did you ever get an answer/workaround to this? I'm having similar problems in 10g.

  • Create Synonym for Object Type not supported; Why?

    Does anybody know the reason why Oracle does not support the creation of synonyms for object types?
    In our application we use many schemas to separate subsystems. The schema name has a version identifier included to allow multiple product versions loaded in the database at the same time.
    We reference objects between schemas by using synonyms, to avoid hardcoding the schema names.
    Therefore I must refrain from using object types, currently.
    Does anybody have such a multi-schema architecture, also?
    What is your experience?
    Thanks,
    Robert

    Robert,
    Type synonym is now supported in Oracle9i Release 2. The practice of using multi-schema architecture is an excellent practice for large applications. This provides a level of abstraction to simplify application maintenance, whihc you must have experienced. In conjuction with Object types, you can further simplify your application through reuse of user-defined types.
    Do you have an email address that I can contact you for further discussion off-line.
    Regards,
    Geoff
    Does anybody know the reason why Oracle does not support the creation of synonyms for object types?
    In our application we use many schemas to separate subsystems. The schema name has a version identifier included to allow multiple product versions loaded in the database at the same time.
    We reference objects between schemas by using synonyms, to avoid hardcoding the schema names.
    Therefore I must refrain from using object types, currently.
    Does anybody have such a multi-schema architecture, also?
    What is your experience?
    Thanks,
    Robert

  • Remote Objects do not support Java Integers

    Another got-cha with using flex ... this is getting pretty
    bad .. :(
    Integers do not cross over from Java to ActionScript3, using
    remote objects. Strings work out great, everything else do not.
    Where do I report this bug?

    After further research, it turns out that flex 3 is still in
    the ALPHA stage and is not ready for general release. You simply
    cannot get repeatable results when using Flex / Java / JBoss /
    BlazeDS in any shape or form with no code change.
    Flex just quits, no errors, no nothing. 10% it actually does
    it's job (return remote objects), the rest of the time, it does
    not, it returns empty objects.
    Would be great if this was tested before release.

  • Why does the turn by turn navigation in iOS 6 not support bluetooth?

    In iOS 6 the turn by turn navigation is great, except it evidently doesn't support bluetooth headsets.  I'm using a plantronics.  The turn by turn is only produced through the speakers or headphones (when pluged in).
    Did I miss a setting?

    What is the Other on my iPhone and How to Remove It
    An "other" that large usually indicates that the "other" includes corrupted files.
    First try:
    "First you go settings/general/usage/music/then left swipe over music and press delete and you would think it deletes your music but it doesn't instead it deletes your other but make sure your ipod is connected to a computer while doing this"
    as recommended by:
    How do I get rid of "other" storage: Apple Support Communities
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Restoring iOS software

  • Value help based on this object not supported.

    Hi,
    I am new to VC, i want to create search help for a field create by own. it is "z_date" and restricted by "0REDAY1".
    when i click on "Add Value Help" and proceed further it gives me an error stating " value help based on this object is not supported"
    Thnaks,
    Sonali.

    Hello
                  I believe the common mistake made here is that you are trying to create value help under the "VARIABLE" drop down . you can only create value help on the "CHARATERICTICS" .
    so to solve you problem please identify the INFOOBJECT associated with that variable and create value help on that.
    if this doesnt help  please let me know

  • How to reboot Nexi using SNMP (tsMsgSend not supported)

    How does one reboot Nexus using SNMP?'
    Normally, I reboot IOS gear using:
    snmpset -c {private} {switch|router|whatever} tsMsgSend.0 i 2
                   tsMsgSend OBJECT-TYPE
                       SYNTAX  INTEGER {
                            nothing(1),
                            reload(2),
                            messagedone(3),
                            abort(4)
                       ACCESS  read-write
                       STATUS  mandatory
                       DESCRIPTION
                               "Sends the message. The value determines what
                               to do after the message has completed."
                       ::= { lts 9 }
    But our new Nexi (5000 and 7500) don't support tsMsgSend in various ways:
    N5K
    Reason: notWritable (That object does not support modification)
    Failed object: OLD-CISCO-TS-MIB::tsMsgSend.0
    N7K
    Reason: wrongValue (The set value is illegal or unsupported in some way)
    Failed object: OLD-CISCO-TS-MIB::tsMsgSend.0
    Yes, I have the following in the Nexi config files:
    snmp-server system-shutdown
    How does one reboot a Nexus using SNMP?
    --sk
    Stuart Kendrick
    FHCRC

    Hi,
    The only way that a device can be reloaded using SNMP is with the SNMP object tsMsgSend
    (1.3.6.1.4.1.9.2.9.9).
    As per the official Nexus MIB support list, the OID is not supported in NX-OS
    Thanks-
    Afroz
    [Do rate the useful posts]

  • Navigation to a UI Component not supported

    Hi experts,
    I'm using Case Management. I've done all necessary customizing.
    I'm using a record model that includes CRM BOR objects and non CRM BOR objects like INSTLN, BUS2032, BUS2080, INSTMNTPLN, etc.
    Everything works fine in SCASE transaction. But I have some trouble in IC WebClient 2007:
    - Documents, Business Partners and all CRM BOR objects works fine (display and navigation into IC Web screens)
    - Non CRM BOR objects can be displayed but when clicking the link in the record hierarchy I get the following error:
    "You have selected a process type that requires navigation to a UI component that is not supported within the current UI profile"
    I've done the following customizing but it's not working yet:
    - Organizational Chart (PPOMA_CRM) ->position->menu GOTO->detail object->enhanced object description. I have assign the Business Role and the IC Web Client Profile (including several functions profiles)
    -  SPRO -> CRM -> Interaction Center WebClient 2005 ->Basic Functions -> Define Activity Clipboard Profiles
    - SPRO -> CRM -> Case Management -> Extended Customizing -> Special Settings -> Define Processes-> Define Process-Dependent Parameters -> Assign Element Types and Business Object Types to a Process. I've made new entries copying standard ones and using new Types X1, X2, X3, etc.
    The idea is to navigate into the backend transaction displaying the content of the ISU instalation, the ERP Sales Order, the ISU Service Notification, the Installment Plan, etc...
    Any suggestions?
    Thanks in advance,

    Hi Alfredo,
    I added a custom object (Service Order in R3) BUS2088 to the Case Management record structure. In SCASE we can add the service order and when double clicking, we are transferred to the order in the R3 system.
    Now in the WEB UI we also see our service order number in the tree structure, but it is not a link. So we cannot display the order from the WEB UI.
    I created a transaction launcher for BOR object BUS2088, but that wasn't enough. Can you explain me how you got the custom objects in Case Management as a link? Did you make some extra settings or something?
    Best regards,
    Marcel

  • BISQLException : Navigation is not supported.

    Hi all,
    Please help me out, I am facing one exception. The scenario is:
    Using BI JAVA SDK API I am trying to connect to BW System to get the Info Providers and Info Objects. I am able to get all these objects and cubes. I am trying to display the ResultSet in 2-Dimension ( which is obvious), so for that I have created the MDX Query. Now if I am trying to apply any filter on this query by putting any info objects value ( internally when the query is generated, this filter comes in where clause) I am getting one exception i.e.
    BISQLException : Navigation is not supported.
    I am not able to figure out what I am doing wrong.
    If nothing is coming in where clause ( i.e. if I am not applying any filter) every thing is working fine.
    Can anybody help me out for this. Any suggestion, support would be helpful.
    thanks
    Maverick

    Hi all,
    Please help me out, I am facing one exception. The scenario is:
    Using BI JAVA SDK API I am trying to connect to BW System to get the Info Providers and Info Objects. I am able to get all these objects and cubes. I am trying to display the ResultSet in 2-Dimension ( which is obvious), so for that I have created the MDX Query. Now if I am trying to apply any filter on this query by putting any info objects value ( internally when the query is generated, this filter comes in where clause) I am getting one exception i.e.
    BISQLException : Navigation is not supported.
    I am not able to figure out what I am doing wrong.
    If nothing is coming in where clause ( i.e. if I am not applying any filter) every thing is working fine.
    Can anybody help me out for this. Any suggestion, support would be helpful.
    thanks
    Maverick

Maybe you are looking for