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

    regarding joins

    HI ANJI,can i use join conditions like this...using BSID,BSIK,LFA1SELECT ABELNR ABUDAT AVBELN BLIFNR CORT01 CORT02 CPSTLZ CSTRASINTO CORRESPONDING FIELDS OF TABLE ITAB FROM BSID AS A INNER JOIN BSIKAS B ON ( ABUKRS = BBUKRS ) AND ( ABELNR = BBELNR ) ...

    Resolved! SE38 and SA38

    Hi,How to prevent the users from accessing SE38 and at the same time giving them the access ofSA38? In fact, is there is any particular reason why SAP recommends SA38 instead of SE38to users.Thanks in advance

    Resolved! Itab with data from VBFA

    Hi,for an sales order i found some entries in the VBFA and have will fill thisdata in an internal table. I have to select only delivery, goods movement and Invoice for an sales order. Finding this data is no problem but i have problemsto fill the int...

    CONCATENATE

    Hi Friends, Suppose if i have 2 strings which is concatenate into another variable.data : a(10) type c value 'INDIA', b(20) type c value 'HELLO', c(40) type c.concatenate a b into c seperated by space.write c.result will be = INDIA HE...

    Resolved! regarding select stm

    hi experts,when im executing this code it is giving me runtime error but the same with standard table is working.why...please explain me.DATA: WA TYPE SPFLI,ITAB TYPE sorted TABLE OF SPFLI with unique key carrid .SELECT connid FROM SPFLI INTO CORRE...

    Resolved! VA03

    Hi All,In transaction VA03, suppose the sale order has 1 material and further this material has 4 other BOM material, where will I find this 4 BOM material in the transaction.I am only able to view the 1 higher level material in the sales tab.Thanks.

    Resolved! W/O using OOABAP

    plzz help me giving all the possible ways with explanation to do the following :------i dont want the database table to use regularly, so i created 3 internal tables from which i want to extract data & put those data in the main output table which is...

    Value Table

    Hi All,My Question isI Have to created on Domain name zd_stuid type CHAR (10)Here probelm with value rangeI will mention LOWER 10 and HIGHER 10000 and Short text like that while Activation i will get ERROR, How to Overcome that errorPlease guide me h...

    Resolved! regarding joins

    hi experts, i am sending you the code.i have used the following join conditions.but it is not fetching any data.plz check it once.make the corrections if required or suggest me what else i can do... PARAMETER CMP_CD LIKE BKPF-BUKRS.SELECT-OPTIONS VEN...

    Labels in this area