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

Loop-EndLoop

HalloI have a code for net value. it is working good. But when c_vkdfif-vbtyp = 'K' it dont enter in second loop.can somebody tell me where is my mistake.LOOP AT c_vkdfif. IF c_vkdfif-vbtyp = 'J' OR ( c_vkdfif-vbtyp = 'T' OR c_vkdfif-vbtyp = 'K' )....

code optimization

Hi,I need an assistance to optimise this code as it is slowing down the server. select werks from t001w into table itab_werks where werks like 'A%'. delete itab_werks where werks cp 'A0*' . loop at itab_werks. select matnr werks lgort labst...

open dataset

Hello,I use open dataset to download an xml file on a server, but when I open it with an text editor tool I get only one line, with the internet explorer I get the xml layout.When I open an original xml file I get the layout of the xml also in the te...

Resolved! Reuse alv grid display

Hi Friends,Iam facing a problem with REUSE_ALV_GRID_DISPLAY.I have total of 15 fields to be displayed in the output. But by default only 11 fields has to be displayed, when the user selects the variant namely 'XYZ' in the output screen it has to disp...

Archiving SAP APO

HiI have got the information from SAP help on what are the archiving objects that can be used to archive SAP-APO. I came to know that SAP APO is a separate box. If I need to archive the data from SAP-APO using the corresponding archiving objects, do ...

problem with decimal

Hi Experts, I have a number 1.000 , our new system taking it as 1000 and looping 1000 times , checked in other systems it takes 1.000 as 1 which is correct. we see other systems system settings seems to be same for all of them.plz adviseEdited by: B...

Resolved! Module Pool

Hi,In module pool program I am trying to load Screen No 100 using CALL SCREEN 0100.It is showing ABAP DumpBut Transaction to all other custom screen's are working well please give instructions to load SAP Initial ScreenRegardsNausal

Labels in this area