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

Resolved! More than 1 entry found

Hi Everyone,My requirement is given as...........For  itab2-SENDERID field please select it using itab1-LAUFI as a key, if more than 1 entry is found get the first oneso done my coding asSELECT SENDERID    FROM tab2    INTO itab2    WHERE SENDERID = ...

Resolved! total no of pages in spool

i need to print  total no of pages in the classical report output in the spool .i have implemented the below code but its calculating incorrect page numbers.CALL FUNCTION 'DISPLAY_PAGENUMBER' EXPORTING    LINES_TOTAL        = LW_TOT_LINES_5    LINES_...

How to make join bsis,bkpf,bseg table with zdbb and zobb table for data retrieval

HI,I have an abap  development requirement in which i have to retrieve data fields from different table, like bsis ,bkpf, bsip, bsas, pyar, lfa1,skat,etc.I have retrieved data from bsis and bkpf and bseg by finding  common field like "belnr, budat bu...

Resolved! Data not displayed in Z-table when material code (MATNR) entered in selection screen.

Hi Experts,I have a Z-table for a gatepass report which was already created by another developer. This table has many fields including plant, year, material code field. (MATNR) etc Now the problem is in SE11, I run the table to display the entries, w...

Basic question about loop and conditional statements

Here the issue is,In the below code line, it will check authority check for correct field,but there is only 2 fields. So it will check the correct field easily.                                     LOOP AT i_values WHERE field <> 'ACTVT' AND von = '*'...

Calling a function from C# application, getting 0.052 when sending 52 (Fixed point arithmetic problem?)

Hi all, sorry if I'm posting in the wrong forum, if I'm, please redirect me to the correct one. I've got a C# application that is making a call to a custom BAPI.3 of the components of the structure are decimal.The information I sent in the request is...

READ_TEXT

Hi Seniors,I am facing a strange issue in read_text.I have a adobe form which was printing few texts of shipment in adobe form.I am trying to change few lines in debug mode and see whther it is getting printed or not but it is not getting printed.I h...

Resolved! Session control

Hi Experts,Please help me to resolve the below problemI have a Z-transaction. The output is Grid ALV. When I select any row with Order and click the button 'Change Order' in the application tool bar, it navigates to VA02 (In the Z-program, 'CALL TRAN...

Resolved! How to Define Parameter of a method to receive a reference from another class.

HiHow to define a parameter of a method which will receive  reference from another class.eg:class dept.public section.method add_employee importing im_add_employee type ....i want to define above method so that it should receive reference of the clas...

How can I disable POST GOODS RECEIPT button in transactions VL31N/VL32N via Authorization or Role Level.

How can I disable POST GOODS RECEIPT button in transactions VL31N/VL32N via Authorization or Role Level, There is a requirement from my client  and i propose two methode1- Creation of Ztcode ZVL32N and do changes ABAP program level2- Disablement via ...

Labels in this area