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

    Create entries

    Hi SAP ALL,I hav created database table using SE11I hav also mentioned FIELDS, Data element & technical settingswhen i want to create entries using Utilities -> Table content -> Create entries it is in display modeI hav reactivated but getting same ...

    Resolved! Accepted Solution

    Change Variable Name

    HiI have a requirement where I want to loop 10 times over an internal table, but passing the same value to all.For ex.Do 10 times. Read table itab into wa index sy-index. if sy-subrc = 0. var1 = wa-field. endif. Enddo.My requirement is to cha...

    VA02 - Condtions

    Hi All,I have a small requirement and I tried various options , finally I gave up and thought of posting on sdn.I have a small screen program to upload prices. The field on the screen is of type KBETR. So the initial value is 0.00I want to display it...

    Resolved! Accepted Solution

    RE: use of SAP_J2EE_ADMIN Role in ABAP while having no permission in UME

    Hi,i know that if we are using ABAP+JAVA stacks we need to have SAP_J2EE_ADMIN to do administration on J2EE side. i have a question on this.1. Do we map SAP_J2EE_ADMIN role to a portal role or assigning a user in ABAP with role SAP_J2EE_ADMIN will a...

    Sri_S1 by Active Participant
    • 1952 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Select only fields of one table in a inner join

    Hi people.I want to select all fields from one table in an inner join without specifying individually all fields on SELECT.Would be something like:SELECT tab1~*INTO TABLE lt_tab1FROM table1 AS tab1 INNER JOIN table2 AS tab2 ON ( tab1.f1 = tab2.f1...

    Labels in this area

    Explore this Area