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

Only 1 line item extension fields getting updated using bapi goods movement not working for multiple

Hi Experts, I am using BAPI Goods Movement for updation of extension fields in MATDOC Problem occurs when i am trying to update multiple data Suppose i choose 2 document numbers to update in matdoc it perfectly updates the extension fields i...

how to make Visible my Video Component to the customer whose orderstatus is completed.

I have a created a video component in homepage and i want to show that component to the cusotmer whose order history is having order as completed. I have done few of the things but not getting the last kick.I am not able to deal with enum in the getV...

send data from sap system database archive repository to HTTP content server archive repository

Hello all, I am trying to send the data from the sap system database to the HTTP content server as I am not aware of it that which FM or class should i use so please help me with this issue. Source: Z0 which is a sap system database Destinatio...

How to send data from excel file in al11 to my custom table(ztable) using read dataset.

Hello Experts, I Have created a program to get the data from application server using open, read & close dataset into internal tables but im not able to update my custom table with those records taken from excel file in application server. TABLES...

Resolved! ABAP Unit Tests for events

Hello ABAPers! Short question: How do I unit test events of an object? Sample code: a global class that raises an event after some data was changed: CLASS zcl_enno_001 DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. TYPES: ...

EnnoWulff by Active Contributor
  • 2017 VIEWS
  • 2 REPLIES
  • 1 Likes

Resolved! SORT and GROUP BY

Imagine a source code like this where we first sort an internal table and directly after that group by: SORT lt_data_aqua BY lgtyp lgber.LOOP AT lt_data_aqua ASSIGNING FIELD-SYMBOL(<ls_data_aqua>) GROUP BY <ls_data_aqua>-lgber ASSIGNING FIELD-SY...

Labels in this area