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

Working on ALV

Hi All,I have tried inserting a new empty line to ALV grid display by adding the empty workarea to internal table.Unable to add many empty rows. How can add values to these empty rows added and get them from the internal table.Thanks,Chandrajith

avoid display initial screen when calling parameter transaction

hello all,we have created a parameter transaction  for Selection - Budget/Pan/Actual...but when i am calling  this in a report using    Call Transaction 'ZPS080' and skip first screen.. ( iam passing values using SET Parameter ID)it is displaying ini...

Resolved! Change image in Dynpro

Hi,I have a dynpro screen, where I can upload images. These images are first saved in an transparent table & then displayed in the screen.But when I change an image, which already exist in the table, the dynpro displays the old image, even the old im...

Resolved! Exchange rate problem

Dear Experts,I have develop one report for tax (BSET) but the problem is when I translating the value to another currency with time with exchange rate in BKPF, the value is not same as translating in FB03 (Display Currency: Group Currency). Please he...

Resolved! How many CT3 license can be used to create one ARE 3 document when doing deemed export?

I have a requirement for my client.They are getting multiple CT3 licenses from customer for deemed export.When large amount of material is sending ARE 3 creation is by referencing multiple CT3 licenses.Client is doing this in old erp system.How can w...

ALV filtering option is not working in Non numeric fields .

Dear Friends ,                         I  have developed a report report which contains both numeric data and non numeric data , but problem is when i apply filter it is working only for numeric filed. here in forum i found (  REF_TABNAME  ,  REF_FIE...

Compare every field data of two internal table with same structure

Dear all,    I want to compare two internal table data, every field data of two internal table.(but in my condition, I couldn't use the the table field like itab-field )itab1:                                          itab2:A     B     C     D        ...

Resolved! Add a Column in Internal Table

Hi,An Internal table having values      Man   A2     45                                                       Man   A2     23                                                       Man   A2     10I want to display           Man  A2      78Can anybody ...

Outbound delivery in MM

Dear Experts,We have requirement to send an email ( with MATNR, EQUNR.. etc )to the Business analyst whenever the outboud delivery is created in material management.what we did is using the BADI LE_SHP_DELIVERY_PROC (VL02N - Tcode) we created an impl...

ABAP-LSMW

Hi Experts,(1) How to work with multiple structures in LSMW for uploading pricing conditions for VK11 transaction ?(2) Can we design selection screen in LSMW or how to link selection screen with LSMW ?(3) Below is flat file for reference.Thanks in ad...

Why my OOPs Event is not working in this simple code example ?

In this code below , my event 'Positive ' is not working (not triggered when result is positive), but the 'Negative'  one is working.method SUB.      RESULT = NUM1 - NUM2.      IF RESULT <= 0 .        RAISE EVENT NEGATIVE.      ELSE.        RAISE EVE...

Labels in this area