Enterprise service for BP create

Hi
I want to find an enterprise service in CRM 7.0 for create BP
pls let me know
thanks
mike

Hi,
Are you looking for a web service to create BP ? If yes then this is how you do it,
Go to transaction SOAMANAGER
In the web interface select Application and Senario communication tab, then select Service Administration
In the web service administration page you can enter the search pattern as businesspartner* and search. I saw some 27 web services for BP.
You can refer this Wiki to create a web service,
http://wiki.sdn.sap.com/wiki/display/CRM/CreatingWebServiceinSAP+CRM
Thanks & Regards,
Arun

Similar Messages

  • BAPI/ Enterprise service for RFQ creation

    Hi All,
       I need help regarding creation of RFQ using BAPI or Enterprise Web Service.
       Is there any standard BAPI available to meet this functionality of RFQ creation(ME41).
      If any one has worked on similar stuff please reply. If you have any code related to such development then that will icing on cake.
    Thanks in advance,
    Amit Deshpande

    Hi Ashwinni
    I don't think there exist a synchronous enterprise service for the creation of vendors. Do you know if there is an enterprise service to do an update on a vendor? If an application is responsible for creating the vendors (like SAP MDM in a CMDM scenario) then the application of course can send updates on a vendor. Or is the scenario thought to be that you only create the inital vendor in MDM and then maintain it in for example SAP ECC?
    Br
    Göran
    Edited by: Göran Westin on May 24, 2011 2:30 PM

  • Enterprise Service for Vendor Creation

    I would like to know whether there is any Enterprise Service for Vendor Creation in SAP. I have found out an Enterprise Service for the same -- SupplierERPCreateRequest_In. However this is an Asynchronous Enterprise Service.
    I need to know wheter we can create Vendor in SAP through any Synchronous Enterprise Service ?
    Thanks & Regards,
    Ashwinni S. Kadam.

    Hi Ashwinni
    I don't think there exist a synchronous enterprise service for the creation of vendors. Do you know if there is an enterprise service to do an update on a vendor? If an application is responsible for creating the vendors (like SAP MDM in a CMDM scenario) then the application of course can send updates on a vendor. Or is the scenario thought to be that you only create the inital vendor in MDM and then maintain it in for example SAP ECC?
    Br
    Göran
    Edited by: Göran Westin on May 24, 2011 2:30 PM

  • Enterprise services for business travel (trip) management

    Hi experts.
    Do you know if there are enterprise services for business travel management in SAP ECC? I need ES for create, change and query business travel calculations (TRIP transaction).

    Hi,
    Are you looking for any ES bundle related to travel management.If yes, please  have a look at the following links.
    http://wiki.sdn.sap.com/wiki/display/ESpackages/Travel+Management
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?sap-unique=051607&sap-params=aWQ9MzNENTlGNDlBNTQ3NDY0ODhEOEVFOEVDQzY1RjIwRDEmcGFja2FnZWlkPURFMD
    QyNkREOUIwMjQ5RjE5NTE1MDAxQTY0RDNGNDYy
    There would be some service interfaces for which wsdl will be provided, you need to select which services you want and use them.Basically you will be importing the related component into the ESR.You need to download the content from Service market place ->download->SAP installation or upgrades->search by appl componet ->xi content
    Please let us know if you are looking for similar answer, if yes i can help you more in this.
    Regards,
    Srinivas.

  • Using Enterprise service for POS integration to POSDM

    Hi
    I have few question on using Enterprise Service  for POS Inbound .
    1. Is it possibe to get this XML schema for Enterprise Service
    2. Lets say we have to use a third party POS to  integarte POSDM via PI. But then if we don't want to do any transformation in SAP PI,  then can we use the following option:
              SAP POS sends the data in the ES XML format
              SAP PI just transports this to POSDM
    I do see some drawbacks of POS sending the data in  the ES service format. As this means, if any change needs to be done based on any new requirements, we need to change the source code. However the above option should still be technically possible?
    Any reference if the above approach had been used in any projects. We have always used the following flow:
    POS--> PI---> POSDM . PI to POSDM is through the RFC /POSDW/CREATE_TRANSACTIONS_EXT.
    Regards,
    Fazila

    Hi Fazila,
    The ES bundle "PointOfSaleTransactionERPBulkCreateRequest_In" can be used to transfer POS transactions to POS Data Management directly.
    In order to access the above-mentioned ES, please use the Integration Builder in your PI system in transaction SXMB_IFR and follow the link to the Integration Repository.
    This structure can be enhanced to capture additional information.
    Award point if useful.
    Regards,
    Ramki

  • ESOA: Enterprise Service for Purchase Requisition Query.

    Hi,
    I am not sure whether I am posting this question to the right forum, if not then please let me know the correct route.
    I am trying to test the standard enterprise service for purchase requisition query response. It brings all the purchase requisitions even though they are deleted and not appearing in MD04.
    Is there a way I can restrict and get only active purchase requistion. I am using the service PurchaseRequestItemByProductAndOrganisationalDataQueryResponse_In

    Not Answered.

  • Enterprise Services for Invoice Details

    Hi Friends,
    Can any one guide me to locate correct SAP Enterprise Services for Customer Invoice Details?
    I found the following services on ES Workplace.
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?id=A8E094B330C211DA1503000BCDDC2565&fragID=&packageid=DE0426DD9B0249F19515001A64D3F462&iv=
    How can we validate this is the right service or not? Is there any way to identify the tables and fields are involved in this Enterprise Service?
    Let me explain my requirement.
    External website (running on web sphere portal) wants to access  customer invoices/details from ECC through passing required inputs like customer number etc.
    For this requirement how do we approach on ES workplace and how to configure this service.
    How do I know the source Table and fields information related to that service.
    Is there any e-learning or web log for step by step for any ECC related services?
    Thank you.

    Hi,
    I'm not sure if it's the right one that you're looking but you can check it as follows...
    Using the URL that you've specified below (you'll see Software Component details), you'll also notice a where used link towards the top right hand side. Click on it, you'll start noticing namespace details.
    Use TCode SPROXY in the ECC system & go to the same Software Component & namespace & locate the Enterprise Service / Service Interface in question. Double click on it & then you'll see tabs (external view, internal view etc.). The internal view shows the internal Abap import/export parameters used in the proxy. On the properties tab, if you double click on the provider class you can drill down to the implementing code to see how it's implemented.
    There are some blogs & guides relating to navigating through the ES Workplace to find what you're looking for but a functional consultant in a specific area is in a better position to dictate whether the Enterprise Service is valid for a specific business function.
    Regards, Trevor

  • Enterprise Service for Business Partner on ERP

    Hello,
    I'm searching for an Enterprise Service for the generic business partner which was introduced in ERP. The application Real Estate Management works with this BP and I can't find a service for that.
    I know that there are ES for the objects Employee, Supplier and Customer, but on ERP is as well the object business partner.
    Hopefully someone can support me.
    Best regards,
    Yves

    Got a reply. The ES for the business object: Business Partner will come with EhP4.
    Cheers,
    Yves

  • Enterprise Services for release a Purchase Order

    Hello,
       Im looking in the ES Workplace an enterprise service for release a purchase order but I cant find it. Someone knows the name?
    Thanks
    Regards
    MG

    Hello Venu,
      Thanks for the response. I am doing what you said, I have exposed the BAPI as a web service, activate it (sicf), configurating the endpoint (soamanager), publish to the service registry (wspublish). But I have 2 problems,
       1. When I try to test it from the service registry it shows me this error: "Invalid transport binding settingsHTTP Client, does not have endpoint url specified", and I saw and the enpoints are configured.
       2. When I consume the web service through Web Dynpro, after I deploy and run, the applications show me this error, "java.lang.NoSuchMethodError: com.sap.tc.webdynpro.model.webservice.gci.WSTypedModel"wsexample1.wsexample1_model.Wsexample1_model.<init>(Wsexample1_model.java:124)".
    Regards
    SU

  • Enterprise services for E Recruiting

    Hi,
    I'm searching for enterprise services for ERecruiting on the ES Wiki and don't find anything...
    Can anyone help ? More precisely, I'm looking to query the ERecruiting backend for job advertissement data that has been posted in the last day.
    Thanks.

    Hello,
    If you search ES Workplace with key word 'ERECRUIT 604', you will see few Web services. The following are some examples:
    PersonnelRequisitionERPApplicantTrackingStatisticsCalculateQueryResponse_In
    PersonnelRequisitionERPBasicDataByIDQueryResponse_In
    PersonnelRequisitionERPCandidacyByIDQueryResponse_In
    PersonnelRequisitionERPByIDQueryResponse_In
    Thanks,
    Venu

  • Enterprise services for create employee

    hi all,
    I need to know if there are any Enterprise Services to create an Employee?
    thanks!

    Hi Pablo,
    You can find Enterprise Services to manage Employees in the "Employee Administration" business process from ERP.
    [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=0F76CD395C2E4CACA3CC9368E3E9CF52]
    I Could find the service "EmployeePersonalAddressCreateRequestConfirmation_In".
    [http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=9C2B7FD0AF4D11DA2B24000F20DAC9EF]
    But I doesn't create the employee itself... It adds an address to a Employee.
    Regards,
    Cezar

  • Enterprise service for Approving/Rejecting Time sheets

    Hi All,
    I am searching for the Enterprise service regarding "Approving / Rejecting Employee timesheet by Manager", i am able to find the Approve/Reject leave request but not the time sheet. could any one please help me in finding these services regarding time sheets. I need these services names as it is high priority issue. or is there any other way to accomplish the same task ?
    Thanks,
    Rohan

    Hi Shrivastava.G,
    Thanks for the quick response, i will look and dwell into it and see if it's fit my requirements and award points accordingly. time being i am stuck in one more problem i was able to find the Enterprise sercvices for Changing timesheet and even displaying timesheet, but surprisingly we could not find the enteprise service for the initial basic requirement of "CREATING TIMECARD", where a user can enter and book the necessary hours on weeekly basis.
    i got these two enterprise service, but it does not fit our requirement:
    1) ECC_EMPLTIMEEVENTERPCRTRC
    2) ECC_EMPTIMSHEETCHGRC
    Any help on this would be much appreciated,
    Thanks,
    Rohan

  • Enterprise services for ERP Shipment

    Hi,
    We are working on a scenario to send shipment details to SAP PI system via standard Enterprise services whenever the shipment is created in ERP.
    Could you please help us on the below queries?
    1) Is there any standard enterprise services available to send shipment data?
    2) If so, what are the configurations required from ERP side?
    We already searched for the enterprise services in this link but could not able to trace out.
    http://esworkplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?sap-unique=115751&sap-params=aWQ9QUY4RkE0RDg2NEIwNEE1Njg4RjZEOEY2NkExOUE0NzUmcGFja2FnZWlkPURFMDQyNkREOUIwMjQ5RjE5NTE1MDAxQTY0RDNGNDYy
    Request your help.
    Regards,
    Sakthi

    Hi
    Just explore here
    Explore Enterprise Services
    https://www.sdn.sap.com/irj/sdn/explore-es
    Regards
    Abhishek

  • ENTERPRISE SERVICES - BADI TO CREATE CUST. MASTER

    Hi
    Does any one know of a BADI to create company code data for a customer master using enterprise services.
    (as there seems to be no services to do this)
    Regards
    Srinivas

    I think you want a BAPI, not a BADI.
    In your ECC  system, enter the transaction BAPI and look at all the methods available under the Customer object.

  • Services for Object - Create external document (url) 132 characters limit

    Hello,
    I have this requirement:
    Maintenance people would like to relate a document on our portal on a work order to be able to print it with the work order.
    My suggestion was to use Services for Object in the Order -> Create external document (url).
    But the adress field cannot contain more than 132 characters.
    I have URL longer than 132 chars:
    eg: http://server.domain:port/irj/go/km/docs/documents/AAI/Gestion%20documentaire/Public/Entretien/Instructions%20de%20travail/EU-IT-01-02.pdf
    What do you suggest me?
    Thanks,
    François

    Thank you Pete but we are release 700 and this note applies to release 620 and older. I will try to find another note or another way.
    In the meantime we use the short-ID of SAP Portal Documents which are long to retrieve but always under 132 char.
    François

Maybe you are looking for

  • KDE: mouse sometimes freezes on audio playback

    Just installed KDE, and I've noticed that the mouse will sometimes freeze briefly when ARTS starts up. I haven't had to exit X thus far, but the freezups are very vexxing. Has anyone else observed this?

  • Hierarchical Query from 4 tables

    Hi, I'm using database 10.2.0.1.0. I have 4 tables . The data SQL> select * from table1;       TT1         1         2         3         4Where tt1 is a number column SQL> Select * from table2;       TT1 TT2         1 x         1 y         2 a       

  • JOIN two tables and creat a new one

    dear all, as a newbie in Bw i have a question. I worked already with other etl tools (powercenter) where there are objects to join 2 tables and create a new one to create a total transforming process to load a fact table. In BW an INFOSET is the only

  • K7N2 - Bios Checksum Error - But wont load program to flash bios

    Hi there, my computer restarted itself due a problem with windows (kernel dll or something arather), since then it wont boot at all, beeps twice and says Bios Checksum error. Now i understand this means the Bios is corrupted and i need to re-flash it

  • Video format issue

    I'm shooting video on my dslr camera and I'm trying to import the video to my iPad but it's the wrong format I guess... How do I convert the video to an iPad friendly format?