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

Change lgzusatz in premise

Hi everybody, I am using a custom inbound IDOC to change the field lgzusatz in premise. Everything goes smooth but the premise is not changed when the IDOC is processed. If I take the IDOC number and run it with WE19, the premise is changed, Any id...

ionut by Explorer
  • 400 VIEWS
  • 0 REPLIES
  • 0 Likes

ABAP CDS view does not display data even if the base table has data in SE11 for a specific client

Hi Expert, When I display the table CKMI1 using SE16 in ECC DE1 client 100, I can see the data as below in client 100. I am building a very simple CDS view on table CKMI1 without any logic but just display one field from table CKMI1 for deb...

Webservice encryption

I created an ABAP Webservice using SPROXY for which I needed to add a custom SOAP Header. All this appears to working as I want to, so no issues there. The issue is that when I call the webservice itself it apparently encrypts the request, how or w...

Resolved! Regarding payload isse

I encountered a payload issue when I execute the following using HTTP POST. The result just process the "Test Header1" and then stop. I have traced program but cannot find any reasons ... < Result > <?xml version="1.0" encoding="UTF-8"?> -<entry...

Getting error while activating the ODATA service based on ABAP CDS view in Eclipse

Hi, I am receiving the error 'system failure: "An exception has occurred that was not caught." ' while trying to activate the ABAP CDS object which is exposed as an OData service in Eclipse. Eclipse version: Oxygen ADT version: https://tools.h...

me52n exits badi

Hi all, I am looking for an exit badi for transaction me52n I am trying to modify the delivery date when you enter a new material in the transaction .When I enter another material it should not change. I have tried the following badi , enhacmen...

Resolved! Deep Insert

Dear all, I encountered status code = 501 when I tried to use deep insert. How to fix the issue ? Any idea ? Thank you. Return message <?xml version="1.0" encoding="UTF-8"?> -<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/m...

Resolved! BDC Unable to populate the field for transaction code LT04

All, I have created a BDC for the transaction code LT04, in that for the field 'Foreground/Background' i have passed 'H' (Foreground) in the recording. Through i am populating 'H'(Foreground) it does take the 'System_Guided' as input while processi...

Resolved! Update in ZTables

Hi All, I am trying to update key fields(name) of a ztable using update table. Currently its necessary to be inside a loop. loop at z_ban into data(ls_z_ban). Update z_ban set name = ls_record-new_username where name eq ls_z_ban-bname. endlo...

Labels in this area