Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

    Criticality.png

    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...

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 92267 VIEWS
    • 212 REPLIES
    • 39 Likes

    Resolved! 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! 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
    • 1970 VIEWS
    • 9 REPLIES
    • 0 Likes

    Resolved! 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! 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! 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! 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