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

Resolved! debugging

experts, in debugging mode if i try to change a value , not allowing to change and is regaining its original value even though the variable has been declared using data and not with constant. thanks in advance.

Resolved! TOP INCLUDE

Hi experts,I forgot how can I create a TOP INCLUDE in the modul pool. When I Create a dynpro PAI and PBO are offered to create, but I'm missing the TOP INCLUDE. Could you help me why the TOP INCLUDE did not automatically created?

download data

hi,ihave written the following code to download the data to excel.the download was successfull but i am getting extra columns with zerosand i need to set default file name as data_sy-datum.the filename i am not getting which i have set(eg:data_301020...

Resolved! change the date forrmat

Hi all,SELECT-OPTIONS : s_dat for sy-datum .INITIALIZATION.s_dat-low = sy-datum.s_dat-high = sy-datum + 5.append s_dat.in the output screen Date is in format like : 10.30.2008.now my requirement is to display the date like : 10/30/2008 .how to do thi...

Resolved! F4 Help created with F4IF_INT_TABLE_VALUE_REQUEST i need to set the healine

Hi i use the Function 'F4IF_INT_TABLE_VALUE_REQUEST' for creating the F4 help in my programm. I have to set the column names (headlines of the columns) in the F4 Help box. Which parameter sholud be changed. I treid to set the table "field_tab" but i ...

Sequential read

Hi all,I have got a request from the basis team to check why a particular program is doing a sequential read. How should i go ahead for the request. I am unable to find where the program is doing sequential reads. Can anyone tell me how to look for t...

Resolved! select statement

dear all,i want to select a record,but i don't know how to do it, can you help me ?for examplebudat matnr20081027 120081027 2 20081028 220081029 320081029 2what i want to select is that,the element...

Aiolos by Active Participant
  • 1110 VIEWS
  • 11 REPLIES
  • 0 Likes

ALV grid to Text file

Hi,I have a report which shows an ALV grid. I have to download that report to a text file. Also I have to know whether the user has actually downloaded the file or not (i.e. if he presses the export button and at a later stage during entering the fil...

Labels in this area