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

DBIF_RSQL_INVALID_RSQL

I get this runtime error "Error in module RSQL of the database interface." when this ABAP statement is executed. What is the main cause? REPORT Z_ALV_V5. TYPE-POOLS: SLIS. TABLES: EKPO. TYPES: BEGIN OF ty_ekpo, EBELN TYPE EKPO-EBELN,...

vicky31 by Explorer
  • 2173 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! Dynamic SQL with field symbol

Hi experts, my requirement seems a little weird, but maybe you can help me. We have a custom db-table, which comes with two colomns: table and field. In this table (ZB01), the customer has values like KNA1 & NAME1, or KNVV & AUFSD. The custom...

tim82 by Explorer
  • 1286 VIEWS
  • 4 REPLIES
  • 1 Likes

How can i make the Searchhelp so it searches in any of the Fields of a multy field search?

Hi i have this search help: The Problem is, as soon as i type something into the text field, it only shows entries where the street matches the pattern. But i want it to match the entered pattern in any of those parameters. For example if i ty...

Field name Vs. Data element.

When we are creating a structure using TYPES then we use the field name after the TYPE keyword(ERDAT, ERNAM, etc.). But sometimes we use data elements after the TYPE keyword(VBELN_VA). Now I'm really confused when to use which one. TYPES: BEGIN OF ...

vicky31 by Explorer
  • 8199 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! Data is not getting fetched.

After debugging the code, it_ekpo is not fetching any data.I'm very new to ABAP so, not able to understand the problem/ error/ mistake. Help me. REPORT Z_ALV_V4. TYPE-POOLS: SLIS. TABLES: EKPO. TYPES: BEGIN OF ty_ekpo, EBELN TYPE E...

vicky31 by Explorer
  • 2188 VIEWS
  • 4 REPLIES
  • 0 Likes

#ABAP_Trial - Unable to download:Request for information is being reviewed.

I received below message while downloading the ABAP Trial 7.52 SP04 : "Your request for information is being reviewed. Once approved, you’ll receive an e-mail with additional instructions." Is this the procedure? or is this an issue? I am downloa...

How to use Application based permission type in OAuth authentication in SAP ABAP?

Hi,We have ABAP application to get the data from the exchange online server(Microsoft EWS) and for this, We have used the EWS web-service and Basic authentication(RFC). But we want to change authentication type from RFC to OAuth 2.0.I have already im...

Labels in this area