DarcyMorse
Participant
Member since ‎04-09-2014

User Statistics

  • 70 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

I am trying to do a Web Service Call.  I am using if_http_client-Request->set_cdata and append_cdata2. The beginning and ending double quotes shouldn't be included.  Any ideas of what needs to be changed to fix this? Below is the code that I tried  w...
We have a requirement to block vendors for payments if they haven't returned Legal Documents (need to be filed every so many years depending on the scenario).Based on the comment above, we have 2 Scenarios:1. We have an interface that is creating ven...
I need to send the Supplier Vendor Number (From table EINA) thru the outbound Idoc ARTMAS10. I have tried the following: 1. BADI ARTMAS_BAPI_EXTEND. Methods MODIFY_BAPI_DATA and MODIFY_MMD_DATA don't trigger with a breakpoint. BAPI_ADDITIONAL_PROCE...
Our SI wrote code in ZXM06U36 to delete line items with a 0 quantity after our custom load building takes place. They are using a delete statement to delete entries from tables C_KOMP, C_KOMV, and C_POT (using assign statements). This code is only ra...
We were previously using VMD_EI_API=>MAINTAIN_BAPI to update and create vendors from a vendor portal. With the implementation of CVI, we found a note that stating that we should use VMD_EI_API=MAINTAIN instead. If not errors are passed back, I am usi...