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

Resolved! Updating Database table

Hi,My requirement is to update the table EBAN(Purchase Requisition). Let us suppose that there are 3 items in the purchase requisition. If I make any changes to any of the item, the other two items need to be updated with the same changes. I am using...

Resolved! Related function

Hi,Is there any function that will call a pop-up window which displays a list of data from an internal table.Now when taking values from internal table we have to loop at that table. Now if a function is called there then the popup window will be rep...

Resolved! ABAP QUERY

Dear Friend, Can any one give an example of the ABAP query with using a New Filed in the extras where we can add the values of the two feild Each time I am Tring to do with the Feilds (ZBAL) With like Feilds BSID-wrbtr. In the Code I have written : ...

Resolved! get cursor

how to get the cursor value on which user clicked from alv grid display.. my code is below..but still i'm not able to capture any values in fnam or fval.. i have placed my get stmt inside case stmt also..it is not capturing? help me..&----*& Fo...

IDOC

Hi Gurus, I created a new Extended IDOC type using basic type DELVRY03.I need to add 2 segments namely ZSEG1 and ZSEG2.These 2 segments are Header Segments. The structure is as follows. IDOC ZSEG1 HEADER SEGMENT ...

problem in smartform

HI,I am new to the smartforms and i am facing a problem that i have to modify a smartform.In this form i am passing the values to the from a program which was already created . now i had modified the code of the program it.This is basically code for ...

Resolved! Looping

Hi, In my program i have written the code asV_d= 'no data present'loop at it_sak where mitkz NE space.concatenate v_dit_sak-skb1 into v_d seperated by space.v_a= 'x'.endloop.if v_a= 'x'.message i001 with v_d.end if.as its coming under the loop if i...

Message Class

Hi ExpertsI have created a new Message Class, namely ZMSG in Dev Sys.I used the message 000 of ZMSG in my Program ZPRG as:message i000(ZMSG).Do I need to add MESSAGE Tag in the Report Header of program ZPRG?If not, after transporting the Program and ...

Field Symbol

Hi, I want to transfer my internal table data to excel sheet. But i have created internal table by using field symbol which is without header line. Problem is that when i am tranferring the data by using WS_DOWNLOAD,GUI_DOWNLOAD and WS_EXCEL , head...

Labels in this area