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

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

    Resolved! SY fields

    What is SY-TABIX AND SY-INDEX.LOOP AT ITABLE1.WRITE : / ITABLE1-MATNR,SY-INDEX,SY-TABIX.ENDLOOP. The above codes displays 0 in sy-index place and 1,2,3...last record number in sy-tabix placeHow to find out total number of records in a database?T...

    Resolved! Select-Options Help

    Hi. I have this small program with a select-options s_tran. I need to call function Z_UNLOCK for each entry in s_tran.How can I make that?ThanksBest regardsPARAMETERS: p_warn TYPE ltap-LGNUM.SELECT-OPTIONS: s_tran FOR LTAK-tanum.loop at ...............

    Labels in this area