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

    How to read multiple values,entered in SELECT OPTIONS using NO INTERVALS addition in the report?

    Hi,I need to read the multiple values entered in select options variable with no intervals addition inside a report.   DATA: zv_date TYPE dats.   SELECT-OPTIONS : zso_exdt FOR zv_date NO INTERVALS.It is accepting multiple values on the selection scre...

    DOCX to PDF conversion in ABAP

    Hi experts,Any pointers for docx file to PDF file conversion within ABAP?XSL-FO and OTF conversions are not retaining the document formatting & hence looking for alternative options within abap ( without using third party webservices ). Any suggestio...

    SAPAI by Participant
    • 7601 VIEWS
    • 13 REPLIES
    • 0 Likes

    ALV Grid: Display variant reverts to default although columns are set to no_output

    Hi Colleagues,I have an application with an ALV grid. When testing the application I have defined a default layout(display variant). When I open the application the default layout is shown. Then I change the layout and hide two columns. Then I click ...

    Resolved! Values for PLA BED, CESS, Higher CESS etc not shown in Utilization screen

    Dear Experts,1. A PO was created with few materials2. GRN was made with Excise3. 1 part was returned to vendor using 122 movement for quality reasons. No excise reversed here. (Missed)4. It was decided to accept the material. GRN was made.5. G/L entr...

    Submit a report using class cl_salv_bs_runtime_info

    Hi expertsIm trying to submit a standart report with the class cl_salv_bs_runtime_info.First I call the method set like this:  cl_salv_bs_runtime_info=>set(    EXPORTING display  = abap_false              metadata = abap_false              data     =...

    marcosch by Explorer
    • 5761 VIEWS
    • 5 REPLIES
    • 0 Likes

    How to access Field Symbols columns in a select statement when using for all entries ?

    Hi Experts,I need to access the column of a Field symbol in a Select query when using for all entries. Please refer to the below select query.SELECT * FROM (lv_dso) INTO TABLE <ls_dso_data> FOR ALL ENTRIES IN <ls_psa_data> WHERE lv1 = <ls_psa_data>-....

    Labels in this area