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: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 84455 VIEWS
  • 212 REPLIES
  • 39 Likes

Audio recording in web app

Hi there.I have successfully been able to implement audio recording in my mobile apps using the start recording audio and stop recording audio flow functions. But when I try to use the same flow functions in my web app. I keep getting errors such as:...

Jaredn97 by Explorer
  • 1171 VIEWS
  • 2 REPLIES
  • 0 Likes

Making an OnPremise ABAP CI/CD with Github Actions

Let’s say you are ready to release a new update to your ABAP library, used by most of your customers: what’s your current approach to dispatch the release from your internal development system to the customer’s?In other environments, like Node.Js, th...

1629546268915.jfif CICDBlog.png git_branching.png workflow.jpg

Download PDF from adobe form in local system from SAP ODATA backend code in SEGW

The bottom code is working fine in SE38 include program but it failing in segw OData backend code withsy-subrc = 21[control_flush_error] CALL METHOD cl_gui_frontend_services=>gui_download          EXPORTING            filename                = lv_fil...

Satyam45 by Discoverer
  • 595 VIEWS
  • 0 REPLIES
  • 0 Likes

SAP S/4HANA Cloud. Can I get access to my CDS view via OData4 interface - "sap/opu/odata4/sap"?

Hi.Could someone help me, please?There is a question. Can I get access to my CDS view via OData4 interface - "sap/opu/odata4/sap", like for v2 interface: sap/opu/odata/sap/"CDS-service"/"CDS-view"?If yes, how should I adjust my SAP cloud server?

Andrei-R by Explorer
  • 1038 VIEWS
  • 3 REPLIES
  • 0 Likes

Back can't be used as a parameter name

Try this little report. REPORT. PARAMETERS back.  Syntactically incorrect! Incorrect nesting: For the statement "ENDMODULE", there is no open structure introduced by "MODULE".  Module %_BACK is already defined as a INPUT module.    I've never seen th...

matt by Active Contributor
  • 522 VIEWS
  • 0 REPLIES
  • 0 Likes

Details JOB

Hello experts,I would like ask an help.I have a custom program that submits a standard program via job and it calls another standard program via job.Is there a way to find the complete chain?I would like to explain better:I execute mi custom program ...

GroupBy not working

How can i add a option to group by in my list report?I need this option:     I tried with annotation below, but didn't work:@ui.presentationVariant: [{sortOrder: [{ by: 'belnr' }],groupBy: [ 'belnr' ],visualizations: [{ element: 'belnr', type: #AS_LI...

Screenshot 2024-09-24 160329.png

Query to get date goods receive date vs inspection start date and inspection end date

Hi everyoneIve recently started diving into SAP queries. I currently have access to my company's data lake for SAP data (meaning I don't have access to meaningful column headers). I am using xlean website to figure out tables and column names.I have ...

Type of list report

Hi!I understand that we have some table types for list report as:ResponsiveTableGridTableAnalyticalTableTreeTableI'm creating a RAP with eclipse, and when i execute my service binding, the table type used is always Responsive table. How can i change ...

RAP lineitem subtotal

Hi!How to add a subtotal line in list report? I try to use aggregation function, but it's only sum all line items, i want a subtotal by material/customer/plant for example.I check other reports and exist a button to group values in table line. How co...

rkenjiibmsuser_1-1727109873455.png

Network Request Error: for Post Call from Build apps to Document information extraction service

I'm trying to Take Picture in Build apps and send image via POST Call to Document information Extraction service using JS workflow function.1. as Destinations Does not support Multipart content as mentioned in the Issue with SAP BTP Destination Rest ...

Setting debug point in ADT class

Is there a way to set a breakpoint at a non-executable line in a class using ADT?I have a class which inherits from another class. I want to debug my class, so that I can see my class constructor executing the class constructor of the superclass. The...

mwn by Participant
  • 1108 VIEWS
  • 3 REPLIES
  • 0 Likes

Write in Excel format

Hello,Currently one of our custom program is writing the Sales data as XML format in the App server by using OPEN DATASET/TRANSFER syntax the file is .dat formatExample file name: weekly.sales.may.dat     (Interfaces\OUT\weekly.sales.may.dat)In AL11 ...

Labels in this area