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

BDC record MMPV issue

Hello All, I have created BDC recording for the Transaction code MMPV. But the problem i am facing currently is during a Call Transaction a warning message is raised and BDC is not continuing further. Almost all the options tried Synchronous/Asyn...

HANA 1909 trial using IPV6 ?

Hello. The goal is enabling IPV6 support for the current HANA 1909 trial on a Linux host. In a way, this is a followup to my earlier question on adding IPV6 support to the previous trial edition. What I have tried: I have modified /etc/docker...

abo by Active Contributor
  • 1871 VIEWS
  • 3 REPLIES
  • 0 Likes

Misleading error in ADT

Create a class, with a factory method, that returns an instance with an attribute "tcode". call transaction zen_ca_test=>get_instance( somevar )->tcode with authority-check. You get the error. The class ZEN_CA_TEST=>GET_INSTANCE( cannot be cre...

matt by Active Contributor
  • 3324 VIEWS
  • 8 REPLIES
  • 1 Likes

Parameter Value.

Hi I have below code . In Parameter i have to enter value - 000000000000000038. I want that i should enter only 38 . Since Value in Matnr is stored as 38. REPORT ZABAP_GETMATERIALDETAILS. data : wa_mara type mara. PARAMETERS : p_matnr type ...

Resolved! Select single *

Hi I have below function . Instead of * i want to display only Matnr , MTART , MEINS fields . Can it be done with Select Single syntax. SELECT SINGLE * FROM MARA INTO EX_MARA WHERE MATNR = IM_MATNR. Thanks

Resolved! Where is my actual document stored given GOS links in table SRGBTBREL

Hi all, I have the following entries in the table SRGBTBREL after invoking the GOS toolbar in my custom program as followed. So may I know where is the documents actually stored? which content repository? DATA: lr_gos_manager TYPE REF TO cl_gos...

Labels in this area