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

Resolved! Maintaining range

Hi,in my requiremnet i have to write the below logic use table view ZV_MAST_STKO to perform initial select for BoM materials to be exploded using supplied selection criteria. Use a select similar to that below. Create a range r_lkenz to assign value ...

Resolved! Dynamic class calling

Hi All,I want to know the same class name which I am executing in the constructor of the class. Is there any system variable which stores this information. Like for example sy-repid for reports.Then after getting the calss name in string how I am go...

Resolved! Need better solution

Hi Gurus, Please find the below code segment. LOOP AT itab_vbap INTO wa_vbap. READ TABLE itab_vbak INTO wa_vbak WITH KEY vbeln = wa_vbap-vbeln BINARY SEARCH. IF wa_vbap-zshipdate NOT IN s_fsd. DELETE itab_vbap WHERE vbeln = wa_vbak...

Resolved! Test archive link system

Hello experts,we have problems with some of our programs which use the archive link function (e.g. ARCHIVOBJECT_CREATE_FILE).Unfortunately we have big problems with high downtimes of our optical archive system.Is there any sap-function to test the ar...

Resolved! Increasing performance of complex query through wa or for all entries

Hi this a code it has performane issues . first of all the table used itab_rb_rs is an internal table with header line .im using now ii_ itab_rb_rs in place of itab_rb_rs .How can i make it more efficient . HOW CAN I USE FOR ALL ENTRIES or make use...

Labels in this area