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

    Simple Transformation: Problems with encoding conversion (angle brackets)

    I use ST to create an XML file from ABAP. The transformation works finde except for one tiny, yet crucial part. Here's what the XML should look like in the end: <?xml version="1.0" encoding="utf-8"?> <Paket> <Metadaten> <DOKNR>N1-QCPR...

    Resolved! Accepted Solution

    Syntax Warning for missing catch of CX_SY_ITAB_LINE_NOT_FOUND in table expression

    Hi, In this blog post horst.keller described the feature of table expressions in ABAP. Is it planned to have a syntax warning for missing catch of CX_SY_ITAB_LINE_NOT_FOUND after a table expression? I think it is exactly the same as a missing C...

    koitka by Explorer
    • 21824 Views
    • 10 Comments
    • 4 Likes

    search help custom

    I need a delimitation of the custom search help (field is vbak-ernam) : the data that the search guide must contain must depend on the extractions performed. for example, I enter the vbak with vbeln, so when I press f4 in the vbak-ernam select op...

    SAP ABAP QUERY

    HI Gurus, Pls share code for this Write a select query list all Manager Id & Manager names who have at least One ‘MALE’ employee and one ‘FEMALE’ employee reporting to them.\ NOTE its has to be acheived through query no by using read,collect, d...

    Resolved! Accepted Solution

    TYPES OF ALVS

    I couldn't find anything about difference between types of alvs. For example, What is difference between reuse* and lvc. What is there anything we can not do with reuse* functions instead of lvc? ALso, is there anything we can not do with lv...

    Resolved! Accepted Solution

    ABAP 7.4 (read table)

    TYPES: BEGIN OF ty_final, ebeln TYPE ekko-ebeln, bukrs TYPE ekko-bukrs, ebelp TYPE ekpo-ebelp, END OF ty_final. DATA: lt_final TYPE TABLE OF ty_final, ls_final TYPE ty_final. SELECT ebeln, bukrs FROM ekko INT...

    DKanna by Explorer
    • 63501 Views
    • 6 Comments
    • 1 Likes
    Labels in this area

    Explore this Area