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

Resolved! Question about new abap syntax requirement - Kernel or Component version

Hello. I have a question about new abap system requirement. Which is required to use new abap syntax? Kernel or Component version. I mean, Does it require SAP-BASIS component to be 7.53 to use new syntax which i can check in System -> Status ...

Resolved! ADT 3.16 Bugs Report

I've a couple of issues with latest Eclipse 2021.03 and ADT 3.16. In a system my user was created as 'KUMAR,M.', and ADT cannot display my local objects anymore. Strangely it displays like this: When I open the ABAP Documentation using F1 on ...

Mithun_Kr by Active Participant
  • 1275 VIEWS
  • 3 REPLIES
  • 0 Likes

Dropdown values not displaying after raising the error message in Module pool program ?

Hi Team, I have custom infotype 9010 screen. The input filed is as follows: Reason If the 'Reason' drop down field is empty, I am raising the error message. I have written the code in CHAIN...ENDCHAIN on FIELD P9010-REASON MODULE Validate_reas...

How to attach a external document(pdf or excel) to mail which uses SO10 for mail body?

i) Can we upload the pdf to mime repository and use it just like image but show as attachment? If there is a posibility please let me know how? ii) can we convert so10 into pdf and attach? If this is possible i can copy pdf into so10 text and conev...

MB52 Excel download

Hi All, An Implicit Enhancement has been done in MB52 to display a few custom fields and an excel download was possible. I had to add two more fields into the Implicit Enhancement. But after doing so the excel download is not working as earlier. ...

Resolved! ABAP REDUCE with SORT

Not sure if it's a bug or a feature, but I tried to use REDUCE statement in ABAP with an alphanumeric Internal table. Contents of internal table I_TAB(Inline declaration from SELECT statement) after explicit SORT is as follows: 123 234 345 AB...

Resolved! ADBC query to Oracle DB has 'table not exist error' when try to access another owner's table

I use below code to access a Orable DB. and It return the ORA-00942 error 'table or view does not exist'. TRY . c_tabname = ' MESMGR.INTFLOTTEMP '. p_con_ref = cl_sql_connection=>get_connection( 'ORATEST' ). DATA(l_stmt) = 'sele...

Labels in this area