Problem about Object Link customizing.

Hi guys:
I want to customize the "object link".
In the Layout of user interface>Navigation(URL Generation)>Assign Object Method to Role, there is a  field ,IDPage/Service, need to be maintained. How and where can I get the content to fill it?
Can anyone help?
Thanks

I am also very interested in this topic.  The pc-ui cookbook best I can tell does not provide a simple example demonstrating this functionality...I would welcome some doc like this.
I am faced with the problem of improving navigation.  Essentially the use case is: in
CRMD_MKTPL (marketing planner) pc-ui the user can hit the button "Generate Trade Event"...this will do its thing and issue an info message saying Event 1234 has been generated...the desire by the customer is to open the same app in a new window using the newly generated event id.  I think that the pc-ui navigation(URL Generation) should be usable for this?
Am I right to assume that you have to have the portal available to test this? (at the moment I am working remotely)
Any help on this topic is appreciated
Thanks

Similar Messages

  • Easy DMS  - problem with  object linking (unicode client)

    Hi Gurus,
    I have a problem concerning linking a materialmaster to a DIR in a uniciode environment. I tested following scenarios:
    1) Easy DMS 6.00 SP10 non unicode  +  non unicode Backend  -->  no problem
    2) Easy DMS 6.00 SP10 non unicode  +  unicode Backend        -->  no problem
    3) Easy DMS 6.00 SP10 unicode        +  non unicode Backend  -->  no problem
    4) Easy DMS 6.00 SP10 unicode        +  unicode Backend         --> problem
    Following Problem appears in scenario 4:
    Our Material Number Format is ______-____-___ (6 digits - 4 digits - 3 digits), "Lexicographical" is disabled, "Leading Zeros" is enabled.
    When I type in material number "111111-2222-333" and press "check all objects and read description" Easy DMS reads the description for
    111111-2222-333 but after that easy dms changes 111111-2222-333 to 000001-1111-122 and when I try to save the DIR it tells me that 
    000001-1111-122 is not a valid material master.
    As I mentioned this only appears with the unicode client + unicode backend. Any Ideas?

    Hi David,
    please tell us which version of EasyDMS you use currently. If you do not use EasyDMS 6.00 SP10 I would kindly ask you to see SAP note 1105699 and download this SP from the Service Marketplace.
    Further please check if you have maintained the object link customizing correclty in your backend system. Therefore please see the information in the SDN WIKI area for DMS under https://www.sdn.sap.com/irj/sdn/wiki?path=/display/plm/ca-dms-Object+link
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • Problem finding object for Custom Object Test

    I need to create a custom object test that tests whether a an element is present after a record gets inserted into the database. The script is databanked and each iteration needs to insert a databanked record, then evaluate my custom object test to make sure the record was inserted. The trick is in writing the expression that finds the correct custom object. After one iteration, this is the code that finds the custom object;
    RSWApp.om.GetElementByPath "window(index=0).link(text=""Category D"" | href=""javascript:OpenModal('DocumentCategoryAddEdit.aspx?documentCategoryId=377','400');"" | index=19)", element
    Instead of always grabbing the object whose text is "Category D", I want to grab the object whose text is <<category>> (ie retrieved from a databank file). Search in the href or index isn't helpful because these will change with each iteration through my script.
    I tried to modify the GetElementByPath to this:
    RSWApp.om.GetElementByPath "window(index=0).link(text=dbValue|)", element
    where dbValue is a local parameter that I set earlier on. When I run this, I get an object not found error.
    Any ideas?

    I much prefer to use RSWAPP.om.findElement. It is much more robust than FindElements.<BR>
    RSWApp.GetDatabankValue Is what is needed anytime you want to return Databank values to the VBA environment<BR>
    <BR>
    Your code should look something like the following:<BR>
    <BR>
    Dim dbVal as string
    <BR>
    RSWApp.GetDataBankValue "MyDbVariable", dbVal<BR>
    <BR>
    This will return the contents of "MyDbVariable" which is defined and bound in the databank wizard to VBA variable dbVal.<BR>
    <BR>
    You can then use DBVal in your path:
    <BR>
    RSWApp.om.GetElementByPath "window(index=0).link(text="" & dbVal & "" | href=""javascript:OpenModal(&#39;DocumentCategoryAddEdit.aspx?documentCategoryId=377&#39;,&#39;400&#39;);"" | index=19)", element<BR>
    <BR>
    If you decide to use Find elements instead of GetElementByPath, the syntax would like the following: <BR>
    <BR>
    Set element = RSWApp.om.FindElement(dbVal, "A", "InnerText") <BR>
    As you can see it is much simpler.<BR>
    <BR>
    Hope this helps!

  • A Problem About Object Sharing

    Hello Dear All,
    For a java card project, there will be two applets on a card. I am developing the first applet and my friend is developing the second applet. The second applet must call a function from the first applet, so, I have created a shareable interface and what needed else. As I know, my friend must import my package to use the interface to call the function from my applet. The problem is, I can not give my applet's codes to him. How can we solve this problem, how can he import my package without my .java files. I use Eclipse and JCOP tools.
    Thanks in Advance,
    Best Regards

    What you need to give is the INTERFACE file, not the full source. It should only contain declarations. Your colleague will add this interface to his project and compile it using only the interface declarations, not the source . This is the magic of POO.
    You also have to give the "exp" file generated by the conversion of your package.
    Regards
    Sebastien
    PS: example
    you are writing company.packageA.
    he is writing company.packageB.
    put the interface in company.packageA and give him the company.packageA.sharedInterface you've written.
    and remember that the only RAM object you can give to a shared interface routine is the apdu buffer. Transient objects are not shareable, and are cleared when the interface routine is called.

  • Occi problem about object cache!

    Hello!
    I have a table named "ggg" which include two column in the oracle database,and the datatype of one colume is "mdsys.sdo_geometry".I insert 1000000 rows record into the "ggg" table.Now I want to download all the data with occi.At the client,i use "sdo_geometry" class created by ott to access the "mdsys.sdo_geometry" objects in the table.Then,problem come:
    1.the meomery used by the client applacation grow and grow continuously;the client object cache has not release the object automaticaly when over 8m default cache as the guide of occi;
    2.I can not release the occupied memory of the client object,the "delete" methed of the "PObject" is usefulless;
    3.the "setdatabufer" methed of the "ResultSet" cann't apply to the object type(exsample:sdo_geometry).
    why?
    thanks a lot.

    You didn't mention how you are getting the objects to the client. Are they value instances or are you getting the Refs and dereferencing them?
    If you are dereferencing the Refs, make sure the Refs go out of scope when they are no longer used. Otherwise since you are holding them, they won't get garbage collected.

  • Problem about D-link card installation on Solaris 8 intel

    hello,
    I don't know how to install my ethernet card on the Solaris 8 intel.
    It's a D-link DFE-530TX model on PCI bus.
    Could you send my the methode to install it.
    Thank you very much.

    Hi,
    refer this URL http://sun.drydog.com/faq/s86faq.html.
    (Note: question - 6.7)
    revert back.
    Thanks.
    regards,
    senthilkumar
    SUN - DTS

  • DMS-Search via object Links

    Hi Experts,
    I am new to the DMS Module and have some queries- I have attached a DIR to a PR and PO and in CV04N, while I am doing search with object links,either when one value is correct , the DIR is showing,(like an OR Gate). i.e when PR is correct and PO is wrong, it is showing the DIR or when PO is correct and PR is wrong, it is still showing the DIR. So, is this a standard feature or is there any configuration change I need to do?
    Thanks in Advance

    Hi Aravind,
    step-1 create doc.type for PO in DC10 (IMG tcode)
    step-2 select doc.type,click left side define object link,here you have to assign the PO table EKPO.
    step-3.for more information check below notes.
    Note 880077: Performance problem using object links
    Note 885977: Extension to note 867241 on object links
    Note 926060: Extension of note 885977 for object link Purchase Order
    Note 960202: Object Links Deleted While Adding New Objects
    Note 1002648: Wrong behavior while using RFC_CHANGE_DOCUMENT_MASTER.
    Regards,
    M.Arunkumar
    SAP PLM Functional consultant.

  • Object Link Concept in SAP PM

    Hi,
        I know about Object Links. I need some clarification on that. As per SAP help, link from & link to will not consider the from equipment & to equipment throu which medium will pass. Then how the system will know the hierarchy.
    I am looking forward a reply.
    Regards,
    Maheswaran.

    Andrew,
       Thanks for your reply. I am not having this scenario in my project. I am throwing some general example. Actually my question is that, in the object link there is called link from & link to where we can select different equipments to link together.
           For example, cutting machine & drilling machine are going to be linked throu object link. In the physical assembly, first cutting will be done & then we will go drilling for any of the products in the particular process. In this case, I am giving link from as drilling machine & link to as cutting m/c, it will accept.
          As the system, it doesnt know the flow of the process. But there should be some provision to show the actual flow of the machines.
    Then how we can give the actual equipment flow.
    I think I have a clarity. Please ask me if you want more information.
    Thanks,
    Maheswaran.

  • DMS  object links

    hello ,
       about object links ,there is no sap object about QM inspection lot ,i want to create it .
       how to create sap object about QM inspection lot ?
    thanks!

    Hi,
    In the standard you cannot link documents to inspection lots, but you can link them to the inspection method master.
    In function group 'CV130', folder 'screens' you see all SAP objects that can be linked to documents in the standard. Of course you can add further SAP objects. For further information on how to add new objects please see the SAP Online documentation under
    http://help.sap.com/ -> Documentation -> SAP ERP Central Component -> Cross Application Component -> Document Management -> Document Info record -> Linking Objects to a Document  -> Adding Other Objects.
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • About Me link is not visible in Welcome Menu if placed on custom location in Custom Master Page

    Experts,
    I am facing a problem in my -ongoing SP 2013 project's branding. The problem is with Welcome Menu. I need to put the welcome menu at a custom place rather than in ribbon area. for this I added welcome menu snippet inside my Master Page HTML but there is
    a problem with it. On ribbon link "About Me" is visible while at the same time link "About me" is not visible on welcome menu which has been inserted on custom place. below images describe my problem more accurately.
    I need help in this regard if some one can help me. For your information My User Profiles are properly configured and working. 
    HBkhan

    Hi Haris,
    I tested the same scenario in my environment, and the link will display My Settings link instead of About Me link when there is more than one welcome menu in the page.
    If you want to put the welcome menu at a custom place rather than in ribbon area, I recommend you remove the welcome menu in the ribbon area(suitebar) after putting the other welcome menu at the custom place.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Object Link to Customer Service Order

    I have setup the object link in DMS and was able to insert the Customer Service Order to a Document Number. However, I do not see the Document Number when I view a Customer Service Oder. What is the correct path to view the Document Number from a Customer Service Order?

    Hi Christoph,
    I have already maintained the screens for object link (AFKO). I created a new screen as well and therefore I was able to assign the Customer Service Order in transaction (CV01N/CV02N).
    However, when I go to the Customer Service Order (IW32 / IW33), I wasn't able to see the Doc Info Rec number.

  • Document attaching to Customer Object link

    Hi all,
    I have created a document relevant for Sales. In object links i have attached this document to Customer object. Here in the Customer master data (After double clicking the Customer object link in the DIR), Can i attach any document to the Customer master irrespective of whether it belongs to Sales?
    Venu.

    ..Can i attach any document to the Customer master irrespective of whether it belongs to Sales?..
    Yes,provided you have the requisite authorization for creation of the document types and document creation has been enabled from Customer object in DMS customizing.
    Regards,
    Pradeepkumar Haragoldavar

  • Customized tabstip for CV01N in Object link tab like customer ,material

    Hi Friends,
    Can anybody help me out in Customizing Object Links tab for Transaction CV01N.
    I want to know exactly how could we add a customized tabstip in object link other than SAP Standards like  Material Master, WBS element and etc.
    I want to know whether do we have any SAP Note or any Badi  to get the tab strip in Object Link tab.
    Thanks in advance.
    Satish Raju

    Hey,
    Material master is standard object to link to
    Go to IMG ->Cross-Application Components->Document Management->Control Data->Define Document Types
    choose the document type and double click at  Define object links and "New Entries"
    and enter
    Document Type: Your document type
    Object: MARA
    Screen no.: 201
    When New Version: Decide what you want
    Create Document: Decide what you want
    Document Version:Decide what you want
    BR/Håkan

  • Action Link to link Custom Object 3 to Task

    Hello,
    Im creating a weblink on the task screen that runs a report on Custom Object 3 wtihin a new windows for the user to select the option on the report that the user would like to add. How can i create a action link that when selected will pass the selection on the report back to the activity screen?
    Or can i create a weblink on the account record that will run a report then on the results depending on the row create a task linking Custom Object three and Accounts Automatically
    Any suggestions would be approcaited

    Thanks Shilei,
    There is what i have been able to create so far:
    https://secure-ausomxXXX.crmondemand.com/OnDemand/user/ApptNew?OMCR0=AXXX-90ZIJC&OMTGT=ApptEditForm&OMTHD=ActivityNewNav&OMCBO=OnDemand+Custom+Object+3&OMRET0=CustomObj3Detail%3fCustObj3DetailForm.Id%3dAXXX-90ZIJC%26ocTitle%3dASAHI+BOM%26OMTGT%3dCustObj3DetailForm%26OMTHD%3dCustomObject3DetailNav%26ocEdit%3dY%26OCTYPE%3d%26ocTitleField%3dName&OCNOEDITTYPE=Y&OCTYPE=
    But how do i also link this to an account and default the Subject?

  • My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    thanks for your response roaminggnome. I changed my password immediately after it happened and I have contacted i tunes to let them know of this dillemma.
    The I-tunes credit was a promotional thing by Apple to buy their laptop. So I didn't pay for the i-tunes credit in the first place. Do you think my bank will be able to reinburse Itunes credit then? I will ask support when they get back to me.

Maybe you are looking for

  • Automate creation of APEX workspaces from a script

    Is it possible to have an SQL batch file create a user and a workspace without going through the web interface?

  • I can't install Sun Java System Application Server!! Who can help me??

    I download Sun Java System Application Server(sjsas_pe-9_0_01-p01-windows.exe),and the first time of my installation, it was blocked after it was istalled 14%, half an hour later I canceled the installation and wanted to re-install it, and I tried ma

  • Batch Element Entry Spreedsheet Interface Error

    hello gurus I am using EBS R 12.1.3 I do create the document using Batch Element Entry Spreed sheet Interface and in Excel 2007 a "Download" Window appears and processing is pending while on the EBS R12 session browser window shows the following erro

  • I am not able to print with my hp 7350??

    It recognizes the printer on my macbook pro and sets it up to print,  goes through the printing, but nothing prints on the paper....and yes there is ink in the cartridge.:) Any help!! I know it's an older printer, but it works great with my OLD PC. N

  • Help - what is the command

    I dynamically generate textboxes, so they all have the same name. There are ten boxes in all. I know it outputs the checked boxes in a comma deliminted string, 1,2,3,4....etc. If checkbox 4 was one of the boxes selected, I need to do a cflocation to