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

Resolved! Sending pop-up to users

Dear gurus,I've wrote a program that determines heavy-users in R/3system by their memory usage. However, I'm sending a popup message with 'TH_POPUP' function to a specific user. When I schedule a job with my program that calls TH_POPUP, a popup messa...

Resolved! Singleton in ABAP

Hi,1) I have created a class with its instantiation set to private.2) Declared a static attribute 'instance' in the class with TYPE REF to same class.3) In the class constructor checked if instance is initial if it is then created an object.if instan...

BDC

Hi All,I have developed a BDC program to upload service items for agreement numbers. TC me32k.Program code.report ZAMBME32K_CHANGE_CONTRACT no standard page heading line-size 255.include ZBDCRECX1CC.DATA: BEGIN OF main OCCURS 0, EVRTN(10...

report

hi here my requirement is to create 2nd line item in the presentation server(dsktop).for that i developed a logic but i couldn't create 2nd line item with my ligic.plse help me how to do. many thanks for your reply. Data: begin of i_kna1 occurs 10, ...

Resolved! Output error

Hi,Below is my code : When I execute this it is not displaying any data. Right now I don't want the values to be displayed in ALV just normal report.&----*& Report ZTESTING1*&&----*&*&&----REPORT ZTESTING1.TABLES: SSCRFIELDS, " Fields on se...

BAPI doubts

hi friends, i created a custom BAPI. in that business unit is import parameter. i declared return as BAPIRET2.but i want to display error message when business unit is entered incorretly. how validate. how post error into bapireturn. ...

Resolved! Identifying the calling ABAP WD component with 'SYSTEM_CALLSTACK'

Hi everybody,When I try to trace a abap web dynpro component with the function 'SYSTEM_CALLSTACK', I get a very cryptic entry under "main program" like /1BCWDY/2A5JNGDP2YQFUSHKTBT2==CP. How can I find the name of the WD component with it? Thank you.R...

Resolved! Inner Join Performance

Hi Folks,I m using this particular inner join.The performance is quite good in development system but in Prod. System performance become very low.SELECT GMBLNR GBWART GXAUTO GMENGE GDMBTR FBUDAT F~XBLNRINTO TABLE IT_TEMPFROMMSEG AS GINNER JOINMKPF AS...

Resolved! Intialization of Date

HI Abapers.I have a select option on my selection screen.I want the low value to be populated with the first day of the month and the High value to be populated with the last day of the month depending on my current date.I should also take care of le...

Labels in this area