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
  • 83522 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Selection screen

Hi,I have created a selection screen after executing the 1st selection screen as below:SELECTION-SCREEN: BEGIN OF SCREEN 200 TITLE text-017 .SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE TEXT-016.PARAMETERS: pfile1 type rlgrap-filename.SELECTIO...

Resolved! Reg:Zprogram

Dear All,I am having one Ztable with table entries. Just if i am running the zprogram i will be getting the table enteris in excel file. For that program i will be giving the input as a ztable name. After getting the excel file with table entries con...

p291102 by Active Contributor
  • 1504 VIEWS
  • 12 REPLIES
  • 0 Likes

Save to local file

I created a Abap-report to display in HR the positions. Because there are a lot of positions it should be possible to run it in background.I use the function "REUSE_ALV_LIST_DISPLAY" to display the data. When I run it in background, the system asks m...

Resolved! TEXT ELEMENTS

Hello All,I have a variable which contains the TEXT ELEMENTS name i need to pass the content of the text element into another variable.Is there any way to do this?Can this be done using field symbols?EX: lv_text CONTAINS 'TEXT-000'. I want the c...

Labels in this area