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

    Flat Structure

    I have defined a structure "my_structure" in Data Dictionary whose fields are all type string.In my report I write "TABLE: my_structure."It's shown this message:"my_structure" must be a flat structure. You cannot use internal tables, strings, referen...

    Resolved! Accepted Solution

    Failed HR Structure Authorization: should not be possible

    Hi there,I've got a strange problem which is quite similar to [this one|https://forums.sdn.sap.com/click.jspa?searchID=10542618&messageID=4893986], but the difference is that my userid does not have an entry in OOSB (T77UA) so it should not have miss...

    l_borsboom by Active Participant
    • 2010 Views
    • 9 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Date format

    Hi,How can I dispaly the date in this format DD.MM.YYYY, using the following CONCATENATE 'The period' s_budat-low 'to' s_budat-high INTO v_head SEPARATED BY space.I'm getting the date as: The period 20080301 to ...

    outbound idocs

    hello allfew months ago I made background jobwhich use similar transaction to BD87 (rbdmon00)but someone deleted itand right now I need to recreate it... I don't remember code of this transaction...I need to reread once more all iDocs with status 02j...

    Resolved! Accepted Solution

    Pls help in urgent

    Hi Experts, I need to develop a report using table s012..I got the required fields. need to develop report..table:sv012there are fileds forPurchasing organisation Plant Matrela nO Perid GrQUANTITY They need the total for the gr quantity for each ...

    Resolved! Accepted Solution

    Time Limit Exceeded

    Hello..I'm testing my program.. Now when I select all possible options I get the 'Time Limit Exceeded' error.Now my question. Is there a way to split the action because all it does is write text into a table of variables. when I get the error the tab...

    Field symbols

    Hi gentlemen, I have fieldsymbols ,<dyn_table> and <dyn_wa> are declared in the following way ,FIELD-SYMBOLS: <dyn_table> type standard table , <dyn_wa>.Now at runtime ,field symbol <dyn_table> is gettin populated with some 10 record...

    Hi Uma

    My queries is I need to create a ztable and using that ztable field I need to get data. I need to change the output of the standard program that output shud have that field.for eg. Company code specific data. this company code field i need to have...

    Resolved! Accepted Solution

    ABAP performance

    Hi!I have an internal table, which has 250000 records.LOOP AT itab INTO wa. ... * here are some other ABAP statements, but no SELECT * or other database accesses ... READ TABLE ... MOVE ... ... ENDLOOP.This code part runs for 8 minutes and I don't kn...

    Labels in this area

    Explore this Area