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

    select options

    hi all,in my report i have a select option of GL ACCOUNT.I need to restrict the GL Account range from 5000 to 100000.if account is outside the range then i need to get a error message like enter with in the range 5000 to 10000.please help me how to w...

    Custom MCSI Report!

    Dear Experts!I would be greatful to you if anyone can send me a custom report for MCSI Transaction.Actually my requirement is , I have all the required data in the MCSI but the problem is i have the report of a particular stockist in one page wherea...

    Resolved! Accepted Solution

    Regarding background job.

    Hi All,I have to debug background job which is currently running.I know how to get the job in debug mode, that is through SM51 transaction...But once i m done with seeing some values in debug mode. I need to put this job back again in the background....

    Resolved! Accepted Solution

    Select - Options

    Hi experts,I have doubt in select-options. Please see the below code.TABLES: ekko.SELECT-OPTIONS: s_bukrs FOR ekko-bukrs.DATA: flag TYPE i.flag = 0.AT SELECTION-SCREEN. IF NOT s_bukrs IS INITIAL. LOOP AT s_bukrs. IF s_bukrs EQ '1000' OR s_bu...

    Resolved! Accepted Solution

    need to save first record on the transaction and second one should start

    Hi,Iam working on BDC program where iam uploading some data through transaction co11n.in my flat file iam having two records. first record comes perfectly but i want to know once all the data of the first record comes from the flat file to tcode the...

    Resolved! Accepted Solution

    internal table

    hi guyz,i have an internal table with 20records. and im looping on the table for eg:TABLES : kna1.DATA : lt_kna1 TYPE TABLE OF kna1 WITH HEADER LINE.DATA : lv_count1(2) TYPE c VALUE '21', lv_count2(2) TYPE c VALUE '10', lv_div TYPE c, ...

    Labels in this area

    Explore this Area