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

    help advice

    Please use an informative subject in futurei create a search help exit function and link it to fuction group Z_XX, i get dump "SHLP_DESCR_TAB_T" noy declare.after that i get the same error in migo,me51n................so, i delete the function an...

    Dropdown in Adobe

    How do we populate tha dropdown values in adobe.I hve a field in a table which has certain values.The same field is referenced in the Adobe form.How can i populate the values from the table to the Adobe from. i have binded the field in the adobeform ...

    Resolved! Accepted Solution

    Getting last date of month

    Dear ExpertsPlease help, i am new in ABAP.I want to get number of days for a particular month .Eg if user selects feb as moth and 2009 as year i will get 28.02.2009 as output.if user selects march and 2009 as year it will automatically returns 31.03....

    Resolved! Accepted Solution

    Printing SMARTFORMS

    Hello Experts,I am developing new SMARTFROM.Requirement: On entering the Personnel number(s) on the selection it should print SMARTFORM. for one entry there are two page. so for 2 entries it should show 4 pages. It should work like mass printing.Erro...

    Resolved! Accepted Solution

    internal table

    hi frnds...data: begin of itab occurs 0, name(14) type i, sal(8) type n, end of itab.itab-name = 'xxx'.itab-sal = '20000'.itab-name = 'yyy'.itab-sal = '40000'.*******header line value*****write:/ itab-name,itab-sal.append ita...

    Resolved! Accepted Solution

    variable in IN operator

    Dear All,I would like to ask if it is possible to use variable inside WHERE-IN clause.Say: SELECT id name INTO TABLE itab FROM table WHERE id IN ('A','B','C'). I would like 'A','B','C' to be in a variable e.g. mytext so that it would be: SELECT id na...

    BDC for GB01

    Hi All,I have written a bdc code for transaction GB01 transaction. But I am not getting the error which shows in the tcode GB01 ,while running the bdc program .This error should be displayed after I press enter in the first screen.Appreciate your hel...

    Bema by Active Participant
    • 563 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    performance tuning

    Please use more informative subject in futureIF NOT l_lock IS INITIAL. UPDATE marc FROM TABLE lt_marc. IF sy-subrc = 0. * creation of change document - ZZACT PERFORM cd_call_mat_full. COMMIT WORK. ELSE. ROLLBACK WORK. CLEAR gt_r...

    Resolved! Accepted Solution

    ALV GRID REPORT

    Is it possible to calculate a formula in subtotal line of ALV GRID DISPLAY.For eq I have 4 columns - GSBER, Sale Qty, Sale Value, Sale Per Ton.When I'll take subtotal on GSBER, total of QTY and sale value will be calulated automatically , but I want ...

    Labels in this area

    Explore this Area