Enterprise Service: Find supplier using Product name or Product ID

Hello,
                 I'm looking for an Enterprise Service to find suppliers who are selling a particular product by entering product name or ID as input...
                 I searched in ESworkplace and I could'nt find one, other than finding using supplier ID...
                 Does anyone have this service or know where I can find this Service please?

Here you are. As you see, it's quite complicated -- InDesign needs a destination URL, a virtual hyperlink, and an instance of this virtual hyperlink. All in all it took me a couple of tries before I got it right. (It didn't help your example URLs don't exist yet )
d = app.activeDocument;
url_style = d.characterStyles.item("URL style name");
app.findGrepPreferences = null;
app.findGrepPreferences.findWhat = "\\<AD\\w+[\\dx]\\>";
sourceList = d.findGrep();
for (l=0; l<sourceList.length; l++)
     link = d.hyperlinkURLDestinations.add ( "http://www.corpsite.com/"+sourceList[l].contents);
     d.hyperlinks.add ( d.hyperlinkTextSources.add (sourceList[l]), link ).name = sourceList[l].contents+" ("+l+")";
     sourceList[l].appliedCharacterStyle = url_style;

Similar Messages

  • Find package using program name/FM name.

    Hi,
    I want to find package using program name/FM name.
    Thanks,
    Amol

    open se38
    give program name and GOTO -> Attributes
    or  for forms
    open se71 and give formname and goto-> attributes
    u can findout package name.
    Regards,
    Ajay

  • Enterprise Services in ECC using SPROXY transaction

    Dear All,
    We were able see the Enterprise Services available in ECC 6.0 EHP 3 using the transaction SPROXY, we have even tested one proxy through this transaction. But now when we have configured ECC to connect the ESR (of PI), it is only showing Software components / Service Interface available in ESR throught the SPROXY transaction in ECC and not showing the Enterprise Services which are available in ECC.
    How to see both the things, existing Enterprise Services of ECC and Service Interfaces of ESR through SPROXY transaction in ECC?
    please help.
    thanks and regards,
    Ravi

    Hi Ravi,
    It may be that you just need a delta cache refresh but I would start by checking the SLD configuration.
    First strt with SAP Note: 1169869
    - I think that you might need to try changing the vendor (sap.com) that's assigned to the Software Component Version.
    - If you were seeing the SWCV before it should be installed on your system anyway but you can double check using the steps I've specified here: [Can't find  ESA ECC-SE 603 SWCV;
    - You might also want to check if the SWC is correctly assigned to the relevant business system/s in the SLD.
    Regards, Trevor

  • Finding userexit using include name

    Hi,
    can anyone tell me how to find out userexit using the include name.
    very urgent...
    Regards,
    Amal

    hi
    Re: How to find an EXIT with the Include name ?
    if helpful, reward
    Sathish.R

  • How to consume SAP enterprise services over https using third party tools?

    Hi guys,
    am just testing consumption of ES using jboss instead of NW for client applications. The ES in our internal ERP are bit strange, ie. they are using HTTPS transport even though you can configure ES with HTTP transport. (in this case, the requests are always redirected to HTTPS one). Wanna hear from perhaps someone who had similar experiences about
    - Have you encountered the situation that ES can only exposed as HTTPS WS. Is there any way to enable HTTP ES?
    - The way to consume ES over HTTPs. How to configure and generate the client which can talk HTTPs with ES?
    Any comnments are thankful.
    Best,
    Ji
    Edited by: Ji Hu on Oct 1, 2010 3:20 PM

    Thanks.
    Have solved the problem. I need to configure my client, i.e. JVM to connect the server with https. The generated ws client stub itself does not need to care about HTTPS or HTTP transport.
    In some case, one do have enabled HTTP transport via soamanager, but it never became HTTP (redirected to HTTPS). I have no idea why, but have to talk in  HTTPS as the only one option.

  • E2Open interfaces built using enterprise services

    We need to build purchase orders related interfaces with E2Open and discussing on using IDOC vs ESOA services that were provided by SAP with Ehp4.  We need to extend these services to get our custom data and using IDOCs would save time.  There is web methods/software AG server (middleware) that will translate SAP structure into OAG structures.
    Any suggestions/pros & cons on IDOC vs ESOA?

    Hi Rajani,
    My personal opinion:
    I think that you need to think more long term, using IDOCs would save you time now but significantly reduces your flexibility. You should also factor into consideration business goals & strategy (where the company is headed towards).
    If you have an ESR (Enterprise Service Repository) in your landscape (it comes shipped with SAP Netweaver CE or SAP PI), there's nothing stopping you from extending the standard SAP Enterprise Services to cater for your custom data. If you don't, an option would be to create custom Abap programs that wrap the enterprise service functionality & cater for your custom data. You could then web service enable those custom programs.
    I'm personally not a big fan of IDOCs because I think that they are too cumbersome to use but they also work well. You need to ask yourself, some questions like:
    - What if a business process changes, what would the impact be if you choose IDOCs over enterprise services?
    - What if you at some stage need to orchestrate provisioning interfaces to cater for changing business / market / regulatory conditions?
    - How much is SAP investing in Enterprise Services vs IDOCs?
    - How agile is the approach of using IDOCs vs Enterprise Services?
    - Does using IDOCs give you an egde over competitors & if there is a business opportunity that needs to be capitalized on, how quickly can you adapt the IDOC scenarios to take advantage of it?
    - What about skill levels (developers etc.) for IDOCs & Enterprise services?
    - Budget constraints?
    These are just some questions...
    On the whole, I think that Enterprise Services would work better but it depends on your specific circumstances & SAP is investing significantly more on Enterprise Servies than IDOCs so you would get that added benefit.
    Regards, Trevor

  • How to activate Business Add-In (BAdI) for Enterprise Service

    Hi,
    I have connected enterprise service
    Find Production Order by Work Centre
    external/technical Name: ProductionOrderSimpleByWorkCentreQueryResponse_In
    Namespace: http://sap.com/xi/APPL/SE/Global
    SAP Software Component Version: ESA ECC-SE 605
    Internal Name: ECC_PRODUCTIONORDERSWQR
    SAP Library - Enterprise Services for SAP ERP
    http://es-workplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=…
    from our ECC system to our PI 7.1 and did first tests.
    I'm getting response to my requests from the ECC system.
    But in the response, there are only the production order IDs for the requested work centre.
    I suppose that the BAdI PORD_SE_PRODUCTIONORDERSWQR, mentioned in service description, has to be activated for the service in the ECC system, to get all the other optional production order elements, defined in the service response message type.
    Am I right?
    Which steps in the ECC backend are neccessary to activate a BAdI for an enterprise service?
    Regards
    Roland

    Salegram,
    BADi is not provide us functionality for data upload for Annual PF / Pension Report.
    BADi is using for some add in our business transaction.
    just explore tx se18 ans se19.
    Amit.

  • Enterprise Service Repository

    Hi,
    I like to know the differences in between Enterprise Service Repository and Integration Repository (XI)?
    Thanks & Regards,
    Kamaljeet Singh

    hi Kamaljeet,
    ESR is a meta data repository, meaning that it stores data that describes other data. The meta data inside the ESR is then used by development tools, modeling tools, operational management tools, and by other services to help them do their jobs. The ESR has also been given the job of storing descriptions of business objects and models that show how services work together in process components.
    Perhaps the best way to quickly understand the ESR is to list all the different types of metadata stored in in and quickly explain how that data is used.
    Type of data and How it is used as follows:
    Web Services Definition Language (WSDL) files These files describe the service interfaces of enterprise services and are used by development tools and during run-time to look up interface definitions.
    Business Object Descriptions Business objects are used in modeling to show what structures exist in an application that are implementing services.
    Process Component Models This data describes models that show how enterprise services work together to implement business processes. These models show how a service is used and what business objects implement the service.
    It is important to remember that services are not implemented in the ESR. The ESR holds descriptions of services that are then implemented in applications that are separate from the repository.
    regards
    manoj kumar
    if its helpful award points

  • Enterprise Service Outbound - SXMSPMAST Pipeline EVENT - no msg to PI triggered

    Dear guys
    at the moment we are trying to set up SAP enterprise services outbound in the healthcare environment, which should be used through SAP PI.
    The ABAP backend is already configured to communicate with SAP PI using ABAP proxy.
    We went through the documentation and set up the according customizing, hopefully we did not miss anything.
    While running the mentioned report for transmitting business data via enterprise services the according proxy classes have been determined and called, logs look quite promising.
    Looking at transaction sxi_monitor in ABAP provider system entries with status 110 - Event Distributed Successfully pipeline EVENT are visible, but none for pipeline SENDER, which is quite common for ABAP proxy request to SAP PI.
    Configuration of Business Event
    All services that are developed in Enhancement Package 5 are Point to Point enabled i.e. a service can be consumed or received directly without having any Process integration (PI). All information services (i.e. outbound services) are Business event enabled i.e. event is published when an action is performed in the system.
    In order to receive the outbound information directly (i.e without Process Integration) one has to enable the Event option in the logical port configuration of the service in SOAMANAGER transaction and also check if the event in activated via SLEI_EVT_LINKAGE transaction.
    According to the documentation this enterprise services could be used with or without SAP PI. So for me at the moment is not quite clear, if additional configuration is needed in SOAMANAGER or if this is only needed while working without SAP PI.
    I assumption so far was it should be not necessary, and the ABAP proxy configuration already available should be used automatically to send the according request to SAP PI.
    Maybe someone could give me a hint if some configuration is missing and how to get the data pushed to SAP PI.
    I think the configuration is common for SAP enterprise services and not healthcare specific.
    Thanks in advance,
    best regards
    Jochen

    Dear guys
    issue solved by creating logical port for proxy in transaction SOAMANAGER selection mode "PI runtime"
    best regards
    Jochen

  • Enterprise Services Repository (ESR) available in Trial?

    Does anyone know if the Enteprise Services Repository (ESR) is included in the Full Java Edition-Trial and/or Full ABAP Edition-Trial?
    I want to try out the "outside in" approach for service-enabling newly build applications that starts by creating the interface design in the Enterprise Services Repository (ESR) using the Data Type Editor (as described in this article -> https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5e144eb2-0c01-0010-aaa4-fa0e0c12aab2)
    Thanks in advance,
    Mark

    Hi Mark,
    PI 7.1 is expected to release somewhere in Second half of this year. Check this blog on the same.
    New SAP NetWeaver Process Integration Release Planned for 2007
    /people/udo.paltzer/blog/2007/04/26/new-sap-netweaver-process-integration-release-planned-for-2007
    Also check this presentation on new capabilities of PI 7.1:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/706005a3-3bd6-2910-91ae-a2016239bdcf
    Regards,
    Subhasha Ranjan
    Reward points if helpful answer. *

  • Master Guide u0096 Enterprise Services Repository anyone ?

    Hi,
    does anyone have
    "Master Guide – Enterprise Services Repository"
    it used to be available on:
    Enterprise Services Repository&Registry
    but the link is dead now
    can anyone send it to me
    on my mail (from business card)?
    thank you,
    Regards,
    michal

    Hi,
    By the way you can access this link also. I think this is what you required.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0301486-758c-2a10-9d84-a195556df422
    Thanks and Regards,
    Sanjeev.

  • Unable to make use of Service "Release Supplier Invoice"

    We have recently installed EHP-3. I have been trying to make use of the following service
    Under Repository Browser --> Package -- > OPS_SE_IVE_XI_PROXY
    Enterprise Services -- > Server Proxies ---> II_IVE_E_INVOICEREPRELRQ (Double Click)
    The Service Release Supplier Invoice with Service Interface name --> InvoiceERPReleaseRequest_In has status Active.
    Everthing seems to in place... But I don't see the Service under SOA Manager.
    Please advice, how to make use of the Service above....
    Thanks in Advnace!!
    Vikas

    I have configured the Logical Port and able to publish other Services... but not able to find this Service itslelf under wspublish too..
    This is the message comes under Dispaly Logs "No service(s) to be published with the given criteria.
    Message no. MSG_CL_ER022"..
    Thanks for your help
    Vikas

  • Unable to use Service - Release Supplier Invoice

    We have recently installed EHP-3. I have been trying to make use of the following service
    Under Repository Browser --> Package -- > OPS_SE_IVE_XI_PROXY
    Enterprise Services -- > Server Proxies ---> II_IVE_E_INVOICEREPRELRQ (Double Click)
    The Service Release Supplier Invoice with Service Interface name --> InvoiceERPReleaseRequest_In has status Active.
    Everthing seems to in place... But I don't see the Service under SOA Manager.
    Please advice, how to make use of the Service above....
    Thanks in Advnace!!
    Vikas

    Vikas,
    To analyse your issue below, I would appreciate that you open an OSS ticket under component CA-SOA-WS with a detailed issue description (screenshots are very welcome).
    Thanks,
    Claudius

  • Which product for which Enterprise Services?

    Hi,
    I try to test Enterprise Services with the Netweaver Sneak Preview Edition.
    On the ES Workplace there are Enterprise Services documented mainly for four categories
    > mySAP ERP
    > mySAP Supply Chain Management
    > mySAP Supplier Relationship Management
    > mySAP Customer Relationship Management
    Does this imply, that these four are the products, which are required to run the respective Enterprise Services?
    Only two Enterprise Services are presented for the Business Solution Maps (Human Capital Management, and Supply Chain Managemnt only for Retail).
    Is it in general possible to test Enterprise Services with the NetWeaver Sneak Preview Version? I cannot download the ES Addons, since a registration for the Service Market Place is required, here.
    Thank you for help,
    greetings, Rafael

    Each SAP Product will deliver its set of Enterprise Services and act as Service Provider. Most of them will come from mySAP ERP as it's the mostly used product in the world.
    You can consume Enterprise Service from Netweaver Sneak Preview (Java or Abap) as long as you have access to one mySAP ERP system which contains Enterprise Services.

  • How to use Enterprise Services without ESR.

    Hello,
    We use SAP ERP6.0.
    We would like to use SAP Enterprise Services as a evaluation by .NET application.
    We do not have SAP NetWeaver PI and CE now.
    Without ESR (PI and CE) , how do I configure ERP 6.0 to use Enterprise Services?
    Please let me know.
    Best regards,
    Koji Nagai

    Hi,
    ESR is not compulsory for just consuming service.
    First you need to activate and configure webservice.
    Step1: Goto transaction SICF and activate service you want to evaluate. You can find ES under path: /default_host/sap/bc/srt/xip/sap/
    Step 2:Goto transaction: SOAMANAGER and under tab: Application and Scenario communication chose single service administration. Now search for "Service" pattern: service name you selected and activated in SICF field  = Internal name. then go.
    Step 3: you will be able to see your service here, now select service and click on apply selection.
    Step 4: Under the "configuration" tab select "Create service" button. Give any name to "New Service Name" type some description and finally give any name to "New Service Name" and apply setting.
    Step 5: Select authentication type http and save,
    Now under tab "Overview" you can see some url for "Open WSDL document for selected binding" use this url in your .Net application.
    Regards,
    Gourav
    Ps: I always have ESR and all necessary configuration so don't know if required settings available in your system to work this scenario.

Maybe you are looking for