former_member388524
Explorer
Member since ‎03-05-2017

User Statistics

  • 16 Posts
  • 1 Solutions
  • 15 Kudos given
  • 3 Kudos received

User Activity

Hi Team, We are working on the integration scenario and we are using soap service to post idocs to ECC On-Prem. We are referring the blog to configure the SOAP service. We are able to post data to GSAP successfully using the soap URL as per the...
Hi All, we are working on the below integration scenario. Sending an IDOC data from SAP CPI to ECC and i am following the blog instructions to achieve this Trigger IDoc from HCI (CPI) to SAP ERP I am trying to post an test idoc data with basic ...
Hi, we have WD custom Java application running on SAP EP.I have new requirements to send an alert email to support when we have any exceptions.I like to include all the details of the exception that caused the problem similar to Portal log ...
Hi, We have an old WD Webdynpro java project that is deployed on enterprise portal. We need to make changes to the code now. We downloaded the copy of the EAR using offline config tool. It contains the SRC.zip file. However, we are not able to...
Hi, The below is our current code, which is running successfully to create new test users with SecurityPolicy to default . IUserMaint newUser = userfact.newUser(PortalID); newUser.setFirstName(Firstname); newUser.setLastName(Lastname); ...