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

Performance Tracking

Hi Guys,In a real scenario,i am considering my client, some of the users excuting Reports/tcodes using their SAP username. Here I want to find out the number of times ABAP reports/Tcodes used over the period of time,user wise.How it could be done?Tha...

ALV REPORT

HI experts,I have made an alv report.in my field catalog the field named ' werks_1 ' is not displaying in the output.m sending u the code.plz check it out why field ' werks_1 ' is not displaying in the output.&----*& Report ZSALE_MAT_EXC_INV*&1&---...

PO texts

I am creating purchase order format. Now for getting Po texts what i am doing is passing the id, object, language & name in the FM read_text and display it in the smartforms. Now i am passing only delivery terms & instuctions. What thy want is if i a...

ALV Display

Hi All,Given below is ALV report using OO ABAP.Its not displaying th report.Plz let me know wat is wrong..REPORT ZRAK .data : gt_mara type table of mara.data : gl_alv_grid type ref to cl_gui_alv_grid,gc_custom_control_name type scrfname value 'CCALV'...

Resolved! ALV Display

Hi All, Given below is ALV report using OO ABAP.Its not displaying th report.Plz let me know wat is wrong..REPORT ZRAK .data : gt_mara type table of mara.data : gl_alv_grid type ref to cl_gui_alv_grid, gc_custom_control_name type scrfname value...

Resolved! Select-options

Hi All,I have to create a report where I have to use SELECT-OPTIONS for vendor number. If user does not enter the vendor number (vendor-low and vendor-high are blanks) then I have to select records for all vendors. If user enters a range or individua...

Resolved! numeric field

Hi all....Iam having one internal table with five fields and 10 records...Now iam going to add one more record to that internal table in my program by using append statement...itab-f1 = ' '.itab-f2 = ' '.itab-f3 = ' '.itab-f4 = 'india '.itab-f5 = ' '...

Resolved! Field Symbols

Hi,I think that dereferencing the data reference enables you to evaluate and change the content of a data.I wish to receive some example about this. More exactly, let's suppose to read a sorted or hashed table. I can use a <fs> in this way:READ TABLE...

Resolved! numeric field _append

Hi all....Iam having one internal table with five fields and 10 records...Now iam going to add one more record to that internal table in my program by using append statement...itab-f1 = ' '.itab-f2 = ' '.itab-f3 = ' '.itab-f4 = 'india '.itab-f5 = ' '...

User Exits

Hi,is there User Exits for TCODE IE02. i have requirements to change the screen field label of building code to equipment location on address maintenance screen (EI02 -> input equipment code -> press enter -> Press Ctrl+F5).thanks...james

Resolved! Reg transaction variant

Hi,I have created a transaction variant for CO11n tcode and assigned it to a coustom tcode, Now my requirment is when i am triggering the user-exit for this i want to restrict the user exit based on this transaction variant or coustom tcode. how can ...

how to group and sum?

Dear Gurus,[http://www.picoodle.com/view.php?img=/4/4/29/f_BYAREAT1m_b564b70.jpg&srv=img28]I have this report, like showing above, I wanna modify the report, at the same model, each area only display the sum. for example iin the report, only will dis...

Labels in this area