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

Resolved! Select Optimization

Hi all,During full installation system taking huge time, when I debugged it, I found that a select statement is taking most of the time.-T code : EG31 Main Program: SAPLIE01INCLUDE LIE01U04. "EQUIPMENT_SUCCESSORSFunction Module: EQU...

error in BAPI

HI,While executing the BAPI -- BAPI_BOM_UPLOAD_SAVE, where while executing this BAPI with sufficient data i am getting the error..Id: 29Number : 278Error Description : Numerical entry is not supported for extrnal item IDswhat might be the error..reg...

error in user-exits

Hi ,Im to code some custom-checks in USEREXIT_PRICING_CHECK module of enhancement MV61AFZA. If the checks failed , i've to throw an error and stop processing . How do i do throw an error and stop current action. I mean if i use message type E the w...

Resolved! Code Parsing

Hi all,In my requirement, I want to know all the fields that have been declared. I want those fields to be displayed in the output. For that I need to parse the code for the field declarations.Please tell me the way to parse the code for my requireme...

Resolved! Using it_filter in ALV

Hello Friends,I have filled up IT_FILTER in following manner. clear wa_filter. refresh it_filter. wa_filter-fieldname = 'MATNR'. wa_filter-tabname = it_final. wa_filter-valuf = '000000000000000225'. wa_filter-valut = '000000000000000250'. wa_f...

regarding OOP-ALV

Moved to correct forum by moderatorhican i display report output using OOP-ALV without creating any screens?while creating container should i create screen? i dont hv access to module pool so can i create report display without accessing module poo...

Tcode VKM2 Time out

Hi all,Apparently, user claims that tcode VKM2 has been time out when executing, and seek for performance improvement on VKM2. I found that tcode VKM2 is calling (using submit statement) Logical Database KMV (tcode VKM4) for data retrieval. However, ...

confusion OLE

Hello all.I have readed same documents about OLE Automation .i know,first CREATE OBJECT obj class.then SET PROPERTY OF or CALL METHOD .ex:DATA EXCEL TYPE OLE2_OBJECT. DATA WORKBOOK TYPE OLE2_OBJECT.CREATE OBJECT EXCEL 'Excel.Application'. CALL METH...

Resolved! Capturing Username

Hi All, On the user interface screen I have two flags OCflag(1) and Delflag(1), I have Ocfchg(12) and delchg(12) fields for user name who changed the flags. I have to capture the uname who changed the particular flag. There are only few users who can...

Labels in this area