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

Resolved! layout build

hi, I am using some of the features for layout build,columnwidth_optimize works fine and so does zeba but when I try to use subtotals_text and totals_text, the text I input here is not coming up, can somebody explain me a bit on how this works in g...

New to ABAP

Hello guys, I am completely new to ABAP programming I am a .net programmer planning to learn ABAP, can any on guide me whats the best way to start and also if any one as soft copy of teach your self abap in 21days that would be greatly appriciated...

Resolved! BDC dump

Hi All, I am doning BDC on XD01. But getting dump. The error is type mismatch.Also I tried with diff FILETYPE = 'ASC' " 'DAT'But still dump is there.With 'WS_UPLOAD' it is ok. Is there any thing wrong I am doing?Follow...

SO_DOCUMENT_SEND_API1

Hi All, I am trying to mail a report from spool as an HTML attachment. The report looks fine in spool. But in the attachment all the "ULINE' s are getting split into two lines. This happens only with ULINE 's . All other characters are appearing cor...

Resolved! matchcode request

is it possible to call a transaction on matchcode request for a select option and get the value double clicked on in the transaction to appear in the select option, like a cost center group from the hierarchy in transaction ksh3,I am making a cost ce...

Resolved! Read Excel File

hi,I can read an excel file by using this code in FORGROUND: CREATE OBJECT gv_excel 'EXCEL.APPLICATION'. SET PROPERTY OF gv_excel 'VISIBLE' = 0. CALL METHOD OF gv_excel 'WORKBOOKS' = gv_books. CALL METHOD OF gv_books 'OPEN' EXPORTING #1 =...

Labels in this area