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

Get ABAP variables

Hi All,Is there any statement or function module where in i can check what all variables are used within a ABAP program.Ex: For the below code: DATA : lv_name(30) TYPE c, CONSTANTS: lc_name(30) TYPE c VALUE 'NAME'.I need info like: lv_name...

Resolved! Dump on VC01N

Hi everyone,I'm facing a problem in VC01N transaction : every time a user clicks on the "Customer information" tab, he gets a short dump with the following exception CALL_FUNCTION_NOT_FOUND. The function module that causes the dump is WWW_GET_SCRIPT_...

Resolved! Editable ALV - FM REUSE_ALV_GRID_DISPLAY_LVC- how to find the lines edited?

hi all,I am using the FM REUSE_ALV_GRID_DISPLAY_LVC to display ALV which has one column as edited.it allows users to mass update that particular field. for eg: there are 100 rows in which user changes 5 rows. at user command SAVE i could see the entr...

Resolved! Tax Id on Vendor master

Hi All,I have a requirement wherein I need to update the Tax ID on LFA1 during vendor Create or change (XK01/XK02) based on certain validations.I have checked the available BADI's and User-Exits. In most cases, LFA1 is an importing parameter so I can...

Resolved! analyse an application

HiI know in the past it was not possible to do that. But is it meanwhile possible.to do that ( e.g. Release 7.0 or higher) To trace or track all the application specific data like function module calls, class calls and performs etc. during its runti...

Resolved! Interface is taking lots of time for first time execution

Hello all,I have one inbound interface in which i am updating T-code CO01 ,CO15 , MIGO and MB1A respectivelydepending upon the condition in the incoming file.When ever i run this interface for the first time it takes lots of time for execution, but w...

ABAP keyword testing

Hi All,If i have a word with me is there any way to know if that particular word is an ABAP keyword or not. Ex: If i give 'DATA' as input i should get output as its a keyword, If i give 'TEST' as input i should get output as not a keyword.Is the...

select query

hi all,in the select option i have month and year range option as belowSELECT-OPTIONS: s_mon FOR s031-spmonselection screen: month = 2008.12 to 2009.02where as in the select query i need to get inbetween data 12.2008 to 2.2009.if i put as b...

Labels in this area