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

Not able to trigger the validation part based on the click of a button in a alv report

Hi Team,I have developed a ALV report using reuse_alv_grid_display and also editing columns. I want to do the validation of data based on the click of a button in the report. At present I am using the DATA_CHANGED event and trying to do validation it...

Resolved! Exit for Dmee file

Hi ,I got requirment to modify DMEE file which is genreting by F110. print Data medium - Program is RFFOGB_T.I am unable to find user exit , Please suggest how can I modify that file content.Thanks for Help in advanceRegards,Annu

Resolved! Syntax of FIND

Hi,this a seemingly very trivial question - but it's not as trivial here:We have a very old IDES system including an outdated version of ABAP which I am using to generate a report.I have a fieldlist (a number of fieldnames just typed in one string, s...

bapi_alm_order_maintain does not set settlement rule percentage value.

Hi Freinds,         I am not able to set percentage value in settlement rule  in bapi_alm_order_maintain .  WA_SRULE_NEW-LFDNR      = 1.  WA_SRULE_NEW-SETTL_TYPE = 'FUL'.  WA_SRULE_NEW-PERCENTAGE = 100. " This percentage does not reflect in iw32 sett...

How to disable the user from changing material description in ME21N

Hi,        Users are changing the material description before entering material number in PO creation.        When user enters the material number and press enter Key, it is populating the material description of that number and disabling changes.   ...

ME23n service report?

In my service item report, i am having a problem 1,first item check the movment type then append it ,2,then move on to next item it wont check the movement type directly go to first endloop ,3, then again go to loop esll directly move on to clear_mse...

Resolved! How to set / deselect the "print" checkbox for all items in ALV pop up?

Hi Gurus,I have added few additional buttons to my existing report screen to select all / de-select all items lines. But for every lines there is an item called "print flag" with check box.I want to mark this check box as 'X' when I press "select all...

abaper01 by Explorer
  • 1432 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! Internal table logic with time and date

I have internal table t_first   with values orderno  date           time_real        capacity1000     29.09.2012     09:00:00    2000 1000     29.09.2012     15:00:00    30001000     29.09.2012     16:00:00    40002000     30.09.2012     08:00:00    ...

How to add Multiple Pre-Shipment No. for each Line item of a Sales Order in VL10C transaction Output List?

Hello Experts,I am trying to do enhancement in VL10C.Now in VL10C  they are displaying  sales document no. and based on this multiple line pending due line item.In my case , I found multiple Pre-Shipment No  for each line item of  a sales order.So I ...

Resolved! Unable to retrieve data from the database table at "AT USER-COMMAND"

Select from database is not working after AT USER-COMMAND. The code is below.DATA: BEGIN OF IT1 OCCURS 0,       VBELN TYPE VBAK-VBELN,       KUNNR TYPE VBAK-KUNNR,       VKORG TYPE VBAK-VKORG,       END OF IT1. DATA: BEGIN OF IT2 OCCURS 0,       VBE...

Labels in this area