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

    F4 in ALV OO

    Hi to all,i'm trying to get values of field referred to bseg-hkont in a OO grid.I'm working on 4.6c, so i can't display code of BCALV_TEST_GRID_F4_HELP, like some expert suggest in other post.the problem is that the input value is not accepted from s...

    Resolved! Accepted Solution

    concated field( urgent)

    hi ,this is very urgent.Select AWKEY from BKPF. AWKEY is the concatenated form of BELNR and GJAHR.Input this to RSEG in BELNR and GJAHR.You will get EBELN and EBELP.can any one suggest me any process, how to split that awkey key for chking belnr and...

    doubt abut alv

    hi ,i am new to abap,i havea doubt in alv ,i have taken tabstrip and in tht i have taken a alv,,and for other tabstrip i hae taken table control,,,but data is not getting displayed in alv,,i have taken table control and alv in subscreens by taking ta...

    Resolved! Accepted Solution

    Error in SPLIT statement

    I have a piece of code like below:select * from zconfig into table i_zconfig where ZKEY = 'ZI2X11'.if sy-subrc eq 0.loop at i_zconfig.split i_zconfig-zto at "," into table i_ordtyp.loop at i_ordtyp.write:/ i_ordtyp-ordtyp.endloop.endloop.endif.It sho...

    Resolved! Accepted Solution

    Optimising inner join

    Hi,I need to write a report that will show the next delivery that is due to arrive for a certain article and purchasing organisation.My current SQL query is as follows: SELECT min( eket~eindt ) INTO dDelivery FROM ( ekpo INNER JOIN eket ...

    Resolved! Accepted Solution

    App server

    Hi Guru'sCan anybody tell me when we write a binary file to appserverit takes less or more space than a text file with same data?Will definitely award pointsplease dont give linksbut explain in brief.Thanks

    Resolved! Accepted Solution

    date format

    when i m selecting date from database table in internal table it selects in the format as "20080218"but i want to assign this date to a variable as "18.02.2008"so how to change date format while assining from internal table field to variable ??

    Resolved! Accepted Solution

    Merge internal table

    Hi I have 5 internal tables. I want to move all the records into single internal table. All 5 internal tables (1 header table and 4 item table) are in different structure. If any one have sample code for this please post the logic for the same.Regard...

    Labels in this area

    Explore this Area