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

Resolved! Selects within loops

Hi everyone!I have been told that having selects within loops is a bad practice. Can anyone please tell me how having selects within loops may have a negative impact on performance?I have a while loops in my program and within that while loop, I am r...

Regarding Exit

Hi All I am new to exits . So need some inputs from all of you.I need to add functionality to standard CAT2 where it should execute cats_da as soon as a user logs in and in case of any missing time it should popup a warning message to the us...

Resolved! Enhancement with VA01.

Hi,I have an requirement of the copying the customer address to the text tab in the va01 transaction.I have done the coding in the user exit userexit_save_document in mv45afzz .my program is working for the one item line.but when i enter the more tha...

Resolved! SE03 Transaction details

Hi Experts,Some one has told me to use this transaction to transport current programs and ztables to other transport, but im not getting how to use it.Can any one pls explain it in detail that how i can transport all ztables and prog to from 4.7 ver ...

Resolved! performance

Hi friends,LOOP AT it_batch. x_tabix = sy-tabix. SELECT SUM( clabs ) SUM( cumlm ) SUM( cinsm ) SUM( ceinm ) SUM( cspem ) SUM( cretm ) SUM( cvmla ) SUM( cvmum ) SUM( cvmin ) SUM( cvmei ) SUM( cvmsp ) SUM( cvmre ) ...

issue in HR

hi friends - i have an issue in transaction PTMW.i have two fields like start time & end time both type PTM_TDE_N1-beguz & PTM_TDE_N1-enduz respectively (Time - 6char).and i have the difference between these two fields as PTM_TDE_N1-tdduration(Dec - ...

Resolved! Inner Join Built?

Hi Experts,I need to build a inner join between 4 tbls, like, in such a way that, the user gives his choices in selection screen as SELECT OPTIONS / Range values,1 - KUNNR-VBAK2 - KVGR2 - VBAK3 - BZIRK(dist) - KNVV-BZIRK4- MATNR-VBAP5 - ANGDT-VBAK - ...

Resolved! Normal querry

Hi Friends,I have a requriement like this first the user should accept a new record only if the status is CD. Next if the record is present in the table then it should proceeed for the next step that is the user should accept the next approval status...

Resolved! User Exit for IW51

Hi experts, I'm currently stuck with user exit for transaction IW51. In the create Service notification screen, I need to select the dropdown list in 1 of the field (field A). Once I have selected, I will need to perform some logic and update another...

Labels in this area