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

collect usage in itab

Hi Ihave some doubt in using the collect statement. I need to sum the qty field . I have done like this.loop at itab.select single sum( field1)into varfrom table1 join table2 on( condition )where table1~matnr = itab-matnrand .itab-field1 = var.modify...

Resolved! Question Regarding ALV

Hi All,I have made a report for alv grid. A custom button was added to the toolabar of the alv grid which does a forward function. the user comes in and selects some rows of the alv grid and want to forward it to others. I couldnt catch up the row v...

Resolved! select statement

Hi experts,Pls see the following select statement.Iam getting AUFNR value from Z table. SELECT AUFNR FROM <b>ZCSPICKLISTGROUP</b> INTO TABLE T_HDR WHERE GRPNO = P_GRPNO. IF NOT T_HDR[] IS INITIAL. SELECT MBLNR ZEILE MATNR MENGE AUFNR ...

Resolved! CASE STMT

Hi,How do I write the following CASE stmt or may be IF stmt,CASE VBAK-ERNAM.WHEN VBAK-ERNAM = 'BATCHUSER'.NO_ORDER1 = NO_ORDER1 + 1.WHEN VBAK-ERNAM = 'REDDYV'.NO_ORDER2 = NO_ORDER2 + 1.ENDCASE.ThanksVeni.

Custom Program List

I want to prepare list of all custom objects in system for UPgrade purpose.Forms - List output type , print program and smart forms/scripts - Printer type used for printingInterfaces - Reports - Inventory report etcExtensions - Is there any T-code to...

IDOC Status-26

Hi All,Please look at the below code and let me know where I was doing mistake...FUNCTION zrfc_park_document.*"----""Local interface:*" IMPORTING*" VALUE(COMPANY_CODE) TYPE BUKRS OPTIONAL*" VALUE(FISCAL_YEAR) TYPE GJAHR OPTIONAL*" VALU...

Labels in this area