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

Resolved! SAPMV45A screen 8459

There are Z-fields (appended in VBAP) already added on this screen, which can be seen through Tcode va01, va02, va03. on tab additional data B. (these fields are added in past development) Now problem occurred when i added 3 more fields Z-fields (app...

Resolved! Timed Out Error

Hi, I am getting Timeout error while appending the itab3 into itab4.Below is the code which iam facing the problem. data: l_flg. refresh: itab3. select vbak~ernam vbak~vbeln vbap~posnr vbap~matnr vbap~arktx vbap~kwmeng v...

Resolved! Index usage

Table ztest has a secondary index on the following fields:tnum, tcode.Select * from ztest where tnum ne '123' and tcode = '456'.Why is the index not used in the above case?a) Indexes are not allowed on Z tablesb) Variables must be used, NOT literalsc...

Requirement in ALV

Hi All,I have one requirement, In the ALV report output if user selects one record and press one push button, a pop up should come Ex: If user selects SO and press DELETE button, then a pop up screen should come with all the serial nubers related to ...

Resolved! When CP met numeric type

Hi , I have a numeric type , such as numeric 24 , when I set the value to it, for example '9236', it will convert to '00000000000000000000009236' automatically. This will cause a problem. If I use CP for this , for example there is a number '12234123...

Labels in this area