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

Resolved! Regarding Field symbols

Hi all,I want to know about field symbols.I Have an brife idea about this concept, but I am not understanding 1.where to use this specific concept.2.It will affect the performance of program or what.3. need some example code of this.4. tell me the p...

Resolved! execute

1) SELECT * FROM SBOOK INTO SBOOK_WA UP TO 1 ROWS WHERE CARRID = 'LH'.ENDSELECT.2) SELECT * FROM SBOOK INTO SBOOK_WA WHERE CARRID = 'LH'. EXIT.ENDSELECT.how above queries will execute.?

conversion

Hi,this is vinod, actually i have one problem with conversion is, actually my flatfile data is in excel but saved as .csv so while updating tht file it shows unerror....how can solve this problem.THIS IS URGENT PLZ GIVE ME REPLY ASAPMessage was edite...

Resolved! can you give me solution

Hi expertsI have the following query,selectmatnrkalabkainsfrom mskainto corresponding fields of table it_stockFOR ALL ENTRIES in itab1where matnr = itab1-matnr.After executing this query i want to copy the data from itab1 to it_stock with key.I tried...

interactive selection

himy basic list is likefld1 fld 2 fld3 fld4 ......fld14if i click on fld4..the secondary list shud show the extra data. the i can retrieve from db table with select but i need fld1 and fld 2 and fld4 in where clause..how to get these flds when u clic...

Resolved! improving loop performance

Hello, I have a nested loop which loops through two itabs. Since there are too many records in both the itabs it is taking too much of time. Could anyone please suggest some ways to improve this code so that it takes less time. Two itabs are itab1 an...

sudha_naik by Product and Topic Expert
  • 451 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Update Function Module

hi all,i had a requirement in which i had to send a custom idoc from one application server to another. i did it but now i task is the generated idoc from sender should be updaetd to database tables of receiver . for this we have to code some thing i...

Labels in this area