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

Batch Jobs Problem

Hi all! I have a batch job that runs hourly and now I need it to stop. I had scheduled it to end at the start of May 2. However, when I got in this morning, I found out that it still ran today and processed a file early this morning which it shouldn'...

Send Business Object Instance as Attachment in SAP mail

Hi All,The requirement is something like this. I would like to send out a mail to user with a Sales Order Display as an attachment. I did go through some of the documentation that all specifies sending lists, Office Documents as attachments but not B...

Resolved! Maintaining Z-tables

Hi,i've created a Z-table with the related table maintenance views. So i can maintain it in SM30. Right now, we want a separate transaction for this table maintenance, because transaction SM30 is not open for normal users because of authorisation. Is...

h_senden2 by Active Contributor
  • 737 VIEWS
  • 3 REPLIES
  • 0 Likes

Resolved! ENQUEUE & DEQUEUE

Hi,i´m developing a program that needs to update a field(status) in a ztable1 and afterwads insert a register in ztable2.what i´ve done so far is:1.- enqueue ztable12.- update field ztable1-status3.- dequeue ztable14.- enqueue ztable25.- insert entry...

Resolved! Z tables

Hi Guys,needs some clarification, one very strange thing happening not sure, when we create any customized table in sap, all fields are created as NOT NULL in oracle even though they are not deifned at NOT NULL in ABAP dictionary(initial value field ...

XML file

Hi all,I have problem with XML file.I create XML file on the application server use XML Library. TYPES: begin of xml_line, data(512) type X, end of xml_line. DATA: xml_table type table of xml_line. document = g_ixml->create_doc...

SCAN KEYWORD USAGE

Has anyone used the "scan" keyword? I will be reading a report program into an internal table, after which i need to read the tables contents and find the list of datatypes used in it. Also i need to map these datatypes then to its corresponding data...

BADI Messages

Hi,I am calling functions from BADI and some of them raise exceptions and somehow they disappear as I don't see messages anywhere in my program which calls BADI method and I see messages if I call function directly from program.Please help.RegardsNil...

Labels in this area