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

Resolved! sending mail from SAP

Hi All, I am using FM SO_NEW_DOCUMENT_SEND_API1 to send a mails to external and it is working fine.Now issue is customer is getting mail content in the PDF file as attachment , where as he want the content of the mail directly. He does not want to...

Resolved! Fine Tuning REPORT

Hi,I want to know about fine tuning a report. One way, I know is to break the query which extracts data from different tables separately and finally joining it using FOR ALL ENTRIES. What are the different methods to fine tune a report.Please reply ...

Resolved! select option

i made thisSELECT-OPTIONS : zkunnr for vbak-kunnr.and i want to append to itabthis is write?????it always take the low,what about the high??LOOP AT zkunnr. itab-kunnr = <b>zkunnr-low</b>. APPEND itab. ENDLOOP.

Resolved! types

Hi experts,DATA: ITAB LIKE VBAK OCCURS 0 WITH HEADER LINE.i want to declare the itab using TYPEs statement and i have to process the itab fur thur in programHow can we declare that?Regards

selection screen

hiSELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-031.PARAMETERS : rd1 RADIOBUTTON GROUP rg1.SELECT-OPTIONS: cpudt FOR bkpf-cpudt.PARAMETERS: rd2 RADIOBUTTON GROUP rg2.SELECT-OPTIONS: budat FOR bkpf-budat.PARAMETERS: rd3 RADIOBUTTON GROUP rg...

delivered quanitity

Hi!I'm about to write a BAPI about current delivered quanitity.For every product there is a delivery schedule identified by a delivery schedule number. Through this number I can get the delivery quantity in table s073.I'm relatively new in Abap-Devel...

Labels in this area