ABAP - ALV Context menu + keep row selection after a filter is applied
Original of this article comes from oprsteny.com blog site. Standard functionality of an ALV grid offers row selection by clicking on the row headers.You can also use Ctrl or Shift keys to do mutliple...
View ArticleALV custom toolbar button to import data from clipboard
Original blog post comes from oprsteny.com In this code example I'd like to show how to add custom button to your ALV toolbar.This custom button will import data from clipboard into the ALV grid.It can...
View ArticleSending 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...
View ArticleChange the data without table maintenance in non-production system
Try this at your own risk!!! The idea of this blog is to share the solution to a common problem faced by many functional consultants while testing. While we need to change the data of a table which...
View ArticleABAP Language News for Release 7.40, SP05
Release news for a support package? Yes. My last blog ABAP Language News for Release 7.40 was about 7.40, SP02. SP02 came with kernel release 740. 7.40, SP05 is a bundled support package that comes...
View ArticleDates 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...
View ArticleA "framework" for specific requirements in data transfer routines (and...
The premiseHi guys and gals! I'm pretty sure this has happened to pretty much everyone out there working in an international company. Sometimes a requirement comes along which is only supposed to be...
View ArticleA 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...
View ArticleDynamic tables in ALV with RTTI
Dear all, In this blog an example of dynamic tables in an ALV with RTTI is showed. RTTI stands for Run Time Type Identification. It's used to get the definition of existing variables or existing...
View ArticleUse report RSDEPEND to analyze ABAP load dependencies
1. Create and activate the test report for the first time2. only change the depended database table description3. Add a new column to database table 4. Execute the test report ZTESTLOADIn SAP note...
View ArticleSome 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...
View ArticleABAP Object Services: Some useful additions
All modern programming language environments have some kind of ORM ( Object Relationship Mechanism ) mechanism. It allows persistence to be represented as programming language objects. In ABAP object...
View ArticleABAP Objects: Objects-Oriented Programming
I know what you are thinking. This fellow cannot spell (and maybe you are right, but that is another story). He even misspelled the title of this blog post! Correct. I did misspell object-oriented...
View ArticleTop 10 things ABAP developers should know when learning JavaScript
This article tells you what you need to know when starting out learning JavaScript when you have a background in ABAP. Think of it as "JavaScript 101 for ABAPers". The aim is to give you a good...
View ArticleOO geek journal - ABAP 2 JSON with Composite pattern
This is an alpha version yet, but I am a bit excited to have this done lately, so I decided to post it on SDN. Business backgroundAt my current project at work we need to integrate our web order system...
View ArticleHow to store a mobile made picture in SAPoffice
Hi everybody, in this blog post I'm going to show you how you are able to make a picture via a mobile application and store it as an attachment in SAP (SAPoffice). The blog post contains out of the...
View ArticleStep by step to create QRCode in ABAP Webdynpro
Step1 Create a new form interface in tcode SFPStep2 Create a new form template in tcode SFPStep3 Create a new ABAP webdynproTestStep1 Create a new form interface in tcode SFPClick tab "Interface",add a...
View ArticleDynamic validation of manual input
I faced a scenario where I had an ALV grid where all columns were of the same generic type (let's make it simple) CHAR255. Each column has its name in field catalog in format TABNAME-FIELDNAME (+ more...
View ArticleDynamic table creation using RTTS
Dynamic table creation using RTTS. I was reading the blog published by Pieter Lemaire on (Dynamic tables in ALV with RTTI); there he has explained some dynamic functionality using RTTS – I thought the...
View ArticleTransactional RFC and Common issues
Hi everybody, in this blog post I am trying to explain about transactional RFC, common issues in tRFC and troubleshooting the issues. The below information’s are gathered from various SCN discussions...
View Article