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

ALV-GRID TOTAL

Hi Experts,i have issue were in i need to show sum of the amount. like example...for Custmer 100 there are vendor number 10,20,30,40,50. so for all this vendor numbers.. vendor----- amount10 - 10020----20030----30040----40050-------500so in the ou...

Calculating Remainder

Hi All,I have a program that automatically creates background jobs for payroll using RPCALCQ0. I have made a few modications so that the user now has the option of selecting the number of jobs to be ran and can enter the number of employees to be ran...

Resolved! How to tackle " . " or " , "Comma DECIMAL notations in text file uploading?

Hi Experts,I hv to upload the text file via LSMW and creating the Purchse Orders.So, issue is with QUANTITY and VALUE fileds, bcoz, the text file may some times contain " . " as DECIAML or may some times " , "(comma-Europe) as DECIMALs.And some times...

Resolved! ABAP Syntax Error

I am getting the following sytnax error with the following program, would some one help me to recover this issue. Thx.Syntax Error : The Work Area STREMP is not long enoughREPORT Zinsert.Tables : zemp. " Employee TableData: Begin of STREMP , ...

Docking container

Hello,Could you please tell me what is wrong either in the code below or in my logic: DATA: d_container TYPE REF TO cl_gui_docking_container, e_control TYPE REF TO cl_gui_abapedit. CALL SCREEN 200. CREATE OBJECT d_container EXPORT...

Resolved! daynmic select

Hi,i can do this select i one time?except to itab1 and itab2 move it to string and do it once.Regards SELECT (sel) FROM /bic/0cz INTO table itab1 FOR ALL ENTRIES IN les_t WHERE dim0costcenter = les_t-dim0costcenter AND dim0calmonth IN g_m. S...

userexit

hi friends,i have one object ,that is userexit.the object is given bellow. Developed a user exit to send the shipment cancellation details to the external system upon the delivery being cancelled.how can i develop userexit for this ?and where i have...

Resolved! heading display

The heading of the report's output page should be like this:A comparative analysis of date1 versus date2 In US$ '000How can I show this message?date1 and date2 will be taken as user input value through selection screen.FDSB-DATUM.

Labels in this area