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

Resolved! Regarding SUM in ALV

Hi ..I used this code to get SUM.wa_fieldcat-fieldname = 'NETPR'. wa_fieldcat-seltext_l = 'Net price in purchasing document'. wa_fieldcat-do_sum = 'X'. APPEND wa_fieldcat TO it_fieldcat.But Iam not gettin the sum for NETPR.regardsSandeep.

about Save_text

Hello...I have a some question about SAVE_TEXT function..Now. I will change a delivery header textHow to change a delivery header text using Save_TEXT funcion ??I already execute save_text fucntion for changing textBut. I cannot change a delivery hea...

Resolved! Work area problem

Hi all,I have 2 internal tables in my ABAP program.report ztest123.data: itab_1 type standard table of kna1,data: wa_1 type kna1.data: itab_2 TYPE STANDARD TABLE OF string,data: wa_2 type string.*populating data for itab_1select * from kna1 into tabl...

Labels in this area