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

    Creating Maintenance Views

    I've done this before, but now I can't seem to pull it together.How do I <b>create a maintenance view that I can edit in SM30?</b>I created the view in SE11 already and it has the appropriate table and fields populated as well as the proper maintenan...

    Batch Jobs Problem

    Hi all! I have a batch job that runs hourly and now I need it to stop. I had scheduled it to end at the start of May 2. However, when I got in this morning, I found out that it still ran today and processed a file early this morning which it shouldn'...

    Resolved! Accepted Solution

    Maintaining Z-tables

    Hi,i've created a Z-table with the related table maintenance views. So i can maintain it in SM30. Right now, we want a separate transaction for this table maintenance, because transaction SM30 is not open for normal users because of authorisation. Is...

    h_senden2 by Active Contributor
    • 816 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ENQUEUE & DEQUEUE

    Hi,i´m developing a program that needs to update a field(status) in a ztable1 and afterwads insert a register in ztable2.what i´ve done so far is:1.- enqueue ztable12.- update field ztable1-status3.- dequeue ztable14.- enqueue ztable25.- insert entry...

    Resolved! Accepted Solution

    Z tables

    Hi Guys,needs some clarification, one very strange thing happening not sure, when we create any customized table in sap, all fields are created as NOT NULL in oracle even though they are not deifned at NOT NULL in ABAP dictionary(initial value field ...

    XML file

    Hi all,I have problem with XML file.I create XML file on the application server use XML Library. TYPES: begin of xml_line, data(512) type X, end of xml_line. DATA: xml_table type table of xml_line. document = g_ixml->create_doc...

    Resolved! Accepted Solution

    Problem with String parameters while Calling RFC enabled Function Module

    Hi all,I execute BAPI(RFC enabled Function Module) from my WebDynpro Application and retrieve data from R/3.To fetch the data I pass few String parameters to BAPI from my Dynpro Application. Now the problem is that while making this call, the paramet...

    SCAN KEYWORD USAGE

    Has anyone used the "scan" keyword? I will be reading a report program into an internal table, after which i need to read the tables contents and find the list of datatypes used in it. Also i need to map these datatypes then to its corresponding data...

    BADI Messages

    Hi,I am calling functions from BADI and some of them raise exceptions and somehow they disappear as I don't see messages anywhere in my program which calls BADI method and I see messages if I call function directly from program.Please help.RegardsNil...

    Labels in this area

    Explore this Area