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

ABAP Connectivity to Integrate Any Bex Query to SAP Dashboards using Web Service on top of Function Module Concept

Follow the below steps to expose any Bex Query to Xcelsius which will enable to create Dashboard for your SAP Bex Query. The Connectivity used here is Web Services on top of ABAP Function Module.For example consider a End to End Scenario, where i nee...

Reading the HR Payroll results using Class and Methods (PRR, Payroll Results Reader class)

Rather than reading the payroll results in traditional way using FM's we can process the same using Payroll reader class which was designed to use with PNP logical database. SAP recommends that not to use GET PAYROLL event.  Instead sap had provided ...

Utility class for internal table manipulations (get min/max from any column in a table) rev. 3

Hi SCN community!Ever wanted to get the line in a table where the max value for a certain field was? I had to last week, and I remembered just how awful it was to do it. Declare an auxiliary table of the same structure, copy the entire contents, sort...

No comment!

Are Comments overrated?Comments are a wonderful tool to document what you intended with certain program logic. You can place it directly where that logic resides: In the source code. As comments are non-functional, they are not getting compiled and h...

DSAG Technologietage 2014: Best practices for Custom Development with ABAP and SAP HANA Platform

DSAG-Technologietage 2014, Stuttgart Feb-18 and Feb-19: For two days 1950 participants created one of the biggest technology events in Germany, Austria and Switzerland (thereby achieving an all-time high at DSAG). During this conference all questions...

Working Around the Clock – How SAP’s Data Centers Never Sleep

In today’s digital economy, uninterrupted access to business data is mission critical for companies across the world. As decision makers need to act fast to innovate, change and update their business, it is crucial that SAP’s data centers adapt to to...

#SAPTechEd 2013 Interview of the Week: Creating User Experiences that Drive Innovation for Businesses and Consumers

First off I'd just like to say that I am delighted that the interview I conducted for SAP TechEd Live 2013 in Las Vegas with sam.yen (SAP's Global Head of Design and User Experience) has been selected as the interview of the week! It was my first SAP...

Life (profile SAP_NEW), the Universe (role SAP_NEW) and Everything (SAP_ALL)

I know, there are tons of discussions here on SCN about SAP_NEW but it still seems to be widely unknown how to use SAP_NEW correctly. Therefore I try to give a summary in this blog.First of all let's separate SAP_NEW from SAP_ALLAuthorization profile...

How To Extract Formatted SALV Output As An Excel Document in the background

Recently, have come across a requirement to send output of report developed based on SALV as an excel attachment. To achieve the same we can use the method TO_XML of class CL_SALV_TABLE. This method will have the formatted output content as XSTRING v...

Read GOS (Generic Object Service) Picture Attachments and Display it into Adobe Form

abhijit.mandal2/avatar/24.png?a=6389 Purpose & Overview: There are lot of threads, wiki’s and blogs available about GOS. Reading and downloading GOS attachment and also we will find lots of article on how to attach a document into GOS.But there are n...

Abhijit74 by Active Contributor
  • 22966 VIEWS
  • 21 REPLIES
  • 8 Likes

A framework for local/region specific requirements in user-exits using BAdIs and the new enhancement framework (revisited)

Hi SCN community,This blog post is a logical follow-up from this blog post of mine, where I share my design for a region specific implementation framework using ABAP OO and the factory pattern strategy design (what a fancy name!). From the discussion...

Create QRCode via ABAP code

In the previous blog we discuss how to generate QRCode to enable it be scanned via mobile phone. In that solution, the QRCode is generated and stored in a PDF file via ABAP webdynpro framework, we only provide the form template. In fact it is quite ...

JerryWang by Product and Topic Expert
  • 16801 VIEWS
  • 2 REPLIES
  • 6 Likes