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

Resolved! ABAP performance

Hi!I have the following code. With huge amount of data (250000 record) it is running for 8 minutes. The SELECT is not a problem, because it takes only 20 seconds, after I created an alternative index for the COEP table.SELECT * FROM covp INTO TA...

Resolved! Field Exit

Hello Folks,Can you explain me the step by step process for create field exit. I create a Field_exit_matnr but am not able to know what to code in that..Actually my requirement is that i want to change the description of MATNR to Product Number from ...

function module

hi i developed a function module.in that i maintained data declarations in one include and i declared subroutines in another include and i used perform statements in function module source code,\now the problem is if i want to activate the function m...

Resolved! Error

Hi, This is my program. I am not getting the output. Plz correct me.TYPES:BEGIN OF TY_VBAK,VBELN TYPE VBAK-VBELN,AUART TYPE VBAK-AUART,AUDAT TYPE VBAK-AUDAT,KUNNR TYPE VBAK-KUNNR,NETWR TYPE VBAK-NETWR,END OF TY_VBAK.DATA DECLARATIONS.DATA:ST_VBAK TY...

please

Hi,LOOP AT i_ekko INTO wa_i_ekko. SELECT * FROM ekkn INTO wa_i_ekkn WHERE ebeln EQ wa_i_ekko-ebeln. APPEND wa_i_ekkn TO i_ekkn. ENDSELECT. ENDLOOP.I got error is The work area "WA_I_EKKN" is not long enough . .

Resolved! Export data to Excel

Hi All,I want to export data into local file. The line of internal table is greater than 1023 characters. I have used List->Export->Local File.... But when I open that file in excel the data is wrapped (here with wrapping I mean the fields of the int...

Labels in this area