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
  • 83506 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! preprocessor directives

On older systems the following statement cl_salv_table=>factory( IMPORTING r_salv_table = DATA(lo_table) CHANGING t_table = <fs_data> ). must be rewritten as follows: DATA: lo_table TYPE REF TO cl_salv_table. cl_salv_table=>factory(...

abo by Active Contributor
  • 677 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! [abap2xlsx] excel (XLSX) repair due to new line character (cr_lf) in table column header

Hi, Excel (XLSX) is repairing when it is opened. This is due to new line character (cr_lf) in table column header. abap-code.png excel-opening-error-message-1.png excel-opening-error-message-2.png New line characterblinigual-column-header....

How to use 'for all entries' and 'into corresponding' and 'up to 1 row' together in SQL

I have an internal table A with fields name and price and DB table B with fields name,price,date. Now itab A already has name, and I want to for each name in A, query latest price in B and filled into corresponding field of A. So I wrote select ...

Resolved! AL11 has a '#' in one of the rows. How to read and replace this.

A file on our sap server, has a row with this entry 'iE#ski' I want to read this file and replace the # with an X. The following code doesn't work, and I assume it is because the # is actually a hex variable. The gv_string variable below is fille...

Offset getting skipped

Experts, In my report, after loop at, it goes directly to the move statement and skips the if...endif. How do I resolve that? Thanks in Advance DATA: lt_zfi_pr_details TYPE TABLE OF zfi_pr_details, lw_zfi_pr_details TYPE zfi_pr_details, lt_i...

ABAP CL_HTTP_CLIENT basic authentication gives HTTP/1.1 500 Internal Server Error

Hi Friends, I am calling HTTPS Rest API (POST Method) by using CL_HTTP_CLIENT=>CREATE_BY_URL in SAP. From Postman I am using POST method with sample URL "https://www.test.com/abc/xyz/pqr" and passing Basic Authentication credentials, and it is s...

​ Download Issue : SAP NetWeaver AS ABAP Developer Edition 7.52 SP04

when I am trying to download SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 . It is showing "Your request for information is being reviewed. Once approved, you’ll receive an e-mail with additional instructions.".It is showing for every section . H...

Extension field details not updated for BAPI SALESORDER_CREATEFROMDAT2

I am creating sales order from BAPI Salesorder_createfrom dat2. It is observed that the sales order is created and the same can be viewed by VA03, but the Extension field details is not updated in the Sales order. I have declared all the variables ...

Labels in this area