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

    How to set the checkbox in ALV grid in specific row using OO cl_salv_table

    Hi All,Does anyone come across in displaying the checkbox in specific row base the certain condition?I'm using OO cl_salv_table to display the ALV.  TRY.       cl_salv_table=>factory(         EXPORTING           list_display = lv_list_ind         IM...

    LSMW Line item add

    Experts,I am loading Material BOM using LSMW. records is something like thisEach record will have n no of line itemProduct 1     Line item Material1     Line item Material2     Line item Material3     Line item Material4I have recorded only for mater...

    Resolved! Accepted Solution

    Sending URL as attachment

    Hi Experts,I trying to send an url link as an attachment to outlook mailbox, using cl_bcs methods.I'm also trying to send an hyperlink in the mail body, but its not appearing in the outlook mail.Can anybody let me know the correct way to achieve this...

    Resolved! Accepted Solution

    SUBMIT Report with Immediate Print

    Hello Experts,Here's my code: g_print_parameters = p_print. (p_print is the Printer Name)  CALL FUNCTION 'JOB_OPEN'    EXPORTING      jobname          = g_jobname    IMPORTING      jobcount         = g_jobcount    EXCEPTIONS      cant_create_job  = 1...

    Resolved! Accepted Solution

    ALV report using custom table

    i have small dought, that is i created custom table with 3 fields                                                     lowpercentage   high.per    user                            1                  10            GM                          11         ...

    Blocked ALV report

    Dear all,I have a requirement , to display different table data in different blocked alv  . User can select records from different blocks at a time and  click on custome delete button and data from different tables should be deleted at a time.How can...

    Resolved! Accepted Solution

    Standard alternative to M_REBLG (and kinds) in ECC6

    Hi All,What I am trying to find is some standard (non-Z) alternative to Matchcode objects such as M_REBLG in SAP Version ECC6. (Matchcode objects are obsolete in ECC6.) I already tried creating ZZM_REBLG as same as M_REBLG but that does not seem to b...

    SXPG_CALL_SYSTEM'

    Hi All,My requirement is to read all files using the FM : SXPG_CALL_SYSTEM' except a particular format from a directory and then process it .Now,can we get files depending on our condition OR do we get all the files specified in the directory??? Reg...

    Labels in this area

    Explore this Area