Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

Criticality.png

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...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83276 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! 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...

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! 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 ...

Footer in alv grid

Hi ,Could any one please let me know how i can print footer text at the bottom of the alv Grid.i am not using alv classes. i am using REUSE_ALV_GRID_DISPLAY funtion module.i've tried passing values to it_events parameter aswell.Regards,chinna

Resolved! 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! 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! 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! 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