Please, start thinking international when you develop.
Hi there community, This will be a short blog post, for 2 reasons. First reason, I have some time to kill, but not that much! Second reason, I'm just writing this so I have a place to quickly find some...
View ArticleVital Educational SAP Conference or Drunken Jolly?
Mastering SAP Technology 2015 in Melbourne24th May to 27th May We'll be Having a Ball (of wool) Next week in Melbourne is the Mastering SAP Technology conference, kicking off with SAP Inside Track on...
View ArticleUsing Checkpoint Group to Debug ABAP in Background Processing
Debugging ABAP code in background processing is a common requirement. How developers usually approch this task is by coding time delay or dead loop to take control of the process in trx. SM50 and debug...
View ArticleXML Schema (XSD) Validation in ABAP (with Limitations)
IntroductionIn this blog post I will present a simple solution, but with limitations, for validation of XML Schema (XSD) in ABAP using a service consumer (Enterprise Service) and reusing some basis...
View ArticleArbitrary value store (registry) for ABAP
One of the problems ABAP developers face from time to time is the need to store arbitrary values for processing. These values do not always justify creating a new table, and there is no convenient...
View ArticleHow much "Comments" is too much?
All throughout my ABAP career in various organizations, I have come across many organization specific "Coding Standards Documents". And all of those documents had couple of things in common - Whenever...
View ArticleI just heard SAP are trying to kill ABAP once again
Mastering SAP Technologies 2015 MelbourneDay 1 – Sunday 24thMayFigure 1 – Conference DustbinsThis year the Mastering SAP Technologies conference in Melbourne was co-located with both the Mastering HR...
View ArticleNumber Ranges-Things to Keep in Mind
Enterprises which have a global presence do a lot of business across the world in various countries bound by the rules of that particular country.Take an example of a typical manufacturing company Its...
View ArticleLocal exception classes in Global classes
Note: original of this article comes from my blog at oprsteny.com In this article I'd like to present a solution how to implement a global class where all internalexceptions (exceptions raised by...
View ArticleDefinindo valores de parâmetro usando o Search Help Exit (Define parameter...
Essa é minha primeira postagem, bem simples, mais pode ajudar alguém. Qualquer correção ou dica é bem vinda. This is my first post, simple, but can help someone. Any correction or tip...
View ArticleKill delayed work processses automatically
Kill delayed work processses automatically through batch Generally we use TCode SM50 to view running processes and delete the long running processes manually. This is an attempt to make this manual...
View ArticleMandatory Views in Material Master - MM01 and MM02
'How to make material master views mandatory ?'. This is one of the often asked questions on SCN. I also came across a similar requirement and after going through several posts in got an idea on how to...
View ArticleABAP Trapdoors: CALL TRANSFORMATION id(ontwork)
Welcome to another ABAP Trapdoors article - the first one posted using my new SCN user. If you are intersted in the older articles, you can find a link list at the bottom of this post. I've been using...
View ArticleDefinindo valores de parâmetro usando o Search Help Exit
Essa é minha primeira postagem, bem simples, mais pode ajudar alguém. Qualquer correção ou dica é bem vinda. Deixo aqui um pequeno e simples tutorial de como colocar valores fixos em um...
View ArticleXSLT: how to get source file for debugging on "call transformation"
Hi ABAP XML experts,some days ago I started a discussion on SCN and asked about debugging in ABAP/XSLT. I am new on handling XLST by asXML, not by the ST, simple transformation. In addition to this I...
View ArticleJeft Join Right Table Selection Limintation Walk Around
Prior to ABAP 7.4 it was not possible to use right table fields in the WHERE clause of LEFT OUTER JOINs. It required to code multiple SQL selections and merge data in ABAP. In case of right table...
View ArticleA Small tip to get all transparent tables used in ABAP code
SummaryFurther readingIf you need a list of all transparent tables used in a given ABAP class ( or function module, objects which belong to a given transport request, etc ) for analysis usage, you...
View ArticleCustomizing Code Inspector
Introduction: Precaution is always better than cure!! Although this is an old thought, has very special meaning and same I thought to apply while working as developer in SAP ABAP.In spite of facing...
View ArticleHow SAP Jam provides value to IT: An interview with Daisy Hernandez
Daisy Hernandez is vice president of enterprise social software at SAP, leading the product management team for SAP Jam. The recent 1505 release of SAP Jam includes enhancements that make life better...
View ArticleDangerous modifications II - why you should never execute a LOOP on internal...
One of the more common mistakes I came across again and again in my own work as an SAP Support Engineer is caused by modifications in user-exits. In the include RV60AFZZ (transaction SE38) several...
View Article