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

Resolved! Report

I hv created three samrt forms and also written three program for the coreesponding SF for each in se38. Now I want only one Report should get written instead of three. So hw I will write the Report and will call the three different smart forms on cl...

Resolved! AT NEW Command

Dear All,I am running a BDC for VK11. In my input file I am having Condition Type & Sales Org. At every new condition type I am saving the records. Now I want that for every new Condition Type & Sales Org combination the records should be saved.Curre...

Resolved! Re:ABAP

Hi, All the time we use only standard internal tables , in what cases we use sort and hash internal tables. itab like sorted table of <dbtab> with unique key <col>eg: itab like hashed table of <dbtab> with unique key <col> ...

urgent

Hi,I wanted to do subtotal for some fields based on some condition.I have already data in my internal table itab.could anybody suggest me the logic for it.the condition is likeloop at itab.if itab-f1 = 'X'.*now here i wanted to calculate the subtotal...

CASTING

REPORT ZRAVI_05.class ravi definition.public section.methods: ex IMPORTING A TYPE I B TYPE I,DISP.DATA: D TYPE I,E TYPE I.ENDCLASS.CLASS RAVI IMPLEMENTATION.METHOD EX.D = A.E = B.CALL METHOD DISP( ).ENDMETHOD.METHOD DISP.WRITE: / D,E.ENDMETHOD.ENDCLA...

Resolved! fresher

hi all ...Iam very fresh to abap job. I love sap. but i dont know coding ...please could any one guide me how to be strong in coding part . how to start of with it . pleeeeeeeeeee its a request .waiting for the replyreena

Resolved! Optimization for this two select- into one select-statement

Hi experts,I realised my content in the it_mat and it_mat_info with these two Select-statements. But I think it is not very effective, because I select most of the data twice. SELECT DISTINCT rkwa~matnr makt~maktx FROM rkwa INNER JOIN makt ON ...

Labels in this area