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

    Retrieve first record with specified selection conditions from DB table

    Hi All,How should i proceed with a situation like this:I need to select the first record with the Fiscal year '2007' and period '003' from GLPCA table.I could select all the entries from GLPCA and sort them and pick the first one but that is a perfo...

    Resolved! Accepted Solution

    Attachment with workflow

    Hello all,My requirement is that i have created a workitem to apply for leave. Once the workitem is in the manager's inbox. IF he rejects a leave, he should send an attachment stating the reason for rejecting.I have tried to attach the attachment u...

    Resolved! Accepted Solution

    For all entries Problem

    Hi,i use for all entries and i have problem.i do this select for 50 cost centers and when i use for all entries commend i get in act 3 wrong fields(i check in se11 for all cost centers in let table )But when i use Range table for this 50 CC i get it...

    Resolved! Accepted Solution

    Scheduling job in SCOT

    i am having 2 mails in waiting status in Sap inbox the thing is i can send the mail manually click the time button whcih is start send process but the thing is i want it sent automatically when ever there is mail in inbox.can anybody please tell me ...

    Resolved! Accepted Solution

    ALV grid

    hi,I have displayed alv grid. First column in the display is check box.Now when I check any of the check boxes, then I should write select statement in which ' where condition' is to be used.This I have written in user command.That where condition is...

    clear wepos

    hi i have developed a report to change the purchase order ,the change is i have to clear the wepos(goods receipt indicator) for some purchase orders.i have passed the it_return it_poitem,it_poitemx tables.i am getting a success message as this purcha...

    Resolved! Accepted Solution

    XML To ABAP Transformatiom

    Hello,I have the following sample xml:<SERVICE name="CreateContact"> <INPUT> <ATTRIBUTE ATTRNAME="FNAME" type="freetext">Test</ATTRIBUTE> <ATTRIBUTE ATTRNAME="LNAME" type="freetext">Contact</ATTRIBUTE> <ATTRIBUTE ATTRNAME="DOB" type...

    nisha_vinod by Product and Topic Expert
    • 418 Views
    • 1 Comments
    • 0 Likes

    ME58 message issue

    Hi,i am facing one problem in ME58 transaction.open ME58->take any purchase group excute->select any purchase org->in the pop up window-> enter any order type ->select any open po -> chnage the qty to something-> save it-> it will back to previous sc...

    Resolved! Accepted Solution

    AT First

    hi,can any one say the output for the following code.DATA: BEGIN OF t OCCURS 0,code(4) VALUE 'four', sales TYPE p, discount TYPE p,END OF t.LOOP AT t. AT FIRST. SUM. WRITE:/4 'Grand Total:', 20 t-sales, 40 t-discount. ULINE. SKIP. ENDAT...

    Resolved! Accepted Solution

    Window in ALV ...

    Hi gurus ...I made a report that it was a print output . I used the following code and it worked .AT LINE-SELECTION.WINDOW STARTING AT 032 05 ENDING AT 100 30.WRITE:/ 'Detail Data for object : ', XHIDEKEY COLOR 4.................Now i m...

    Labels in this area

    Explore this Area