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

Code after Job

Hi everybody, i have a program that executes a job using the FM JOb_open, the submit of a report and the fm JOB_CLOSE: i want that the following code, after the FM Job_close, is run after that the job is finished. There is a Function Module that do...

How to add a search help, to a grid, which suggests the names of fields, from another structure?

Sorry for the confusing question but I don't really know how to write my question in just one sentence. So I try to explain my Problem. I have an ALV-Grid with 2 Columns. Like this: Field | Value Both Columns are editable. And I have a structur...

Get input value before going to next input field in module pool screen painter

We have some input textbox on the screen and want to process this textbox before user's next actionabap-visitor.jpg. For example, there is an employee textbox. When user entered employee number, we have to capture some details of employee based on en...

Resolved! Find the frequency of a data and display the count in a column

Hi, I am very new to ABAP and programming in general. I need to find the number of occurrences of the data in a column. In this report, there should be a new column which would give the count of the sales document number. Like sales No. 40 occurs twi...

Resolved! How to select a row in a popup, in background/batch mode

I am executing transaction FBPM and I get a popup with a list of valid company codes, I then select the one that I want, let's say for example the second entry in the popup, and the record is processed. How can I do this in background? I know that ...

Initialization of Query Failed

Hi all, I modified one of our analytical queries (Material Inventory Values) by adding a field from nsdm_e_mard. Now when I invoke the app in Fiori, I get an error message saying "Initialization of query 2CCMLBALSUM failed". I found a couple of ...

keega by Participant
  • 2936 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! using cl_gui_frontend_services=>file_save_dialog to save internal table to xlsx file.

Hi, I'm currently working on saving my internal table to a local excel file. Assume my internal table is 'IT_FINAL' and here are the codes. DATA: GT_FIELDS TYPE TABLE OF STRING, GS_FIELDS TYPE STRING. DATA: FILENAME TYPE STRING, PATH TYPE ST...

dump table_free_in_loop

hi experts, sent http requests using Parallel processing,but using a few minutes errors table_free_in_loop,How should I solve this problem? Adding: I think it is because of two asynchronous functions that cause the disorder of callback, but I d...

How to split records based on sales order in select statement while using 10000 record limitation.

Dear Experts, I am using Packaging size 10000 in my select query for sales order table I am getting results like this line.no Sales.ord Item no. 9997 10009 10 9998 10009 20 9999 10010 10 10000 10010 20 In next iteration: line.no Sales...

Performance Droop because of WAIT UPTO 1 Seconds before 'FI_ITEMS_MASS_CHANGE'

Hi All, I am having below code in Prod. The code is getting slower because of wait up to 1 seconds as highlighted below.(Means 1 extra second per record) The WAIT statement has been used so that the update happens properly using func. module 'FI_...

What is the next step?

@julie.plummer I am a beginner of ABAP development . When I Complete Installation Guide: 752 VMWare , All installation processes have been completed without errors , so please guide me what to do next ? Or tell me where I can find relevant guidance...

jonah1 by Explorer
  • 661 VIEWS
  • 1 REPLY
  • 0 Likes
Labels in this area