Sharpen your ABAP Editor for TDD - Part IV.
Scharpen your ABAP Editor for Test-Driven-Development (TDD) - Part IV.Tips and Tricks for using the Object Navigator [copyright Fotos, lizenzfreie Bilder, Videos und Musikclips – iStock - iStock...
View ArticleCreating Method Dynamically
This is my first post in this blog, well playing with ABAP I thought it could be cool to add methods to a class dynamically. Am sharing with you a sample coding that just do that. After searching the...
View ArticleDisplay BDCMSGCOLL Log ( BDCMSGCOLL / BAPIRET2 )
As a developer, we frequently come across BDC / BAPI developments. When we have BDC and BAPI, Error Handling plays a crucial rule. Recently, I was engaged in a development of BDC. And when it comes to...
View ArticleLSMW : Issue with Symbols in the Load File ( Display Convert Data Step)
LSMW : Issue with Symbols in the Load File ( Display Convert Data Step) Issue : Found this issue while loading data for General Tasklist through LSMW (Direct/Batch Input) . Convert Data step is showing...
View ArticleHave you ever found yourself scratching your head wondering why your...
Scratch no longer! Ok, so this is going to be a really quick post, just because I think there's a lot of people out there who didn't know about this functionality and it's very helpful. Many times it...
View ArticleOne approach to trace a dedicated workprocess
How to use this reportDatabase logABAP proc.Database (DBSL)Lock ManagementBackgroundAs an ABAPer we have SAT, ST05 ( or sometimes ST12 ) for trace in our toolbox, and recently I find this report which...
View ArticleDesigning user friendly ABAP Programs
Typically, SAP ABAP based programs/applications are not known for a lot of user friendliness. However we can apply a set of design techniques to the programs which combined together can make programs...
View ArticleOperational Analytics using ALV – A plain ABAP Approach
Hello SCN-Community, as mentioned in my first blog „BRFplus in Big Data scenarios“, I want to share some other topics around processing mass amount of data. Faster as I expected I've solved a problem...
View ArticleCreating sales orders with variant configured items using...
Creating sales orders via ‘BAPI_SALESORDER_CREATEFROMDAT2’ using variant configured materialsSAP Product Id: LO-VC SAP Provides a BAPI viz ‘BAPI_SALESORDER_CREATEFROMDAT2’ in order to create Sales...
View ArticlePopup screen with autoclose after timer interval has finished
Initial requirement My requirement was to create two reports with ALV Grid output. These reports should be called via transaction codes, and their data gathering should be done thru function modules,...
View ArticleGit client for ABAP - alpha release
IntroductionYou have probably stumbled upon some cool projects at github like the linux kernel or node-js. Until now it has been quite cumbersome to push your open source ABAP to Git repositories,...
View ArticleRegarding User Settings format in Reports display
Hello SCN members, Good Evening. Today i want to explain a simple and very important point particularly about the reports sent to persons like President or Vice-President in a Company. I have been...
View ArticleIs quality-management helping me in my daily work as developer?
Hi all,today's blog is a deeper insight in “The 4th point: think about your developing twice” published in Some recommended Points everybody should remember when developing (ABAP) - featured title "Be...
View ArticleResolve DUMP GETWA_NOT_ASSIGNED in ALV Output
Hi ,I am writing this blog due to the reason, when I search in google , I didn't get proper response If you encounter dump in ALV when click on some ICON, you will get this dump. TO Resolve this you...
View ArticleObject Casting - Reference type vs Object Type
I'm writing this blog after reading Understanding Widening Cast in ABAP Objects since it became clear to me that the difference between reference types and object type is not clear for many SCN users...
View ArticleRepeat Column Header in Subsequent Pages of Adobe Form
Suppose there are 3 Master PagesThree pages are created in Master Page in Adobe Form:-Page 1--Cover Page, fix will not repeat.Page 2--Repeat based on the Item level data with all header data on every...
View ArticleMVC Pattern Applied in ABAP
Hello guys I am trying to get a hand of the patterns in ABAP and how to apply them. I hope this is going to be one of the many posts i will do on the Patterns As we write more code things get so much...
View ArticlePackage in object name, why should you do it?
I know this may not be universally agreed upon, but I think it's something worthy of being discussed and so I decided to explain my reasoning behind it.Although I started my programming career in ABAP...
View ArticleCreating word document from template using wordml defined in ECMA-376
Here is an example of creating word documents from templates stored in web repository (SMW0) using wordprocessingml.A very simple form can be done in around an hour of time. USE CASE Prepare the...
View ArticleAuto generation of number for a custom field
Purpose of this blogIn this blog I am sharing one of the requirement where user wanted to have an auto generation of number for a custom field called as 'Registration Number' for this we can follow...
View Article