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

    Dbl Click event in ALV

    I am using the DBL click event of ALV.It is throwing the following Dump.<b>'SET HANDLER ... FOR src': 'src' may not be 'NULL'.</b>What could be the problem.This is the code snippet.DATA gr_alvgrid TYPE REF TO cl_gui_alv_grid .CLASS lcl_event_handler ...

    Resolved! Accepted Solution

    Transaction Code

    Hi How to find one programs transaction code , means i got one requirement i know the program name but i want to know the programs transaction code to run that program ( se93 transaction ) ...is there any way regds venky

    Resolved! Accepted Solution

    Code Modification

    Can i avoid the Case .. Endcase in the following code: (like in C i cud have used array and did something like wa[tabix] = wa_in)DATA: itab TYPE TABLE OF string, sep(3) VALUE '[*]', p_head type string. data: begin of itab_show Occurs ...

    Resolved! Accepted Solution

    Format Table using OLE-Word

    Hi,I have inserted a table in a word document using OLE, but i can´t give column format. I need to align right the first column, but only the first cell is aligned.To insert the table, i'm using,GET PROPERTY OF gs_actdoc 'Tables' = gs_tables .GET PRO...

    Labels in this area