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! Order by & Group by

HiI need some help.I hv a list of PO for a Plant with different release dates,I just need to display the 1st release date for each PO .The query i had written is like : SELECT ekkoebeln ekkobedat SUM( netwr ) ekkolifnr ekkowaers ekkobsart ekkowkur...

performance problem

Hi Experts ,Following routine taking long time, it takes around 1 hour for 34,000 records.IT_ANLA is sorted and no duplicate entries in the table. Is there any way to improve performance for this ?FORM GET_FIAA_ANLC_VALUES_GET. DATA : LV_GJAHR LIK...

Resolved! GUI_Download......

Hi everyone,here am uploading a text file which contains 10 fields, and based on that am getting 5 more fields from database. then am downloading that total 15 fields into desktop. using gui_download FM. but now i want to provide the headings into ...

Resolved! comparing two internal tables and deleting the record not present in second

Hi All,I have a internal table itaba with PERNR as primary key and various other columns (1000 records) and table B with PERNR as primary key and 800 records.Now what is the best way to compare these two and delete the record from table A when its co...

Resolved! Questions

Hi all,Can anybody clear my doubts?1. Can we define header and footer in Hierarchical ALV and if yes than how?2. What is difference between type and like?3. What is difference between field group and field symbol?4. What is Nested Internal table? Can...

SQL

SELECT vbeln posnr etenr edatu wadat FROM vbep INTO CORRESPONDING FIELDS OF TABLE it_vbep FOR ALL ENTRIES IN it_output WHERE vbeln = it_output-vbeln AND posnr = it_output-posnr AND etenr = ( SELECT MAX( etenr ) FROM vbep WHERE vbeln = it_output-vbeln...

Start of selection

Hi,May I know what is the different if I put the subroutine inside the start of selection or i put it outside of the selection?START-OF-SELECTION. PERFORM get_data. PERFORM get_mat_stock.END-OF-SELECTION. PERFORM check_allocation. PERFORM get_out...

Labels in this area