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

Resolved! Problem in report.

hi, i used at selection screen output event in my report. in this report , i have given loop at screen statement. when i am executing this report, the program control not come out of this loop and now executing proceding write statements. how to s...

Resolved! Do loop

Hi Experts,I have a code in ECC version like this: DO 6 TIMES VARYING W_COUNT FROM <FS1> NEXT <FS2> VARYING W_AMOUNT FROM <FS3> NEXT <FS4>. FROM <FS3> NEXT <FS4>. W_DISCPERCENT = W_AMOUNT / W_SUM_REC_AMT * 100. WRITE...

read with index

hi i am using this code for reading a single record but the problem is that no records are getting appended to internal tble li3_rfpln whereas thw value is coming in the work area can u tell me y??READ TABLE li_rfpln into lw_rfpln INDEX 1.IF SY-SUBRC...

Resolved! Currency format

Hi Experts,In vbap table the Netpr and netwr are displayed as 124,800,000 (like this). (currency is JPY). ( all other currency format working correctly).But while picking the value to report it will display as 1,248,000.00. I need the value as it is...

Resolved! table type

Hi Expetrts,i have a declaration like this:data: w_file type string.DATA: W_FILENAME TYPE FILETABLE,.This FILETABLE is of table type.So i have a value for this like: W_FILENAME-FILENAME = 'C:\DATA'.no i want to move it one more variablle called w_fil...

Labels in this area