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

Resolved! internal tables.

HI all,I have two internal tables.tab1 contains 20 records with a/c number as the key fieldtab2 contains 15 records of tab1 with the a/c number as the key field.Now I want to get only the 5 records from the tab1 which is not in tab2.How do I do this....

Resolved! Add Text

Hi,The requirement I'm working with requires to add text to the existing text object. I used READ_TEXT to read the existing text and SAVE_TEXT to append the additional text. There is a scenario where there might be no text in the text object. In this...

Background Job & Workflow

Hi guys, I need to run a report in background. When the job finish, I want to send an email or have an alert from the sap inbox, We don't want to give access to transaction SM37 to monitor the jobs,how can I achieve this kind of workflow or alert in ...

Material Pricing

Hi to All,I have found the function module named PRICING which allows you to obtain the list price for a configurable material. I was trying to locate the parameters and their usage searching in program SAPMV45A but couldn't find a match for this fun...

Resolved! menu Painter

Hi Guys , I ´ve created a new entry in the menu painter for a Z display using se41 I associate a function and then active , he gets active status however when I run the program the new option appears on gray ( desactivated ) is no possible select tha...

Resolved! Delete rows in an ALV

Hi,I have an ALV. It lets delete rows.The problem is that when I delete a row, then all columns of the ALV are duplicated.Where is the problem ???(when I create the container, before, I call this method, but it doesn´t work:CALL METHOD d_container->f...

Resolved! Tabs Problem

Hi everybody, I discovered that if you in the code press the tab key, the cursor move to the right some character spaces, but in the code does not appear the character tab, appears the characters spaces configured. We have to minimize the quantity of...

Resolved! Convert to *.CSV format

Hi All~~I want to convert a internal table to *.csv files, and set the seperator be ',' (not default value: ';' )When I call a function "SAP_CONVERT_TO_CSV_FORMAT", and set the parameter " I_FIELD_SEPERATOR = ',' " .But it's seems didn't work. The...

Resolved! Sort Statement Error

Friends,I have declared an internal table declared as below:data:zitab type table of zsalesitem1a.The ztable 'zsalesitem1a' has a primary key, zecrno.After populating the internal table zitab with values from the ztable, i am sorting the zitab using...

Labels in this area