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

    Field catalog

    DATA i_fldctlg TYPE LVC_T_FCAT,PERFORM s_build_fldctlg CHANGING i_fldctlg.FORM s_build_fldctlg CHANGING i_fldctlg TYPE lvc_t_fcat.CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'EXPORTINGI_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'ZSMM_ASSORT'I_CLIENT_NEVER_DISPLAY ...

    email address

    Hi,I need to select the email address of the person present in contact address tab in VD03 transaction who is having deparment number '0011'.I found that the department number is present in knvk table.So I have used the below query in my program.SELE...

    Resolved! Accepted Solution

    Cancel a background job

    Hello Gurus,I have created a Z-program and scheduled it in background for every 15 mins.In some cases I if the program doesn't fulfill the requirement I have to cancel the job which is running.Is there anything specific thing needs to be done to canc...

    User Exit MGA00001

    Dear expert,i want to check betwen plant and profit center field when saving material master, if profit center not belong to this plant than error message issue. i use exit MGA00001, but its doesn't work. any coding example for this problem?Rgds,ely

    Resolved! Accepted Solution

    Print Excel to Spool

    Hi Everybody,I am printing Excel Sheet using the code below.CREATE OBJECT H_EXCEL 'EXCEL.APPLICATION'.SET PROPERTY OF H_EXCEL 'Visible' = 0.CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-008 EXCEPTIONS OTHERS = 1.CALL METH...

    Labels in this area