ABAP 7.40 Quick Reference
So you're an experienced ABAP programmer wanting to leverage off the fantastic new functionality available to you in ABAP 7.40! However, searching for information on this topic leads you to fragmented...
View ArticleRecently Featured Content in ABAP Development
What’s Coming Next with SAP NetWeaver 7.5Read this SAPinsider article by Karl Kessler about the upcoming SAP NetWeaver 7.5 release. September 21, 2015 ABAP@SAP TechEd 2015This blog provides a...
View ArticleFeatured Content for ABAP Development
Getting Started with ABAP Core Data Services Learn more about the next generation of data definition and access for database-centric applications in ABAP.March 9, 2016 SAP NetWeaver AS ABAP 7.5 -...
View ArticleSimple event handling in ABAP OOPS
Introduction: -This document is to show how to make a simple interactive report in OOPS by using event 'HOTSPOT_CLICK' present in standard sap class 'CL_GUI_ALV_GRID'. I have taken a...
View ArticleABAP Open Source projects
Because the old "SAP Code Exchange" plattform is dead since 2013, it isn't easy anymore to follow all of the great ABAP Open Source projects here on SCN and around the Internet. Overview of these kind...
View ArticleOn Key Press event capturing in ABAP
Hi All, The below example shows how to catch the key on press event in ABAP.There event is famous in VB/JAVA/.Net world , but not available in ABAP .But there is a work around to get the same results...
View ArticleVirtual Change Pointer Technique
Introduction Change Pointers are log entries to remember all modified records relevant for ALE. They are log entries to table BDCP & BDCP2, which are written every time a transaction modifies...
View ArticleQuick Tips about Smartforms Translations
In cases where you would need to maintain texts for different regions There is a t-code to maintain that: SE63 For smartforms we enter SSF in the of-code sectionThis is the screen you see then. Now...
View ArticleAbaP Release7.50- Dynamic RFC Destination
With ABAP 7.50 , a new class CL_DYNAMIC_DESTINATION can be used to create a dynamic RFC destination( no need to create RFC destination In Tx- SM59) and can be used in calling RFC enabled function...
View ArticleCan’t Enhance any object in SAP system?
Sometimes we want to enhance some standard function module but we get the below error message- Software Component XXXXXXXXX can not be enhanced.What it exactly means that the system set up does not...
View ArticleFBCB using LSMW Step by step (Balance carry forward, zero period posting)
Overview This document gives a brief information on creating the documents via FBCB using LSMW for zero period posting (Balance carry forward).While migrating to New GL, you require transaction FBCB to...
View ArticleSimple event handling in ABAP OOPS Part 2
Hello all, In my other document ( Simple event handling in ABAP OOPS ) I showed how to use the standard events which are present in standard classes (for ex. cl_gui_alv_grid). Sometimes we...
View ArticleGetting Started with ABAP Programming Model for Fiori Apps
--- DOCUMENT UNDER CONSTRUCTION ----- DO NOT DELETE, please ---Getting Started with ABAP Programming Model for Fiori Apps
View ArticleArchive Link Copy Connection Entries
Hello, i came across the requirement to copy archive link connections from one object ot another. I would like to share the approach of a possible solution with the community. Archive Link Connections...
View ArticleAuto inspection lot creation and Auto Usage decision for required parts
Reusable Artifact Descriptions Artifact TypeEnhancement - BADIFunctional Area MMFunctional Sub-Area IM, QMSAP SystemECC Objective: This document is for creation of automatic usage decision upon...
View ArticleTo Add Rejection Reason in VF11
Our requirement: Generally we don’t get the option to put the rejection reason in vf11. Solution: Enhancement in Report LV60AU01 in ( ENHANCEMENT-POINT rv_invoice_create_04 SPOTS es_saplv60a) Create Z...
View ArticleDB Space and Record Count of ODSOs
Hi, Using TCODEs to get the DB table size one by one is very tedious job when you have more number of DSOs in Oracle or SQL DB. Usually this kind of information is required during DB upgrade,...
View ArticleStep by Step Instruction on How to Transfer Request to External System
· Go to transaction SE80. Navigate appropriate package or program. Under the object name, you can see Programs, Includes, Transactions, Dictionary Objects and many others. Select suitable object which...
View ArticleSAP Table Maintenance Tool
Please find as attachment, the source code. Note:Check this document regularly for latest version source...
View Article