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

Coding buck..

Hi Experts,I have requirements in my program that...In one case there is sales order and sales order Item number ..for each sales order item, there is one production order..In another case for one sales order item number, there are more than one prod...

Indexing

hi all guru's,I am working on a report which is giving dump due to exeeding of its execution time. on debugging i knew that its because of MSEG table which s being used in the report. wat i wana know is how to use indexing in a report to reduce the e...

Resolved! regarding Userr Exits

Hi All,I am bit confused about user exits. As per User exit concepts a enhancement needs to be implementedwhich has EXIT* functionmodule and in that finction module we can write a code in include.But I found one the include RV60AFZC , the desription ...

BADI/Userexit

Hi Experts,I need to add 4 custom fields(Zfields) in transaction FB60 under Details tab.The four fields should get appended to the table BKPF.I am looking for a BADI which I can use. Please let me know which BADI to use and also, if there is a user-...

alv display

Hi gurus,I hav to diplay certain record (say 10 records) using alv grid display.But my challege is when i click on any record it should get deleted (mean now one should have only 99 records only instead of 100) and i dont have to make use of alv grid...

Resolved! BDC data upload

Hi Guys,when i am sending data from excel to sap ,getting error hereplz modify this code.Convert the excel data to row-wise data LOOP AT it_upload_data. l_col_no = it_upload_data-col. CONCATENATE 'WA_TAB-cell_' l_col_no INTO w_field. -> ...

Labels in this area