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

    How can we find Transport Request of existing Custom Text Module in SmartForms

    Hi AllI need to find the Transport request of existing Custom text module in Smart forms. I executed the tcod SMARTFORMS .I specfied the name of my custom Text module which is already created. I didn't find any option on Menu regarding Transport Requ...

    Resolved! Accepted Solution

    How sort internal table with punctuation on non unicode system?

    HiWe have a system with NON UNICODE. I would like sort internal table using Sort method.When I use:Sort itab By nachn Ascending. ""system sort by not with puntuatione.g. when I have A, C, Č, B, Z, System sort like that:A, B, C, Z, Č,But correct is:A,...

    Resolved! Accepted Solution

    XML Parser

    Hi there,I'm facing a problem while I try to parse a XML file.This is my code:DATA:  o_xml_document TYPE REF TO cl_xml_document.DATA: v_tag_value TYPE string.CREATE OBJECT o_xml_document TYPE cl_xml_document.o_xml_document->parse_xstring( v_xml_xstri...

    Resolved! Accepted Solution

    help with substring

    Hi, I have some text fields I need to parse and could use some help.  The fields I have to parse have an ID followed by a space and then more text.I would like to capture the left most text/id before the first space only.  I know with all the new aba...

    sap_cohort by Active Contributor
    • 1497 Views
    • 6 Comments
    • 0 Likes
    Labels in this area

    Explore this Area