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

Partner Functions Validations on sales and service order documents

Introduction: I am really happy to create my first document.In this document I would like to enlist the different conditions of partner function validations and how it can be achieved. Initially when I started this enhancement I found many threads...

FRIENDSHIP in OOABAP

Everyone knows what exactly a friendship is and how its is used.#used ???I mean in OOABAP how it is used  ..... We are in SCN so most of us know what exactly I am talking about ; this blog is exclusively for the people who are new to this topic. Lets...

Some handy ABAP tricks

I am sharing some very useful ABAP tricks which I came across. Again, these might not be new for some people but still some of us are not aware of it."Somewhere, something incredible is waiting to be known" :smile: Un-typed Field symbolsWhile dealing...

A small tip to get a list of changed objects at the given time period

Sometimes we need to get a list of changed objects by the given user at the given time period, there is a small tip to quickly get this list with little effort. approach1: query the table VRSD with user name and date as query parameter: Each entry ...

JerryWang by Product and Topic Expert
  • 7946 VIEWS
  • 1 REPLY
  • 2 Likes

A "framework" for specific requirements in data transfer routines (and everywhere else?)

I've just finished another framework design for this scenario using SAP's BAdI technology. You can find it here.The premiseHi guys and gals!I'm pretty sure this has happened to pretty much everyone out there working in an international company. Somet...

Dates and select options

Just a little note about a couple of common errors: This is not rocket science ABAP programming. But it does show how even the very basics can be mishandled. As ever, when developing, think about what is happening with the data in your variables. An...

matt by Active Contributor
  • 33520 VIEWS
  • 33 REPLIES
  • 16 Likes

Detecting cross system SAP ERP and BPC Risk: Mapping BPC Task Profiles to GRC Access Control Rule set functions

Introduction to SAP BPC and SoD RiskSAP Business Planning and Consolidation is gaining traction as the reporting system of record for many SAP customers. For some customers, BPC-generated reports are used as inputs to 10-Qs and 10-K filings. From a m...

How to run SAP query in background and create a file in application server

It is possible to run SAP queries in background and to create a query output as a file in application server.Follow below steps to implement the same.1) As per OSS note 537735 - SAP Query: save to file in the background activate the enhancement SQUE0...

Sending Mail from SAP to other Platform with HTML format.

Hi Friends,                        Am happy to share few things, what i have learned from ABAP and also it is My first blog too.Below I have mentioned how to send mail from SAP to some other platforms  in HTML format. Here there is no need to  know ...

Tutorial: How to Debug an ABAP Managed Database Procedure

New AMDP Debugger available in ADT starting with release ABAP 7.5. Check how to use it here...Remarks before you startAll screenshots have been made in an AS ABAP System with SID “HANAABAP” installed in the HANA Database Schema “SAPHANAABAP”.Please ...

Display a negative value with signage to the left instead of the right -100.00 not 100.00-

In the past I have had more than 1 client request that the negative numbers with signage on the right are displayed in ALV reports and / or extracted to files with the signage to the left.-100.00 NOT 100.00- I decided to create a conversion exit to ...

Team Procedural vs Team OO

State Machine Part 2 : Team Procedural vs. Team OO Contents IntroductionOpening Song by Team ProceduralCode ExamplesVarious OO and Procedural MusingsClosing Song by Team OO Introduction When Sumanth Kristam wrote the following blog:- http://scn.sap....

hardyp180 by SAP Mentor
  • 6731 VIEWS
  • 16 REPLIES
  • 15 Likes