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

ALV dynamic list

Hi,I am trying to modify a standard program that will generate the list of notifications ( QM15) , Before displaying the list , i insert a small code to modify the g_fieldcat_tab & object_tab to add some more dynamic colunms( we do know the amount of...

Standard toolbar

HiI am working on CT module..and its a new module of SAP. I have a tcode here..and in this tcode, the CANCEL buton looks inactive...i want to activate this cancel button..I have checked the status in SE41, and the function code for this is already as...

memory low

Hi experts !i m develping a report in which i used following code LOOP AT IT_atten INTO WA_ATTEN.WA_ATTEN-total_REST_HOLIDAY = WA_ATTEN-REST_HOLIDAY + WA_ATTEN-total_REST_HOLIDAY .APPEND WA_ATTEN TO IT_ATTEN .ENDLOOP.becoz of this code shor...

Resolved! passing values to FM

HiHere i'm selecting some fields from my ztable and from that tables i'm having the data of userid and their functional location now. I want to pass this functional location to my FM how to passSELECT USER_ID FUNCLOC FROM ZFUNCLOC INTO TABLE T_FLOC ...

Resolved! ALV grid

Hi,can any one tell me how to do the following scenario in alv when i give range in the date then according to that the data should display in the alv grid .Plzz suggest me easy methos for it.points will be awarded .

Resolved! listbox handling

ive appended the value-key set into listbox as:select * from zda_sntype into table lt_zda_sntype. name = 'PS_PARM'. loop at lt_zda_sntype into wa_zda_sntype. value-key = wa_zda_sntype-santyp. value-text = wa_zda_sntype-txt30. app...

Resolved! At selection screen

hi guys,In the selection screen, i am having two radio buttons and a text field..For 1st radio button, i have kept the text field as mandatory and on selection of 2nd radio button i have made the field disabled.please find the below code usedAT SELEC...

Resolved! SLOW LDB Problem

The program Ive been given to 'enhance' uses a logical database. I tried to argue that a 40 min response time was reasonable but they are not buying it. (we have to try right?) Nearly 98% of the time used by this program is in database access. I foll...

Resolved! 'AT NEW' / 'AT END'

Im looking at a piece of code that uses a restricted loop on an itab and then goes on to use 'AT NEW' / 'AT END' and updates the itab on each. It wont work of course. These constructs only work properly on an unrestricted loop and no updates. But I s...

Resolved! GUI_download prob

hi guys,I am using FM GUI_DOWNLOAD to get a table downloaded to the pc but. i need the field names also there is a table FIELDNAMES for this functionality but i know know what is the formatcan any of u guys help me with this,thanks in ADV

Resolved! AT LINE-SELECTION

I have a simple report and there is a checkbox in front of each line of this report, I've put the event "AT LINE-SELECTION" in my source code in case the user checks these checkboxes, I would like to set a PF-STATUS in which there was a button I coul...

Resolved! SMTP Configuration

I have done the SMTP Configuration for my SAP System. Yet i am not able to send any mails from SAP System to my mail id or any other id for that matter. It gives the following Error message:**Currently no delivery to <email address>, as recipient can...

Labels in this area