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...

    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...

    sheenamk by Developer Advocate
    • 94644 Views
    • 212 Comments
    • 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! Accepted Solution

    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! Accepted Solution

    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 ...

    Resolved! Accepted Solution

    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...

    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
    • 742 Views
    • 1 Comments
    • 0 Likes
    Labels in this area

    Explore this Area