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

    about rep

    TABLES : LFA1,EKKO, EKPO.DATA : BEGIN OF ITAB OCCURS 0, LIFNR LIKE LFA1-LIFNR, EBELN LIKE EKKO-EBELN, END OF ITAB.DATA : BEGIN OF JTAB OCCURS 0, LIFNR LIKE LFA1-LIFNR, NAME1 LIKE LFA1-NAME1, LAND1 LIKE LFA1-LAND1, ...

    screen field spec

    A screen field needs to be created with the following specification:Dollar value with up to 8 characters including 4 decimals Ex: $100.0001I have created it as type CURR, length 8, decimals 4.Now, when i enter value in the field as 50.00 and press sa...

    SP01 Print Spool

    Print Coversheet => Default setting for output to be "no print" instead of "print"We have recently upgraded to EEC6 and have found when going into the print spool (SP01) there is a button "Properties" This has various options but the one I am inte...

    perform on commit

    Dear Experts,My problem is as follows..I am performing 311 goods movement using BAPI and then updating 'Z' tables in a subroutine PERFORM.....ON COMMIT.Now in some situations like power loss or other data is getting updated in 'Z' tables but not in s...

    SNC configuration

    Hi Gurus,i am configuration SNC using SAP Cryptographic Library i have installed sap crypto package alsowhen i am trying to enable the profile <b>snc\enable</b> to "1"after that when i restarted the server the server is not starting up the dispatcher...

    Resolved! Accepted Solution

    abap objects qustion

    hii call to metod from my program i i get <b>ME</b> with error Field "ME" is unknown. It is neither in one of the specified tables no defined by a "DATA" statement . . . . . . . . . .how i define <b>me</b>? RegardsCALL METHOD me->if_wd_context_ele...

    Resolved! Accepted Solution

    Doubt on Upload from Excel

    Hi Friends,I am uploading few customer numbers from excel using GUI_UPLOAD into an internal table.When i upload from an excel saved as ".XLS" i am not getting recordsinstead i am getting one row full of #. In GUI_UPLOAD i have given field seperator a...

    Resolved! Accepted Solution

    NEED ONE HELP

    1.In flatfile if u find decimals how will u face it?2.Regarding 'for all entries' keyword: The select stmt whichcontains 'for all entries' keyword it compares its internal table(jtab) with for all entries of internal table(itab) in prior selectstmt ....

    Resolved! Accepted Solution

    generate random name

    hi all,i want to generate random names, i meani am having a char. field having value say 'name'.now i want to generate few more name like 'namea', 'nameb', 'namec' etc.can you please help me in this problem,points will be rewarded as per the help.tha...

    DEBMAS - ALE

    We are transferring Debmas from test system to production system. But the problem is numbering range of customer. We want following scenario: if number (customer)already exists in production we don’t want it to be updated via Debmas, but we want a ne...

    Resolved! Accepted Solution

    Grid apperance

    Hi. Is there some possibility to add additional description for a group of column headers?I have a grid which shows info about invoices. I'll simplify it: ------------------------------------------------------ | SOME HEADER | SECOND...

    Resolved! Accepted Solution

    control break statements

    Hi friends, pls explain , what is the use of control break statements( at first, at last, at new, at end of, on change of ) ? and practical difference applying at new and on change. Pls send me material or links related to control break stateme...

    Labels in this area

    Explore this Area