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
    • 94721 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    enable disable UI elements

    Hi All,I searched the forum for my problem of enabling and disabling UI elements and got this thread:Now I am not sure why in my code it is not working: ... selection-screen begin of block b1 with frame title text-001. select-options: swcv for p_stri...

    arpitgoyal by Product and Topic Expert
    • 1122 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Update DB table

    Hi,I want to update a standard DB table, but the structure of my internal table is different from the structure of the DB table.ex: DB Table structure:field1 field2field3IT structure isfield1field3.When we try to update the DB Table using this ITAB i...

    Resolved! Accepted Solution

    at new...

    Hi all, I have problem with at new stell, I have table p0001 with several records with different stell values, when I do AT NEW program is moving all record but I wont only new different record. CLEAR p0001. SORT p0001 BY stell. LOOP AT p0001 . ...

    Resolved! Accepted Solution

    how create internet transaction service for a module pool program ?

    Hello,I have created module pool program and z-transactionrequirement is to access this z-transaction from browser. I need to include additional link in the users SRM login. what is the procedure to create internet transaction service for the z trans...

    Resolved! Accepted Solution

    Dinamic Select

    Hi all, I am trying to do a dynamic select in which I don´t know which are going to be the conditions of the clause WHERE.This is my code;DATA: BEGIN OF it_selopt OCCURS 0, field TYPE string, value TYPE string, END OF ...

    Background Job

    Hi Experts,We have a program that runs fine in the foreground, but fails in the background mode.In the program we create a file in the application server, enter some data and exit.Kindly provide some suggestions.Thanks and Regards,Ravi Bhatnagar

    concatenate stmt.

    Hi All,I need to use a varibale of type i in my concatenate stmt.But i am getting an error that it shud be of type c,n,d,t.But I need to use integer as my value is large.Below is the stmt in my code.CONCATENATE 'There is/are' count 'active BP assign...

    Labels in this area

    Explore this Area