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

Resolved! Getting SY-SUBRC=2 while uploading excel using ALSM_EXCEL_TO_INTERNAL_TABLE

Hi Experts,I am getting sy-subrc = 2 while uploading the file using ALSM_EXCEL_TO_INTERNAL_TABLE wiht message OLE upload error.If i upload the same file in another system it is not giving any error.I want to know in which situation we will get this e...

Values not fetched

  Hi,When i given the task value in selection screen the description of the task need to be taken from the table hrs100this is my codeIF NOT s_task[] is INITIAL.     SELECT  stext             FROM hrs1000             INTO TABLE lt_hrs1000            ...

Convert PDF to Image

Hi all,I'm trying to convert a PDF file into a Image file.My problem is that I have an smartform that generates a PDF file and I want to include the contains of another PDF.I have to do it by abap, because is the user who can upload the PDF file and ...

Resolved! Making field mandatory on sel screen if checkbox is checked in SAP query

Hello Experts,I need your help to solve the requirement.I need to include to two checkboxes and a field "Days to reject without approval " in the selection screen in infoset.Checkboxes : Reject                     Cancel RejectOn selection Screen, wh...

ALV GRID without using Screen.

Hi All,  I have developed one report in which i am using ALV OOPS concept to dipsplay the reportdata.I am using following code:Calling the method of global class as follow:method:   CREATE OBJECT o_alv    EXPORTING      i_appl_events = 'X'      i_par...

Resolved! Get back data from cl_gui_alv_grid->set_table_for_first_display after modification

Hi Gurus,I display an ALV with cl_gui_alv_grid-> set_table_for_first_display it working perfectly. The user able to modify some cell int he ALV, but he’s not able to add new row/column or delet.I display a button and if he push the button(SAVE) I lik...

Resolved! how to eliminate this message "object of class Re and language EN does not exist"

I am currently working on a code names ZREP_Monitor_uuu. This software contains a group of radio buttons to display different screens depending on the selection of the radio buttons. When I hit execute, every time that I change between radio button I...

BAPI to calculate net amount and tax using FM SD_SALESDOCUMENT_CHANGE

Hi,     I am creating a BAPI where I am importing quotation nos.(vbak-vbeln) and price date (sy-datum) which will return total net value. In total net value I am calculating  the net amount + tax. I am using a FM  SD_SALESDOCUMENT_CHANGE to calculate...

ALV grid

I am writing a program /DURS/OOOP_V2 (Capture1.png).--------------------------------------------------------------------------------------------Program's code is like this:report /DURS/OOOP_V2.  call screen 200.  include /durs/ooop_v2_incl1.  INCLUDE...

Labels in this area