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

Resolved! Internal tables.

Hi,I have an internal table it with f1 70 70 70 80 80 80I have another internal table it1 with the following set of values/f1 no 70 4. 80 5.I want values in the first internal table or another internal table in the following format...

Deep Structure

HiCan anybody please tell me that1) What is DEEP STRUCTURE.2) What is the advantage of DEEP STRUCTURE.3) Why and When we create it in DDIC.4) Why and When we create it in ABAP Programs(Reports, Module pool Programs etc.)THANKS IN ADVANCE PLEASE REPLY...

Resolved! ALV Output

Hi Experts,In an ALV Report's Output Iam getting a field values in a strange manner. For some records it showing the values with decimals and for some it is not showing.Can you please let me know what is the reason? Thanks for your help.(The referenc...

DATASET

form dataset . DATA: P_FILE(2000) TYPE C VALUE 'C:AJAY.TXT'. OPEN DATASET P_FILE FOR OUTPUT IN TEXT MODE. *--- Display error messages if any. IF sy-subrc NE 0. MESSAGE e001(YABC). EXIT. ELSE. *---Data is downloaded to the application server fi...

Hi Guys,

Can u please tell, How to debug standard program at particular point.I used /H in the command field of transaction. It is going into debug mode.I kept break point also in standard pgm.But it is not going to that point when i am using f5, f6, f7 , if...

Background run

Hi experts, I am working on an interface and I have developed my object completely and now I have been asked by my team lead to make sure that this program runs in background, so can you please guide me through how can I take care of this. ThanksRaje...

Resolved! Customer namespace/s

HiI have had no working experience with the newer namespace conventionon SAP eg. /ABC/I have always used Y* and Z* for customer objects.Does anybody have knowledge on these questions:1. Can two separate companies have the same namespace eg. Coca Cola...

Resolved! lock table problem

Hi,I created a lock object so that I can lock a table at row level. After running the program(a T-Code), the related row(based on the fields) locked by calling function ENQUEUE_EZABC. If another user run this program at same time, the user can not ac...

Resolved! Lock Object

Hi , I have created a program with 7 dialog screens, 3 of these screens can change data in a Z-table. Right now I have not imposed any locks as only I am testing the program. But this program will be used by several people . So can it cause a conflic...

abap alv

I had created a alv grid report, in this i am four columns matnr discount, netprice, total price.discount is an editable column in alv grid.netprice, total price can be calculated based on discount value.let us say we are having ten materialsand i ha...

Labels in this area