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

JSON FILE

I have data in internal table and download the file to excel file. How the abap internal data transformed to JSON file. What is exact concept for XML TO JSON OR excel to JSON. The following code need to change to JSON format... REPORT Z69. TYP...

Resolved! Call the super constructor after calling the other method -OOP

Hello experts, Please look at the following scenario. There are : 1.An abstract super class – 'zexmpl_super ' with :a.One method is abstractb.The other method has a codec.A constructor with code2.A sub class – 'zexmpl_sub', which inherits from ze...

hagit by Active Participant
  • 5437 VIEWS
  • 18 REPLIES
  • 0 Likes

CL_GUI_ALV_TREE - Illegal Event Combination (selection_changed + link_clicked )

Hey, I have a dynpro with 3 custom containers, each of these contains an ALV control. The one of the left is an instance of cl_gui_alv_tree the other 2 are instances of cl_gui_alv_grid. On the tree I have registered the event 'selection_changed' t...

Resolved! Syntax error

Hi Experts, I'm getting below syntax error while saving the program. Kindly share your inputs. Error : "if the new open SQL syntax is used, it must be used throughout. This includes @ to escape host variables. Getting error in line "INTO TABLE ...

Resolved! Should I see entries in the SAT hitlist for steps during update process?

Hi All! I'm trying to analyze the rescheduling process (tcode V_V2) via SAT because I'd like to find out how bad (or not) a specific SELECT-statement is compared to the many others executed. The statement was flagged by a detailed performance analy...

Resolved! Reading Excel file from Application Server into ABAP Internal Table

Hi ,I am using https://praveensg8.files.wordpress.com/2015/04/reading-excel-file-from-application-server-into-abap-internal-table_1.pdf ,this link to read .xlsx data from application server. but i only read single sheet data . i want to read multiple...

DELETE RECORD TABLE

how do i get the record that has been deleted with a delete? in practice, through a delete I delete the duplicate records, but if they are deleted I have to send it in error, how do I know which record was deleted?

Labels in this area