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

    FI Report

    I need to get the sum of the amount according the G/L Account number from BSEG.In BSEG tableG/L Account Amount111111111 10111111111 20But in my report i need sum for that G/L Account number from bseg.Out putG/L Account Amount111111111 30I used t...

    Resolved! Accepted Solution

    VIEWS

    Hi, I want to know whether a VIEW exists in db also or does it exist only in DATA DIC?I mean whether VIEW contains data in db or it only fetches data present in transparent tables?thanks,Rakesh..

    unlock the PO

    Hi alli am using the bapi to change the Purchase order..Po is having eq 4 line itemits changing the First line itemfor next line item its showing error .. PO is locked.i try with call function 'DEQUEUE_EMEKKOE' .i am not sure how it will process.can...

    Resolved! Accepted Solution

    comparing to year, comparing a select statement against 2 itabs.

    Hello experts,I have a couple of questions for my select statement. Here it is:1. how can I compare a certain field against the current year? for example:where gjahr eq '2006'...2. I have a select statement that needs to be compared to two itabs. Her...

    User command in ALV

    Hello Everyone,Does anyone knows how to trigger user command in ALV?I am using FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' and i add one self-defined button on ALV toolbar.The problem arises: When i try to click on my self define button on ALV toolbar, the ...

    Resolved! Accepted Solution

    Avoid repetative code?

    In my program iam using 4 performs.PERFORM DISPLAY_OUTPUT_PROG.PERFORM DISPLAY_OUTPUT_DOMA.PERFORM DISPLAY_OUTPUT_DTEL.PERFORM DISPLAY_OUTPUT_DEVC.Iam using forms(subroutine)4 times.I don't want to use 4 forms. I want to use form only once.Form each ...

    Cardinality related

    Dear All ,While creating foriegn key I have given cardinality 1:1 ,as far as my understanding left side 1 stands for if there is record in foreign key then there is one and only one record in check table .Right side 1 stands for , for each record in...

    problem with INSERT

    REPORT ZDW_LOC_MSTR .tables : t001l.data : begin of itab occurs 0.include structure zloc.data: end of itab.field-symbols: <ls_itab> type zloc.SELECT werks lgort lgobeFROM T001Linto (t001l-werks , t001l-lgort , t001l-lgobe ).MOVE: T001L-WERKS TO IT...

    Resolved! Accepted Solution

    events

    i have seen many materials on events in reporting but i am not sure with the actual sequence of events in reporting . plz tell me what is the actual sequence of simple reporting , and interactive reporting .what i know is for simple reporting initial...

    Resolved! Accepted Solution

    i get abap dump why?

    REPORT ZDW_LOC_MSTR .tables : t001l.data : begin of itab occurs 0.include structure zzzzzz.data: end of itab.field-symbols: <ls_itab> type zloc_mstr.SELECT werks lgort lgobeFROM T001Linto (t001l-werks , t001l-lgort , t001l-lgobe ).MOVE: T001L-WERK...

    Labels in this area

    Explore this Area