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

    Appending zeros

    Hi,I have written a query like this.DATA: number TYPE C VALUE 0.DATA: l_name LIKE thead-tdname.l_length = strlen( l_name ). IF l_length < 10. CONCATENATE number l_name INTO l_name. ENDIF.I want to apend a zero infront of the number if its total leng...

    Resolved! Accepted Solution

    SELECT, NOT IN ?

    Hi,is it OK to use NOT IN within SELECT statement? data: lt_mara type STANDARD TABLE OF mara, wa_mara type mara. select * from mara INTO TABLE lt_mara where matnr NOT IN ('F000018000', 'F000018100') AND mtart = 'FOLD'. lo...

    Re:gui_upload

    Hi All,what are the values of import parameter 'file type' in the function modules gui_upload and download.when we use ascii ? and when we use dat?andwhat are the other values for file type?what scenario we will use perticular value?can any one expla...

    IDOC Error

    hii have an IDOC which updates the changes done to Employee data.the changes whatever are there are getting done but its giving an error message stating duplicate record and application not posted. but actual application is getting done(as changes ar...

    Resolved! Accepted Solution

    splitting the string

    hi allam working of smart forms am getting all the data n using the sum statement am getting the total in G_dmbtr am passing it to the functional module and its giving me the amount in words . now i had to split the string into two linewhile spliting...

    Resolved! Accepted Solution

    Exit for FCH8

    HiI want to use an exit for FCH8. My requirement is this:I am cancelling cheque using FCH8 for a particular "Void reason code" and "Reversal Reason". Then in FB03, in display mode, the column SG, should be displayed with custom message.can anybody he...

    Resolved! Accepted Solution

    ko01 problem

    Hi friendsI want to make enhance ment in ko01 in perticaular External order Number field.Here I want to add serch help and in that I want to call my one of Z table field in that F4 help.So Is that possible by enhancement for perticular that reqquirm...

    Resolved! Accepted Solution

    Role authorization

    Hi Experts,I have created two roleszhead1 and zhead2Now at organization level we have Plant and sales office and both have similar code.My pt is I want to giv all access to zhead1 but want to restrict zhead2 to plant itself.Now when I goto organizat...

    Labels in this area

    Explore this Area