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

    JOB SUBMIT

    Hi,Im starting to create jobs in SAP ABAP...I saw this methodSUBMIT zz_00_scheduled_report WITH SELECTION-TABLE it_seltab VIA JOB lv_jobname NUMBER lv_jobnumber AND RETURN . the selection-table it_seltabDo I have access to it in ...

    File Access

    Hi All,I have to get to images stored on server outside the SAP landscape.The urls start with file://... via a browser the files are accessible,from within SAP they are not. Am I overlooking something?I tried to use http_get and similar function modu...

    Resolved! Accepted Solution

    How to restrict a user to view and process self crated documents only

    Dear Gurus,IN FB03 Transaction I have to make such provision where a user should be able to see those document numbers which are created by him only. Please suggest me how can restrict the user from viewing and processing documents in this transactio...

    ALV Dump

    Hi experts I'm working on an ALV Grid, I created it using OO, thet I add a field in the fieldcat internal table because I want to add a button(Chack box) to mu ALV and choose some lines from the returned ALV, I found that I've to use the method GET_S...

    Resolved! Accepted Solution

    RAISE_EXCEPTION dump

    A RAISE statement in the program "CL_GUI_CUSTOM_CONTAINER=======CP" raised exception condition "CNTL_ERROR". Since the exception was not intercepted by a superior program, processing was terminated.how do i find the main calling program or superior ...

    Resolved! Accepted Solution

    c-functions in SAP

    Hi All,I have a requirement to invoke a tcode in some other system when a program is run in my system. To be more clear, I would like to write a program and when I execute it in my system i.e with user id abc, then a statement in the program should r...

    Resolved! Accepted Solution

    ALV BLOCK LIST

    Hi All.I have this:-some codes here----ls_event-name = 'TOP_OF_LIST'.lS_event-form = 'HEADER'.APPEND ls_event TO li_events.LOOP i_tab1. wa_header-typ = 'H'. wa_header-info = i_tab1-field1. append wa_header to t_header.LOOP i_tab2.--building i_out...

    Resolved! Accepted Solution

    Employee master changes

    Hi,I need to perform a mass change on employee data in SAP HR. I need to make some fields as default static value. Could you please suggest me any standard program or if I need to write the custom code how could I do that. Do I need to call some BAPI...

    Resolved! Accepted Solution

    How to read ZES table to search for PERNRs for a particular time type?

    Hi Guys, I have a task of reading the ZES table to search for PERNRs that have a Time Type of 9200 for a specific Time period (Start Date and an End Date). How to read the ZES table? Does anyone have sample code to accomplish this task? Thanks in adv...

    Labels in this area

    Explore this Area