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

    Resolved! SY-UCOMM Error

    Hi Experts I have used the following code, but when i debug am not able to get the SY-UCOMM value. what could be the reason. Pls help me on this, do we need the order of the statements or whatelse pls.RegardsRajaramSELECT...

    its very urgent

    Hi Gurus , i had created TWO TABSTRIPS on a screen, first tabstrip contains three tabs and second tabstrip contains two tabs .if i select first tab in first tabstrip then only the second tabstrip will appear otherwise it will not .while looping t...

    Resolved! Hi all

    Hi allI am having an interactive ALV report. In that , after giving values in selection screen , i got output. then after choosing some records in my primary alv list , i got secondary output .upto that its working fine. when i go back from secondary...

    Routine Value

    Hello friends, I created a routine , i'm getting a problem of overlapping routine value for 2 conditions . read table xkomv with key stunr = '103'.IF SY-SUBRC EQ 0.v_qty = xkomv-kawrt / 10.if factor ne 0 .conv_fac = ( xkomv-kbetr *...

    Resolved! select option

    hi, How to make a to-field mandatory in a select-options. This is my select-option.select-options: s_rpmax for zupi5t-rpmax obligatory no-extension. "PeriodThis is an obligatory field. If i try to execute the program without giving any data the...

    Resolved! BDC

    Hi All , while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????Plz anyb...

    Background process

    Hello All, I am having a report program which is used to Download some purchase data to excelsheets (in some specified folder). I need to run this report as a background process. (Every day it need to be run automatically). Is it possible? If yes, ...

    Resolved! Upload program

    Hi Experts, In my upload program output im having values like 0,-8,blank(no values).This is a quality field . the upload program should check on this paticular line and show message e.g. “Line item with blank, zero or negative quantity” durin...

    help on alv

    REPORT z50875_alv.TYPE-POOLS : slis.TYPES: BEGIN OF st_ekpo, ebeln TYPE ekpo-ebeln, ebelp TYPE ekpo-ebelp, matnr TYPE ekpo-matnr, netwr TYPE ekpo-netwr, END OF st_ekpo.DATA: it_ekpo TYPE STANDARD TABLE OF st_ekpo WITH HEADER...

    Resolved! fields type problem

    hi,i have to take care in program that have dump(not mine), what happen is that the program doing sum to field type char10 but it sum fields (10 fields) of curr 15.2 and when i check in the debuger (the fields of doing sum into)i see numberlike *052...

    Labels in this area