Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Supplying Export parameters as Import parameters to a Remote Enabled Function Module

Dear community, I am trying to figure out a way to call a function module remotely with a client program (either with .NET RFC connector or with PyRFC). For now both do not work for me as I am unable to find the correct solution to my requirement.Bel...

Waelf by Explorer
  • 885 VIEWS
  • 3 REPLIES
  • 0 KUDOS

Unable to update Confirmed quantity automatically from Webservice call in Schedulling agreement

Hi All,We are making a webservice call from external system and  inside SAP the FM SD_SALESDOCUMENT_CHANGE is called. When same FM is called form idoc its updating order quantity and confirmed quantity in schedule lines. where as if i call with same ...

Mamata3 by Discoverer
  • 298 VIEWS
  • 1 REPLY
  • 0 KUDOS

Delete items (BSEG) from a parked FI document with FM PRELIMINARY_POSTING_DOC_WRITE

Hi all,I'm struggling with the function module PRELIMINARY_POSTING_DOC_WRITE, when I try to delete lines from VBSEG. I have to do so because I need to apply changes to the parked document coming from an interface outside of SAP where I cannot determi...

S/Hana Cloud Public, ADT. Comm. scenario is absent in the list in comm. arrangements.

Hi.I work with partner demo dev tenant. I've created CDS view in ADT, created communication scenario for OData v4, added appropriate service bindings etc. Then I publish my service binding.The goal is obtaining of data from CDS view via OData v4 via ...

AndreiR_0-1729865720286.png

Extract EDPAR Convert External < > Internal Partner Number Data in CSV File Using ABAP Program

ABAP Program - Z_EDPAR_CUSTOMER Program Type – ABAP  ABAP Program Name – Z_EDPAR_CUSTOMER Tcode - Z_ EDPAR _CUSTEntity Description - Customer Master Sales Data Output File Location - “C:\tmp” Output File Name- EDPAR.CSV Output File Type – CSV (Column...

SOPO done without Success

A SOPO was requested for SO 146250xxx line 60 and 70 i accepted the SOPO for both lines ON the PR 215760xxxx line 50 and 60 the change doesn't appear when I accepted the SOPO for both lines i Received only one email back for line 60. what could be th...

Nithu by Newcomer
  • 318 VIEWS
  • 0 REPLIES
  • 0 KUDOS

Task 12 - Give us feedback about this challenge (July Developer Challenge - "Reverse APIs")

This last (bonus) task of the July Developer Challenge on "Reverse APIs" is a simple but important one. We want to know what you thought of this month's challenge. Reply to this discussion thread and tell us what you liked, what you didn't like, what...

qmacro by Developer Advocate
  • 5031 VIEWS
  • 22 REPLIES
  • 4 KUDOS

Task 11 - Using implicit parameters with a bound function (July Developer Challenge - "Reverse APIs"

This is the final task in the July Developer Challenge - "Reverse APIs". Well done for making it this far! BackgroundIn the tasks in this challenge so far you've encountered, amongst other things, actions and functions. But all of those actions and f...

qmacro by Developer Advocate
  • 6679 VIEWS
  • 25 REPLIES
  • 3 KUDOS

Task 10 - The power of CDL with as-select (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".In this task you'll go on a short but hopefully enlightening journey into views and projections, to see how you can elevate SQL concepts to the service definition level in your CDS model...

qmacro by Developer Advocate
  • 6806 VIEWS
  • 30 REPLIES
  • 4 KUDOS

Task 9 - Using CQL in an unbound action (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".In this task you'll define and implement an unbound action, that does something that you might remember from the Developer Challenge on APIs last year in August, and you'll end up writin...

qmacro by Developer Advocate
  • 8474 VIEWS
  • 37 REPLIES
  • 2 KUDOS

Task 8 - Responding to an OData query with navigation (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".This time, a simple one that should take you no time! After the previous task where you created a brand new Northbreeze service, complete with data (right?), as well as implementing the ...

qmacro by Developer Advocate
  • 7425 VIEWS
  • 34 REPLIES
  • 4 KUDOS

Task 7 - Using CQL in an unbound function implementation (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".This task sees you creating a third service, and a first API endpoint within that service. Unlike the previous two services this service will be a more fully formed OData service complet...

qmacro by Developer Advocate
  • 10819 VIEWS
  • 57 REPLIES
  • 1 KUDO

Task 6 - API endpoint with payload required (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".This task gets you to add another API endpoint to the plain "REST" service you have, but will be a little different in its definition, implementation, and how it's called.BackgroundHTTP-...

bio.png
qmacro by Developer Advocate
  • 7689 VIEWS
  • 32 REPLIES
  • 4 KUDOS

Task 5 - A "REST" service document (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".This task focuses a little more on the plain service you set up in the previous task, and is more for us to think more about the differences and similarities between services served with...

qmacro by Developer Advocate
  • 9015 VIEWS
  • 39 REPLIES
  • 3 KUDOS

Task 4 - Plain "REST" endpoint (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".In this task, you'll create a new, second service, and within that you'll add a single API endpoint. The difference to the previous service and endpoints is that here a plain "REST" prot...

fullyrestful.png
qmacro by Developer Advocate
  • 7423 VIEWS
  • 36 REPLIES
  • 2 KUDOS

Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".This task is to add a final API endpoint to the service you already created in Task 1 - Your first service and first endpoint. It expands a little on the previous task to cement the idea...

qmacro by Developer Advocate
  • 6565 VIEWS
  • 24 REPLIES
  • 3 KUDOS

Task 2 - Capire's Hello World! (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".This task is to add a second API endpoint to the service you already created in Task 1 - Your first service and first endpoint. It's nice and simple, and in fact is rather similar to the...

qmacro by Developer Advocate
  • 7908 VIEWS
  • 33 REPLIES
  • 6 KUDOS

Task 1 - Your first service and first endpoint (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs".So, you've completed the warm-up task 0 and have managed to get a simple CAP server up, running and accessible from the cloud, and therefore (critically for this month's challenge) acces...

qmacro by Developer Advocate
  • 11684 VIEWS
  • 42 REPLIES
  • 8 KUDOS

Task 0 - Server and service provisioning (July Developer Challenge - "Reverse APIs")

This is a task in the July Developer Challenge - "Reverse APIs". We covered this task, both the "Simple deployment to BTP " approach, and the "Local deployment plus ngrok tunnel " approach, in the Hands-on SAP Dev live stream episode on Fri 05 Jul, a...

qmacro by Developer Advocate
  • 11007 VIEWS
  • 34 REPLIES
  • 7 KUDOS

(SOLVED) SAP Build Actions - Sales Order Removal Billing Block Reason is not possible

Hello,we are trying to remove the billing block reason of a sales order via an Action in SAP Build Process Automation. We are able to set the billing block reason but are unable to remove it. We tested the API in Postman and were able to remove the b...

Paul29_1-1716886715067.png
Paul29 by Newcomer
  • 493 VIEWS
  • 0 REPLIES
  • 0 KUDOS
Labels in this area