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

    How to pick two fields from an internal table which has many fields

    EX:Given formatField1 Field2 Field3 Field4(we get these 4 fields in the form of Tab delimited text file)How to pick Field2 and Field3 with all the value into another internal table which has these two fields ?Ex:Required formatField2 Field3Thanks in ...

    Resolved! Accepted Solution

    Check ABAP Object for Existance

    Hi Abappers, I am creating an Object in ABAP and I'd like to know how to check to see if it has already been created earlier. I saw a post that said just check if <object> is initial. is this the best way to do it? I don't see any methods like IF_...

    sap_cohort by Active Contributor
    • 11998 Views
    • 9 Comments
    • 0 Likes
    Resolved! Accepted Solution

    FM OF DAY

    HII LOOK FO FM THAT DO THE NEXT THING:I GIVE DAY for eaxmple 15/02/2006 AND I WANT THAT THE FM find how much day passed from the 01/01/2006 ( to the year that you insert)the answer will be 46 but i need to take care of LAP YEAR FOR EXAMPLE the day 28...

    SHIP-TO-DESCRIPTION

    hi friends,i need to retrive ship to description.for that we need to read tables BSID,VBPA for documnet number vbeln and and partner function PARVW = 'WE'RETRIVE name1 FOR PARTNER FUNCTION 'WE' AND BILLING DOCUMENT NUMBER<b>BUT NAME1 FIELD IS NOT THE...

    hide statement

    Hiif we write a hide statement when the value is hide and when the value is geting for the line selection event?is it possible to hide whole internal table?if we write a perform statement in start-of-selection event and form statement in at selection...

    Resolved! Accepted Solution

    decimals - smartforms

    Hi, I have a statement: gs_unitprice = grkwert / <fs>-kwmeng.result: gs_unitprice = 2,40708gs_unitprice is defined as CURR field, 13 long, 5 decimalsNow, we want to only print the number with 4 decimals WITHOUT rouding the number.So now my smartform ...

    Resolved! Accepted Solution

    Selection screen

    I have defined selection screen as below.selection-screen: begin of block blk1 with frame title text-020.select-options: s_reqmai for zcomd_skftable-zreqemail NO INTERVALS no-extension obligatory.selection-screen end of block blk1.Now when i enter 'P...

    Resolved! Accepted Solution

    Is it possible to have sorting by group and checkboxes in the same ALV

    Hi there,Does anyone know whether it is possible to have sorting and group on one field in ALV and checkboxes set on another field in ALV?eg.Fieldname===========Name----TextAllowance----Numeric -> Sort & GroupVerified----CheckboxHow do I code it if i...

    Labels in this area

    Explore this Area