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

    changing the output table of the function tr_read_and_display_log

    Hi,I need to get the values ​​of an internal table that stores the error logs of syntax checking. Eg. in the transaction SE11, run the check for a table, and generates a screen with warnings. Through the debugger I found the table that stores this da...

    Resolved! Accepted Solution

    Does FAE will take care DELETE ADJACENT DUPLICATES?

    HelloI saw the below statement in a blog (not sure about its reliability), i want to double check with experts,"FOR ALL ENTRIES statement will implicitly take care of the DELETE ADJACENT DUPLICATES from the driver itab", pls. let me know is it true?I...

    Resolved! Accepted Solution

    Hiding Tabs in VA02

    Hi Experts,I want to display only "Additional Data B' tab in VA02 for some particular userids and rest tabs should be inactive or disable.I am not able to find the correct path from where I can inactive all the screen tabs rather  than "Additional da...

    Resolved! Accepted Solution

    ALV filters not working

    Hi ! I have an ALV report with standards filters.Filtering the values of one of the columns never work but gives me an empty set.The values in this column are     Complété          Remplacé     Refusé     AutreThey have UTF8 letters and they are not ...

    Resolved! Accepted Solution

    hotspot not getting triggered (REUSE_ALV_GRID_DISPLAY)

    here is my code:CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'      EXPORTING *       I_CALLBACK_PROGRAM     = GD_REPID        I_CALLBACK_TOP_OF_PAGE = 'TOP-OF-PAGE'       IS_LAYOUT              = LAYOUT        IT_FIELDCAT            = FIELDCAT       IT_SORT...

    Resolved! Accepted Solution

    how to convert slis into lvc type fieldcatalog

    Hi all,i have this code:DATA:      ls_fcat                TYPE               lvc_s_fcat,               lt_fcat                 TYPE               lvc_t_fcat,               lt_complete_fcat  TYPE               slis_t_fieldcat_alv,               ls_com...

    Resolved! Accepted Solution

    difference between EXIT_SAPLIPW1_008 and ISU_CALL_EXIT_SAPLIPW1_008 ?

    Hi Experts,I am confused here between exit EXIT_SAPLIPW1_008 and ISU_CALL_EXIT_SAPLIPW1_008 enhancement. How can I implement this? Tried directly to code inside exit EXIT_SAPLIPW1_008 and its not triggering during MIGO. Noticed another enhancement im...

    jjay by Participant
    • 1112 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Directory Browse without direct input from user

    Hi, I'm using the following code:AT SELECTION-SCREEN OUTPUT.   LOOP AT SCREEN.     IF screen-name = 'PATH'.       screen-input = '0'.       MODIFY SCREEN.     ENDIF.   ENDLOOP. AT SELECTION-SCREEN ON VALUE-REQUEST FOR path.    LOOP AT SCREEN.     IF...

    Submit Program

    I am using SUBMIT as below in a Z report: SUBMIT RFIDYYWT USING SELECTION-SET VARIANT WITH SELECTION-TABLE gt_rspar_tab WITH P_BELNR IN r_belnr and RETURN.This outputs the report. I however want to modify the internal table before the output.Any opti...

    Resolved! Accepted Solution

    Problem releasing a transport request to delete a program

    hi friends,I have a problem, when i try to release a transport request the next error si shown.  Transport request.Error in the transport request.This object doesn’t exist. You are trying to transport the deletion of programs and it doesn´t work. do ...

    Labels in this area

    Explore this Area