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

Multiple SAP Sessions

Hi Friends,I want to know the multiple session identifier table name and program name in ABAP.For ex: I opened 3 sessions,i want to know the Tcodes opened in each session,all the details is stored in any table in data dictionary or any in program.Can...

Resolved! BDC CALL 'mm01'

Dear all,when i use a BDC program to create batch material data,there is a problem:BDC Mode 'N':some input material data can be created successfully, but there's also a lot of materials that length/width/height of them is equal 0(zero) can not be cr...

Resolved! How to avoid return receipt

Hello all,I am using class cl_bcs for email service and it is working fine. But the problem is after the mail is sent to the receipients, there is a Delivery report ( RETURN RECEIPT ) being sent to the sender informing about all the users to whom the...

MNaveen by Product and Topic Expert
  • 512 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Field Symbol

Is it possible to dynamically buidl a Field Symbo? The code below does not work.field-symbols <FS_1> type EKKO.data myString_1 type c value '-ebeln'.data myString_2 type c length 20.concatenate '<FS_1>' myString_1 into my String2myString_2 = '123'.<...

iXML-Library

Hello,I use the XML-Library in Abap Objects to create and change XML-Transfers. Because in every Documentation it is said, that the DOM Document may not be too great, I want to get the actual size of a DOM. So I have two questions:1. Is there any pos...

Resolved! How to catch exception for class CL_HR_RE512W for method CHECK_CUMULATION

Hi,How do I catch an exception when using method CHECK_CUMULATION in class CL_HR_RE512W.This method calls an instance method READ which raises NO_ENTRY if a wage type is missing on T512W.There is no obvious catch class to use?My code:data: r_512w typ...

ALV problems

Hi all, did anybody know about how the ALV standard buttons work .? after I run my programs , I get the correct output in the ALV .then I want to sort the output table by click the sort button , then the layout changed , but I have a column needed...

Labels in this area