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

Error ME110 While using BAPI_REQUISTION_RESET_RELEASE to reset release status of PR

Hello Experts,Currently we are using bapi requisition reset release in a Z program to de-release multiple PR.While it is working fine for most of the cases but it is unable to reset the release status for those PR with RFQ done with PO deleted. And i...

Query to Join / Link SAP Documents: Quote to Order to Delivery to Invoice

This Query will allow you to join all sales documents : SELECT DISTINCT QQ.DocNum as [QuoteNo], OO.DocNum as [OrderNo], DD.DocNum as [DeliveryNo], II.DocNum as [InvoiceNo] FROM OINV II -- Invoice Master Table INNER JOIN INV1 I on ( I.DocEntry = II....

Resolved! Somebody clarify me about Conversion_exit Function module usage after data upload

I have developed an upload program with 2 columns (Material and Quantity) using ALSM_EXCEL_TO_INTERNAL_TABLE Function module. Once file path is selected this FM Returns an internal table with column wise data. Now, if i want to pass this column wise ...

Labels in this area