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

Resolved! help in dump

hi,i do this select and when i have in range table (pro_tab) lot of recoreds above 1000 i have dump .how can i avoid that?SELECT dimybproject COUNT(*) AS cnt FROM /bic/0czempl INTO CORRESPONDING FIELDS OF TABLE it_em WHERE dim0calmonth GE res_pe...

exit

hello friends,i got a requirement to change the number range for sales document number to alpha numeric.i.e should start with 'ufc' concatetnated with a number range.plz help me as soon as possible.thanks and regards,siri

ALV List Display

Hi Folks.My requirement is that I need to display an ALV with many fields along with the checkbox.We need to put a 'DELETE' button on the application toolbar.1) After displaying in ALV , if we select the checkbox and press the 'DELETE' button ,a popu...

ALV List Display

Hi Folks.My requirement is that I need to display an ALV with many fields along with the checkbox.We need to put a 'DELETE' button on the application toolbar on ALV Display.1) After displaying in ALV , if we select the checkbox and press the 'DELETE'...

Resolved! Making attachment read only

HiI have created an attachment using GOS. I want the attachment to be non modifiable and should not be deleted.I can return the attachment through BAPI_REL_GETRELATIONS. How can I manipulate it so that it is non modifiable and can not be deleted.Kind...

pbechani by Participant
  • 561 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! CHECK THE REPORT

REPORT YCLASSICALREPORT2 NO STANDARD PAGE HEADING LINE-COUNT 30(3).TABLES : LFA1,VBAK,MARA,SSCRFIELDS.DATA : BEGIN OF ITAB1 OCCURS 0, KUNNR LIKE KNA1-KUNNR, NAME1 LIKE KNA1-NAME1, LAND1 LIKE KNA1-LAND1, END OF ITAB1.DATA : BE...

Resolved! BADI Call

Hi All,I want to call a BADI in my program.when I write this code below there is no error.DATA: obj_badi TYPE REF TO zen_point, GET BADI obj_badi.where zen_point is an enhanement point defined by me.But when I write the code below, it giv...

Labels in this area