former_member584437
Explorer
Member since ‎04-26-2018

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

We are trying to delete user status for a PM workorder using BAPI i.e 'BAPI_ALM_ORDER_MAINTAIN'. The code for calling the BAPI is as below: DATA: lt_methods TYPE TABLE OF bapi_alm_order_method. DATA: ls_methods LIKE LINE OF lt_methods. DATA: lt_re...
Hello experts, The requirement is to write a custom program so as to upload a PDF to the documents section in NWBC for the EHS module. We are able to add attachments during the creation of an incident but not able to add new attachments for the exi...
How we can create data for a BOPF node from a custom program?
I am trying to hit an On-Premise OData service from Hana XSJS service. In the response, I get the following error. Access denied to system ecc.virtual.address:5000. In case this was a valid request, ensure to expose the system correctly in your ...
I tried implementing the batch operation with content id as given in the blog. The process works fine when only a single item is passed. When more than one items are passed in the payload it throws an error. The following is the error. ...