Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

How to update long text at line item level in FI Document ,at the time of posting using Implicit Enhancements

Here, for updating long text at line item level, we have 2 approaches.1st Approach without using Implicit EnhancementPost FI Document using BAPI_ACC_DOCUMENT_POST.Then collect all successfully posted documents into one internal table.Then select data...

Custom IDoc framework based on ABAP Objects (Part 2 - Development Objects)

22 April 2019: Source code migrated to abapGit-based GitHub repository 8 April 2014: Updated section on ZCL_IDOC_INPUT and ZCL_IDOC_INPUT_SO, and added runtime flow diagram In the first part of my article on custom IDoc framework, I have described ...

engswee by Active Contributor
  • 5903 VIEWS
  • 8 REPLIES
  • 5 Likes

BOM partial release to MRP support

The purpose of this program is to:                                                                                 1. Changing status of  Order BOM from 1 to 9                              2. Changing the status Order BOM from 9 to 1               ...

Sign up for SAP CodeJams on ABAP in Eclipse in April and May!

The series of cool SAP CodeJams on ABAP in Eclipse continues...The first event will take place in Münster, Germany on April 30, and two more events will happen in Munich, Germany on May 8 and 9.What can you expect?All three sessions focus on the Ecli...

Get more out of ABAP in Eclipse with the Feature Explorer

ABAP in Eclipse offers lots of features which help you get things done faster. But whenever we talk with customers we noticed that lots of features are not widely known. To help you to get more out of ABAP in Eclipse we decided to build a new learnin...

ABAP Development Tools version 2.24 available now on Updatesite

Today we released a new version of the ABAP Development Tools for Eclipse. ADT Version 2.24 is now general available on the SAP Tools Updatesite: SAP Development Tools for EclipseYou can also download the ABAP development tools als zip-package via th...

ThFiedler by Product and Topic Expert
  • 8642 VIEWS
  • 45 REPLIES
  • 49 Likes

ABAP Channels Part 2: Publish/Subscribe Messaging Using ABAP Messaging Channels

Introduction For introduction to ABAP Channels please refer to Introduction to ABAP Channels. For tangible examples in the system see also the blog ABAP Channels Examples. See also FAQ - ABAP Channels. This blog focuses on the eventing framework for ...

Shoot Me Up ABAP

Dependency Injection There is many a true word, Spoken Inject One line summary:- One way to write OO programs with many small classes with less lines of code. Back Story The other day there was a blog on SCN about Dependency injection. http://scn.sa...

Addressing down

Triggered by this forum post Issue of blank lines removal in address in master page in Adobe form, I’ve decided to tackle a topic that has been eating at me for some years.Why do developers seem so reluctant to use address nodes in forms?This is not ...

Seek the most efficient way to detect whether there are table row with duplicate key

Approach1 Approach2 Approach3 Performance test result The requirement is: there is an internal table with a large number of table row. If all rows have the identical recipient_id, that id( 30273 ) must be returned. UUID Phone_number Rec...

JerryWang by Product and Topic Expert
  • 3188 VIEWS
  • 14 REPLIES
  • 0 Likes

BDC for CU51 / CU50

Hi Folks, Long back I was given the requirement to develop a Function Module for operations in Order BoM Configuration Results (CU51) i.e. Insert, Copy, Delete and Change. After a good amount of search output was nothing due to which I tried my la...