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

EXCEL COLUMN PROBLEM

Hi,I'm using the following code to download a report into excelDATA: begin of i_ascii_list occurs 0, text(134) type c, end ofi_ascii_list.DATA lista LIKE abaplist OCCURS 0 WITH HEADER LINE.CALL FUNCTION 'LIST_FREE_MEMORY'TABLESlistobject = lista.SUBM...

Resolved! Classic Debugger

Hi -Every time I run the debugger, I have to click on "Debugger / Classic Debugger" to switch to the classic, which I prefer. Is that a way for me to have it default to the Classic Debugger so I don't have to do this every time I start up a debugger...

trace period

I activated my trace then I have ran the application then I deactivated my trace. I have done this over the last week. My problem is that in my BW dev the trace period does not reset so the logs go back to my first trace log. The logs now contain th...

select query doubt

Hi I have a situation where in a table has following fieldsId username status userdetailsand the id, user name, status fields are key fields.in the select query even if I pass a single key(not all three) I should get the user details how can i write...

Resolved! parameters

hi everyone ,how can ı select only specific data in parameters ?for example parameters : p_carrid type sflight-carrid, p_connid type spfi-connid.ı wanna get only p_carrid 's connid. thnks

Resolved! ALV Checkbox

I need to add a checkbox to my ALV report. I am using REUSE_ALVI need to set the outputlen to 3 but the len is defaulted to 7 and does not change. Also I need to ungray the checkbox. I tried hotspot, but that brings the hand symbol out which I dont n...

Resolved! select-options

Hello friends,I am writing a code. My select-option is as follows:SELECT-OPTIONS: P_LIFNR FOR LFA1-LIFNR ,P_BUKRS FOR LFB1-BUKRS .Constructor definition ia as follows:METHODS:CONSTRUCTOR IMPORTING VALUE(I_LIFNR) TYPE LF...

Resolved! Common Include

HI Guys, i have written a common include which should be used by any program. The include consists of generating the spool and writing to PDF.But i have a problem with the piece of code belowIF WF_VALID <> SPACE. NEW-PAGE PRINT ON PARAMETERS WF_...

Resolved! How to set focus?

Hi,I have 3 input field in an ABAP program and need to do validation on these 3 mandatory fields. When the user click on the submit pushbutton, the code behind will need to validate the 3 mandatory fields, if one of the field is empty, the validation...

Labels in this area