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
    • 95005 Views
    • 212 Comments
    • 39 Likes

    material sales text

    Hi friends,can any one tell me in which table will i get the material sales text.senario.In VA01 transaction at line item level i have a tab called TEXTS.when i click that TEXTS tab i will get the text for the particular line item.now can any one tel...

    Code Review Tool

    Hi Gurus,I have a requrement to make a Code Review tool which will do SLIN check as well asthe code inspector check, in my custom program.In my selection screen i am giving the program name ,how can I do SLIN and Code inspector check and show results...

    Resolved! Accepted Solution

    fm replacement

    Hi,I am upgrading 4.6c version to ECC 6.0.Found fm 'GUI_REMOVE_DIRECTORY' as obsolete.Can you provide me a replacement for this Fm? The code is as below, CALL FUNCTION 'GUI_REMOVE_DIRECTORY' EXPORTING DIRNAME = LF_PATH EXCEPTI...

    Creating New Method

    Hi,I am creating a new method METHOD2 in an existing class.I am using an internal table which is populated in other method METHOD1.But when I tried to call the METHOD2 in main program,it is saying that METHOD2 is not defined.while I have activated th...

    OLE Method SAVEAS

    Hi,I am using OLE to open and save an excel file in a different format. But the code is not working.This is the code I am using: INCLUDE ole2incl. DATA file_in TYPE rlgrap-filename. DATA file_out TYPE rlgrap-filename. DATA excel TYPE ole2_object. D...

    Resolved! Accepted Solution

    Decimal Part

    Hi experts!!!I need to cut the decimal part of my P data.... DATA: auxiliar type I, aux type C, valor type P decimals 2. valor = '5.50'. aux = FRAC( valor ). auxiliar = trunc( valor ).But when I do this, in aux ...

    Resolved! Accepted Solution

    To Check if the Planning book is already being used/edited by any user

    HI all,I have a requirement to check if the planning book is already being used/edited by other users before uploading data into it. We used one function module named "ENQUEUE_READ" . But this checks at the transaction code level whether any users ha...

    Labels in this area

    Explore this Area