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...

    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...

    sheenamk by Developer Advocate
    • 94633 Views
    • 212 Comments
    • 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...

    Resolved! Accepted Solution

    This is my question exercise as part of the SAP Community Q&A Tutorial

    This is my very first question that I am taking in [08/2022]. This question is part of the SAP Community Q&A Tutorial. I am working on version number 08.2022.001. I selected the SAP Community Tutorial Exercises tag as the most appropriate SAP M...

    jopa by Participant
    • 1186 Views
    • 3 Comments
    • 0 Likes

    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...

    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...

    Resolved! Accepted Solution

    Select query between an internal table and 3 joined db tables.

    Hello, Need some help pls! I need to add another column to my internal table which should contain the status of the equipment (TJ02T-ISTAT). I have the equipment number in my internal table itab1-equnr (type of equi-equnr). The relationship b...

    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

    Explore this Area