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

Resolved! Send mail to multiple user for both To and CC in ABAP program in a background job

I want to send a converted excel file using mail for multiple users in To & CC position.Right now i am using FM: ' SO_DOCUMENT_SEND_API1 ' for this case i can send only single users at a time. how can i set it for multiple users please help. Sample...

Resolved! How do I find a list of classes and programs that use an SALV Table?

Hi, I need to find out which classes and programs use an SALV Table in order, to deactivate some functions. The class "CL_SALV_TABLE" seems to instantiate the object with the method "FACTORY". So if I check where this method is used, it should give...

How to find default value of a method parameter via reflection

To do reflection in ABAP, we have the class family CL_ABAP_...DESCR. For example, we can get the informations about a class by creating a description object: data lo_obj type ref to cl_abap_objectdescr. call method cl_abap_objectdescr=>create_by_na...

COM_PARTNER_BADI method DETERMINATION_ADD_IN_2 not triggering when creating order in CRM system

Hi Experts, we have requirement that when creating order using CRMD_ORDER the partner tab SHIP-TO-PARTY and SOLD-TO-PARTY are not same and when changing item cat value from items tab the BADI needs trigger. so we coded under COM_PARTNER_TAB -> DE...

Labels in this area