Link in Opportunity

I do have a problem to make a link out of a field (in View Details of BT111H_OPPT). This field holds the QuotationNo. (out of the ERP)
By clicking the link, the system should jump into ERP System, opening TX VA22 and open the relevant quotation (Number as parameter).
I created a link for the field via "Get_P_*" Method.
Thanks for your quick help!
sebastian

done

Similar Messages

  • How to link CRM opportunity to R/3 projects through object relationship

    Hello everyone,
    i have this new development to link CRM opportunity with R/3 projects ( table PROJ ). as user creates the opportunity in CRM in relationships tab he should be able to see the R/3 projects as part of search help when he select create relationship -> projects. i have manged to get the project data from R/3 to CRM through middleware and search help is also showing list of all the projects. problems arises when i try to save the relationship by pressing save button. it gives me error messsage that
    'Project with the number SI090100000000000 does not exist ==> Interlinkage is not created'
    Please help me how to maintain this linkage.
    Thanks
    Sudhir Grover

    Dear Sudhir,
    I have search this help portal a lot to find the solution for my need that,
    Present I am working for a project where the same requirement that what you had in one of your project and did successfully. Let me explain about it,
    Opportunities will be created in CRM  and Projects will be created out side CRM (Project systems) now I have to link this projects information to the corresponding opportunities in CRM.
    For this, I was knew we have to set up "Object relationship profile" that is it.
    But once I red this thread theoretically I got confidence, the requirement can be achieved by following your way, but here I have the below doubts
    1. How to replicate CProjects to CRM from ECC?? (Present middleware set up is working fine (BPs and Products, and etc. replication is happing fine)
    2. ITS (PPM URl) is already provided by PPM team and working fine (I have tested using Transaction launcher), in this case can I use that ITS URL?
    I am really grateful to you!! Kindly help me out!!
    My Email ID is - [email protected]
    Thanks and regards,
    Shaik. 

  • Report on related section linked with opportunity Id

    Hi,
    I created a report with opportunity Id is prompted as filter. I would like to display my report in a related information section of my opportunity record.
    This is the URL of my report : https://secure-ausomxgva.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fshared%252fCompany_AGVA-PV272_Shared_Folder%252fSuivi%2bfact%2bpar%2bdemande&AnalyticReportName=Suivi+fact+par+demande
    How can I modify my URL to add the opportunity Id as argument?
    Thanks

    I have a couple of thoughts that may help. I apologize if you already have tested these, but these are ones I consider when dealing with web links.
    1. You need to validate the URL for the report itself. I have no reason to believe that yours is wrong, but I always double check it. The way I validate it is to run the report from "My Analyses" and then right click to get the properties. The URL for the report is listed there and you can validate your weblink from there.
    2. Be aware that sometimes spaces in the URL eg "Opportunity ID", can interupt the passing of the whole URL to the iframe. In this case just use "%20" as a space substitute, ie "Opportunity%20ID".
    3. The third observation I have is probably not really a concern, but I noticed you mismatched Row ID with the Integration Id tag. I would use %%%Id%%% for Opportunity Id.
    I also have a good doc that contains a lot of detail on other options. You can email me and I'll send it to you, if you would like it.
    Good luck,
    Thom

  • URL Link to Opportunity in WF notification

    Hi,
    I am looking for a way to get the URL for an opportunity in Sales Online (using some standard function) so that i can attach it to my custom workflow notification. Is there any function available to generate the URL (along with session details, etc).
    thanks
    Ramya

    If I understand correctly, you need to send a wf notification with the link to the opportunity. If it is so, then you can send a HTML notification and generate the following link dynamically (using wf attribute for oppoutunity id).
    http://<SERVER>:<PORT>/OA_HTML/OA.jsp?page=/oracle/apps/asn/opportunity/webui/OpptyDetPG&ASNReqFrmFuncName=ASN_OPPTYDETPG&ASNReqFrmOpptyId=<OPPORTUNITY_ID>
    Please note that the user will have to enter the username/password if he/she clicks on this link, but after entering the logon details the application will take the user to the opportunity details page.
    Thanks,
    Gaurav.

  • Links not working correctly in PCUI for CRM

    Hi All,
    We are implementing mySAP CRM 4.0 through PCUI on Portal
    EP6 SP14.
    I have integrated the CRM Business Package 60.2 in Portal.
    Proper User has been created in the backend and assigned Sales Manager Role both in the portal and in the CRM backend.
    We are facing problem of links not working in the CRM Contents. When we click on the links in the CRM Portal Contents ( BSPs) we don’t get the desired application opening.
    When we click any links in the BSP's ( Activity Links in Opportunity Management BSP ) we get a blank page popped up.
    I have the screen shots with me. Any one responding can get the screen shots from me.
    Thanks in Advance
    Rohit

    Rohit,
    Have you maintained configuration in (transaction CRMC_BLUEPRINT_C --> Navigation (URL Generation) --> Assign Object Method to Role)? Be sure that the role that you are using is present and ID Page/Service field correctly points to the pcd url for your portal.
    When testing, it may be helpful to set parameter CRM_URL_BUFFER_OFF = X on the user profile (SU01) to turn off the url buffer. That way changes made above are immediate.
    Best Regards,
    Bernard

  • Common key to join Opportunity, Quotes & Orders

    Hi Gurus,
    I am working on a Siebel CRM and OBIEE environment, with OBIEE as OOTB. Currently in the RPD there is no link between Opportunity, Quotes and Orders. My requirement is that wherenever we pull any data for any of Opportunity or Quotes or Orders we should be able to bring in the related data.
    What is the best approach to do this. I believe this link or rather a surrogate key should be created in OBAW(Oracle Business Analytics Warehouse). As i am not a database guy gettting confused which table and how the link with the old data.
    Any pointers will be very helpful..
    Thanks
    Amit

    Hi amith,
    Relation with quotes,opportunities and orders is not directly related.Try to build query based on some tables you find in RPD.I took some here for quotes and days table and this days can be joined to opportunities.Same way you check for orders and frame the query so you can establish in warehouse.
    W_DAY_D T557827 ,
    W_QUOTE_D T32271,
    W_QUOTEITEM_F T32175,
    W_OPTY_D T31547,
    W_DAY_D T31328 ,
    W_PIPELINE_F T37269
    where T32175.EFF_START_DT_WID = T557827.ROW_WID
    and T32175.QUOTE_WID = T32271.ROW_WID
    and T31547.ROW_WID = T37269.OPTY_WID
    and T31328.ROW_WID = T37269.SNAPSHOT_DT_WID
    UPDATED POST
    try to take these tables and joins and figure out can we join it in OW...if its possible well and good.
    If not you need to go with opaque view only.
    UPDATE POST-2
    I have given the joins for other 2 tables in your other post
    hope helps you.
    Cheers,
    KK
    Edited by: Kranthi.K on Jun 16, 2011 11:18 PM
    Edited by: Kranthi.K on Jun 27, 2011 9:48 PM

  • CRM-Web UI-Filtering transaction types based on Workcenter

    Hi,
    I have the following requirement:
    There are 2 Business roles and these have their separate navigation bar profile.But the 2 navigation bar profile have the same
    workcenters assigned.
    Now the requirement is when the user logs on with Business role1 , on clicking on create link of opportunity in the left navigation
    bar , only the standard tx. types should get displayed for creation in the create pop-up.
    And when the user logs on with Business role2 , on clicking on create link of opportunity in the left navigation
    bar , only the 'Z' (custom) tx. types should get displayed for creation in the create pop-up.
    Can any one please comment whether this can be achieved?
    Thanks in Advance.
    Best Regards,
    K.Brinda

    Hi Brinda,
    I am of the opinion that a restriction from the security side, based on the PFCG roles assigned to the respective Business Role could be one way of achieving your requirement. There could be a better solution to this, but hope this helps. If you found any better solution, please update this thread.
    Regards,
    Ashwin

  • Product ownership

    I am doing a lot of opportunity-product history reporting using custom fields in the 'Owned by User' section to add extra information about the opportunity owner
    In the opportunity-product history the Owned by User relates to the product owner and not the opportunity owner. This is fine when specific products have been created by the user but I am having big problems where no products have been specified yet.
    Unlike other posts here I want to report opportunities with 'Unspecified' products
    My reports are going wrong where the 'owner' of the Unspecified' product does not agree with the opportunity owner
    My tests suggest the person who created the opportunity is not automatically the owner of the Unspecified product
    Does anyone know HOW CRM on Demand decides who the owner of the Unspecified Product should be?
    So far I have reviewed over 100 opportunity records and it is definitely not always teh person who created the opportunity. There seems to be a link with opportunity and account teams but nothing I can put my finger on....

    Thanks Tim
    The reports contain custom fields in the 'Owned by User' section. Its not a case of displaying the owner but extra information about the owner
    We need to understand how the ownership is assigned or how to change ownership of the Unspecified product
    Best wishes
    Richard

  • Patch 11 now available for download

    As you can see, patch 11 contains many many fixes and some new functionality. Thanks to everyone on the SDN for contributing!
    Highlights
    - Login name now able to be edited by either user or merchant
    - Orders placed for the Internal BP, containing the sales people, users, etc from B1 will no longer synch and a message will show in the synchlog
    - Several fixes to opportunities
    - Install plugin button appends stored proc instead of overwrite
    Fixes include:
    Note#  
    [1242678 - Added support for Switch, Maestro and Solo|https://service.sap.com/sap/support/notes/1242678]
    [1242677 - My Account->Account Transactions do not show current day |https://service.sap.com/sap/support/notes/1242677]
    [1242675 - Opportunity conntact list does not refresh on BP change |https://service.sap.com/sap/support/notes/1242675]
    [1242674 - Web Tools license error randomly appeares on website |https://service.sap.com/sap/support/notes/1242674]
    [1242673 - Displayed document type is wrong on doc linked to activity |https://service.sap.com/sap/support/notes/1242673]
    [1242612 - Search returns incorrect number of results |https://service.sap.com/sap/support/notes/1242612]
    [1242611 - Tentative checkbox on meeting activity does not synch |https://service.sap.com/sap/support/notes/1242611]
    [1242608 - WT throws error if no industry is specified on prospectmerge|https://service.sap.com/sap/support/notes/1242608]
    [1242607 - Reminder on activity is incorrectly synchronized |https://service.sap.com/sap/support/notes/1242607]
    [1242605 - Activity linked to opportunity to B1 corrupted B1 database |https://service.sap.com/sap/support/notes/1242605]
    [1242604 - Calendar control in Today->Pending activities does not work |https://service.sap.com/sap/support/notes/1242604]
    [1242592 - Termination date of service contract is set after synch |https://service.sap.com/sap/support/notes/1242592]
    [1242590 - Website times out by Request timed out error |https://service.sap.com/sap/support/notes/1242590]
    [1242521 - Updating opportunity with more stages in B1 fails to synch |https://service.sap.com/sap/support/notes/1242521]
    [1242518 - Page ~/admin/focus/OrderDetail.aspx should be removed|https://service.sap.com/sap/support/notes/1242518]
    [1242516 - Related document on opportunity does not work on sych WT->B1|https://service.sap.com/sap/support/notes/1242516]
    [1242514 - SECURITY Dangerous component exists on WT instance |https://service.sap.com/sap/support/notes/1242514]
    [1242471 - WeightTotalUnitCode added twice on upgrade from patch 8|https://service.sap.com/sap/support/notes/1242471]
    [1242470 - Malfunctioning paging navigator (Campaign Report Detail) |https://service.sap.com/sap/support/notes/1242470]
    [1242468 - Coupon without any requirements defined isn't accepted |https://service.sap.com/sap/support/notes/1242468]
    [1242467 - Coupon limit per user does not work if user was logged out |https://service.sap.com/sap/support/notes/1242467]
    [1242466 - User can view documents linked to another BP |https://service.sap.com/sap/support/notes/1242466]
    [1242401 - Field ZIP is not required on address detail of BP in WT |https://service.sap.com/sap/support/notes/1242401]
    [ 1242400 - Last visit on user is displayed twice |https://service.sap.com/sap/support/notes/1242400]
    [1242399 - Full Name password synch does not work for sales person |https://service.sap.com/sap/support/notes/1242399]
    [1242398 - Objects synching one way cannot be used in a synch plugin |https://service.sap.com/sap/support/notes/1242398]
    [1242396 - Delivery date on Quote incorrectly set on synch from B1->WT|https://service.sap.com/sap/support/notes/1242396]
    [1242338 - Priority and Source of Opportunity are not synchronized|https://service.sap.com/sap/support/notes/1242338]
    [1242336 - Synch overwrites code for opportunity competitor |https://service.sap.com/sap/support/notes/1242336]
    [1242335 - Base price not considered for pricelist with empty price|https://service.sap.com/sap/support/notes/1242335]
    [1242106 - Bounce report was not updated if failed email returned |https://service.sap.com/sap/support/notes/1242106]
    [1242105 - Create Activity on Opportunity redirects to incorrect page|https://service.sap.com/sap/support/notes/1242105]
    [1242082 - Adding linenote to order before saving row raises error |https://service.sap.com/sap/support/notes/1242082]
    [1242081 - Several strings have been corrected in application |https://service.sap.com/sap/support/notes/1242081]
    [1242078 - Item groups is incorrectly assgined to item on update in WT |https://service.sap.com/sap/support/notes/1242078]
    [1242077 - Quantity field missing on Quantity list category type |https://service.sap.com/sap/support/notes/1242077]
    [1242075 - Quotation total does not update when updating quantity|https://service.sap.com/sap/support/notes/1242075]
    [1242001 - Web Tools does not allow to change login name synched as ID |https://service.sap.com/sap/support/notes/1242001]
    [1242000 - WebTools raises error on purchases on internal account |https://service.sap.com/sap/support/notes/1242000]
    [1241999 - Clicking Install Plugin can break other installed addons|https://service.sap.com/sap/support/notes/1241999]
    [1241998 - Link between activity and service call is lost in WT|https://service.sap.com/sap/support/notes/1241998]
    [1241996 - Tax should not be applied to handling on synch from WT->B1|https://service.sap.com/sap/support/notes/1241996]
    [1241805 - Web UserID is not set correctly after synchronization|https://service.sap.com/sap/support/notes/1241805]
    [1241752 - Change of user's e-mail doesn't update contact list |https://service.sap.com/sap/support/notes/1241752]
    [1241750 - Shipment notification email not sent|https://service.sap.com/sap/support/notes/1241750]
    [1241749 - New address on Quote is not correct when saved|https://service.sap.com/sap/support/notes/1241749]
    [1241747 - Cannot reassign service call from queue to user in WT|https://service.sap.com/sap/support/notes/1241747]
    [1241665 - Install Plugin is enabled when there is no connection to B1 |https://service.sap.com/sap/support/notes/1241665]
    [1241600 - New checkbox to calculate sales BoM as assembly on Web Site|https://service.sap.com/sap/support/notes/1241600]
    [1226689 - Threat Level of competitors from B1 is not synched to WT|https://service.sap.com/sap/support/notes/1226689]

    Please be aware that in patch 11 the requirement that a delivery have a tracking number associated with it was lifted per multiple customer requests. Meaning, all deliveries that synch to web tools from B1 will trigger the messaging service to send a delivery notification if so enabled.
    So, if you have deliveries in B1 that have no tracking number on them, when they synch to Web tools they will send the delivery confirmation email. Basically any delivery that exists in Web tools that does not have a tracking number has never been sent, and after patch 11 will be sent, so you may end up sending delivery confirmations to your customers for orders that were placed years ago.
    Obviously this is not good. What you can do is use a local smtp server, which is recommended anyways, and monitor the pickup folder for emails that would be sent out. Pause the local smtp server BEFORE you upgrade to patch 11, watch the pickup directory and manually delete any emails that you don't want to go out.
    As there may be a large number of emails that you do not wish delivered, you may wish to perform a search on that folder for files containing the text of the undesired emails, such as "Your order has been shipped". Move those emails to a seperate folder, then search for any emails that do not contain the current date, or the dates that you know delivery notifications have not been sent for. A great tool for this is Total Commander, and it's free.
    There is also a switch in the Admin - config settings - messaging page that you can use to disable the sending of shipment notifications entirely. But make sure you restart the messaging service after you change this setting as the old setting might be cached in the service.

  • Sales Oportunity / Activity Query Question

    I am trying to create a query to look up all Activities assigned / associated with a specific Sales Oportunity. I can not determine how to join the the Activity / Activities to the Sales Oportunity.  I see the the table OCLG, Activities table , that there is a Business Partner column, but how do I determine if the Activity is associated with an Activity and if so, which Sales Oportunity?
    Is there another table I need to join to?
    Hope this makes sense.
    Thanks in advance
    Dana

    hi,
    Activity can be linked to a business partner,not to sales opportunity,
    U can link sales opportunity indirectly with Acitivity via BP Code.
    Develop this query
    SELECT T0.OpprId, T0.CardCode, T1.ClgCode, T1.CardCode, T1.Notes
    FROM OOPR T0 INNER JOIN OCLG T1 ON
    T0.CardCode = T1.CardCode
    Jeyakanthan

  • Question of how to write "ActionLink"to "CustomObject"

    Hi all,
    When I set up the URL link from the report, I can use the ActionLink to "opportunity", "account" and so on.
    However, there is no information on "custom object". To jump to "custom object" from the report link with ActionLink,
    how can I write Javascript?
    Regards,

    Thank you very much for your swift response.
    I understood your point but what I would like to confirm is ACTIONLINK with JAVASCRIPT.
    If you link to opportunity from your report with ActionLink, just write the code like,
    @[html]"<span onClick=\"javascript:LinkOccam (this, 'opportunity');\">"@"</span>"
    However the Javascript as above, with what should I replace the word "opportunity" if I link
    to "custom object"? I tried this like
    @[html]"<span onClick=\"javascript:LinkOccam (this, 'custom object1);\">"@"</span>"
    but this does not work.
    Thanks,

  • Query needs display only the recent record that was updated into BW.

    Hi Gurus,
    I have a question related to query creation.
    I hve one Infoset which was built on top of Opportunities data and Activities data cubes.  Tthey are linked using Opportunity GUID.  And in the query I am displaying the Opportunity ID(from Opportunity cube),  Sales order Number from the Activities data and a keyfigure No of Doc headers from the opportunities cube.  Everything is fine.  I want to display One Opportunity ID and One Activity associated with it.  I mean I want to display only the activity ID which is very recent.  But the query displays all the activity IDs which are associated with the opportunity ID.   We are not using any time characteristics too as the query has to display all the data that is there in the cubeI just want to see the recent activity that has got updated into the cube.  Kindly advice on how to achieve this..
    THanks in Advance
    Mohan Kumar

    Hi mohan,
    try to do some restriction by using  request ID (0requid) and variable 0S_RQMRC (Most current data on 0requid).
    for example a restriction on activiy id by most current request ID.
    hope it helps.

  • Function Module for getting opportunity linked to accounts

    Hi All,
    Can some one help me in providing the FM that gives the opportunities linked to a business partner(Accounts). I have found that this can be achieved by querying Database tables on CRMD_PARTNER, CRM_ORDERADM_H, CRMD_LINK,BUT000 Tables. This seems to be very complicated joins. Looking for any FM that can help me for this requirement.
    Thanks,
    Eureka

    Hi,
    Since Opportunity is a One Order Object in CRM, you can use the function module CRM_ORDER_READ to read the opportunity. Here you will have all the partners associated to it will be available in the ET_PARTNER table. From there if you need further details then you can query the Business Partner Object and will get the BP details.
    You can use the CRM ORDERMAINTAIN to update a One Order Object.
    Hope this will help.
    Thanks,
    Samantak.

  • By mistake I uninstalled my Acrobat someting, which gave me the opportunity to print .pdf and color-mark text. My licence key is [removed by moderator]. What is the name of the product? Where is the link for download and reinstall? Please help me r

    By mistake I uninstalled my Acrobat someting, which gave me the opportunity to print .pdf and color-mark text. My licence key is [removed by moderator - never disclose publicly]. What is the name of the product? Where is the link for download and reinstall? Please help me rapidly, Best regards / Stefan

    Sign in to your Adobe account online and look in the Plans/Products sections to see which program it might have been.

  • Is it possible to link an activity to an Opportunity after creating it?

    Hello Experts,
    I have a scenario where in R/3 i create an activity using service ' ActivityTaskCRMCreateRequestConfirmation_In' . The input to the service are the activity type = 'Task',Main Account Party(same as BP for Opportunity),Contact Party,employee responsible(which is same as employee responsible for the opportunity),Description. The problem is since the activity is not created from the opportunity, it does not appear in the planned activity assignment block  of the particular opportunity.Is there any service or any other way by which i can link the activity to the opportunity?
    Thanks & Regards,
    Swati

    longi wrote:
    . Is it possible to link an Audigy2 card with external haedphone & mic connections on my case as buying an external dri've bay is a bit expensi've, but i really want to make the most of my card. I currently use a usb headset and the sound is a bit naff as 2. i have no control over bass & treble. The only advantage of this is convinience.
    . There is no analog I/O pins available on Audigy 2. Only way to get it working the way you want is to split those I/Os found from back of the card. Here is a project running solving this matter, so you may want to follow it's progress.
    There are also couple threads talking 'bout this matter of yours.
    2. You can control treble and bass from software you're using or if you play games (only) then from
    - Creative Surround Mixer
    - CTPanel (can be found on driver installations)
    - Control Panel: Sounds And Multimedia properties: Audio tab --> Play Control : Volume slider: Advenced
    All these above affects sound Globally.
    .jtpMessage Edited by jutapa on 09-7-2005 09:57 PM

Maybe you are looking for