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

Eclipse terminates without any error or log message when I (try to) open the ABAP perspective

I have tried fresh installations of both Eclipse 2022-06 and 2022-03 with the same result; when I try to open the ABAP perspective Eclipse terminates immediately. No error messages are displayed, and no messages are added to the eclipse log file (ecl...

Welche Security Parameter / KPIs sind wichtig für sein Security Reporting von SAP Systemen?

Sehr geehrte Damen und Herren,ich bin dualer Student bei der Telekom und schreibe aktuell meine Bachelorarbeit. Thema ist unser SAP Security Reporting der T-Systems. Ich benötige Informationen darüber, welche KPIs bzw. Kennzahlen die SAP für ein SAP ...

How to avoid short-dump in case of ABAP RAP actions with result cardinality [1..*]

Hi colleagues,I try to develop an ABAP RAP action with result cardinality [1..*]. I can define this inside the behavior definition without any error. For instance: action ( features : instance ) SortOrderUp result [1..*] $self; also the definiti...

How to Read the ITAB of "message_list" from message_handler = me->o_message

1.png2.png Hi ABAP OO Experts, Could you please help me to Write a ABAP OO Syntax to Read the Internal Table of "MESSAGE_LIST" from O_MESSAGE. Please find the below code and attachments for your Reference. CALL METHOD me->o_masterdata_bl->...

I get a type conflict short dump for this dynamic ABAP code. How would I correct it?

I have the following code below. Assume that the content for the internal table lt_keyfields and the structure ls_line is already provided. When I run this code I get a short dump with the error message, "An attempt was made to assign a field to a ty...

Error in internal table

Hi, please let me know what is wrong in below query? i have tried with specific fields and with * but when debudding, there is no data in itab ilips eventhough it has been defined correctly and was working fine few days back. Now the table data is bl...

Smartforms

I am working with VBAP table. My requirement is that when I give input of particular sales order (VBELN) then it print all the data related to that particular sales order. Ex: if sales order value 10 has 10 rows then it generate output of 10 rows, an...

How to avoid flexible workflow restarting when purchase order is modified with a lower net value?

Hi, we are looking for a solution to avoid flexible workflow restart when liberated purchase order is modified with a lower net value. We have checked note 2800331-Fields which trigger a re-start of Flexible Workflow for PO but we would need only...

Cors Problem on sap btp

Hey everyone, I need a help, so i create a node js for backend on my project, the node js is for post a data to external API. the problem is, while i am use the node js url to post a data in a controller, i got a cors problem, so i make the node js...

I want to insert multiple records in database table at a time using insert statement only one time

TABLES: ZMMT_IUMDS.DATA: WA_TAB TYPE ZMMT_IUMDS, IT_TAB TYPE TABLE OF ZMMT_IUMDS.START-OF-SELECTION.WA_TAB-ebeln = '1111'.WA_TAB-ebelp = '10'.WA_TAB-bukrs = '1000'.WA_TAB-butxt = 'Hyderabad'.WA_TAB-ernam = SY-UNAME.WA_TAB-erdat = SY-DATUM.APPEND...

Labels in this area