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

Updating table

Hi all,I need to update a table called MPOS.I know that you are not supposed to directly update SAP tables but I need to fill in entries based on 2 criteria and there are 1000s of records.Whats the best way to do this?Thanks

Resolved! User Exit.

Please use a more informative subject in futureHi,I create a zsegment (ZE1EDP01) with 4 fields from VBDPR table.I enhanced Standard Idoc(Order05) and added this segment.Now I have to write a code in User Exit, in order make the flow data from VBDPR t...

vijay_b4 by Active Contributor
  • 612 VIEWS
  • 5 REPLIES
  • 0 Likes

Resolved! Download programs

Hi,I would like to download a particular program with RSTXSCRP program (trx SE38). When I download my program, system downloads only part of the code but not the code linked to include instructions, how can I solve the problem ?:include /1BCDWB/IQ00...

Resolved! How to split Internal Table into several packages to reduce memory stress

Hi Experts,I have an internal table which gets filled with something between 100.000 and 500.000 records. Since the system restrictions are not changeable I need to reduce the memory stress cause this filling is always followed by a memory error and ...

Resolved! max in group by

kindly tell me why max date not showing when i m using group by.data : BEGIN OF GetMaxDate OCCURS 1, matnr like a305-matnr, " matnr datab like a305-datab, " validFrom knumh like a305-knumh , " RecNo kunnr like a305-kunnr, "...

Labels in this area