scurry888
Participant
Member since ‎04-29-2011

User Statistics

  • 87 Posts
  • 4 Solutions
  • 0 Kudos given
  • 11 Kudos received

User Activity

I would like to create a Business Partner using API_BUSINESS_PARTNER with one call and then with a second call create its child Customer entity using ABAP with OData Client Proxy . (I discovered a deep create will not work for local.) I'm able to cre...
I have been trying to do a deep create of Business Partner along with its child Customer entity using the OData Client Proxy, following Other Example Requests - SAP Help Portal. Unfortunately, it raises an exception when I try to execute the create_d...
Using on-prem S/4HANA 2020: Using OData client proxy, I need to post, patch, and get the to_Customer node under the A_BusinessPartner entity using the Business Partner (A2X) API . Can someone advise me and/or provide snippets of sample code for perfo...
S/4HANA 2020 (on-premise): I'm calling the API_SALES_CONTRACT_SRV service using create_v2_local_proxy. Is there an ABAP include for the A_SalesContract entity set?
How would I call a white-listed S/4HANA on-premise API in ABAP code that lives in that same S/4HANA on-premise instance? I would prefer to create a side-by-side extension in BTP and call the white-listed S/4HANA on-premise API from BTP, but I am not ...