LSMW : 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 related to processing mass amounts of data. Faster than I expected, I've solved a...
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 ArticleHow to properly convert SOLIX to XSTRING, without additional bytes
There are several use cases when you need to convert SOLIX table to XSTRING. For example, when you are using sap gateway for downloading files from SAP office, you will need to use conversion from...
View ArticleUnderstanding and updating MIGO defaults
Recently I had a situation where I needed to update MIGOs defaults programatically. I tried to search for a solution but couldn't see it mentioned anywhere and hence decided to write it down . I hope...
View ArticleWhat Would a Developer-Friendly Application Log Look Like?
Do you ever have this problem? You're in the middle of writing a fantastic ABAP program. It hums, it purrs, it looks reeeeally good. The code is so clean uncle Bob would be proud. You use the best...
View ArticlePlacing a long-text on an SAP CS Order
Currently i'm working in SAP CS implementing a mobile solution for Quality Assurance based on SAP CS Workorders. One of my requirements was to store information on the order header of this CS order....
View Article