Code Inspector - Custom Object Collectors
I have Chris Solomon to largely thank for this blog. You may wonder why since it has nothing to do with HCM P&F at all, in which Chris is an undisputed expert, but it was simply because I'd noticed...
View ArticleEnhancing SAP standard transactions FBL3N/FBL1N/FBL5N with extra fields in...
This blog talks about how to add some extra fields like Vendor Number, Customer Number, separate fields for credit & debit indicators and opening balance , closing balance per posting date wise in...
View ArticleCode Inspector - excluding standard SAP includes
I have always been annoyed by the fact that it is impossible to exclude standard SAP code from the Code Inspector (SCI) results. In my current job (quality manager of all custom code in a 149 SAP...
View ArticleProgram for download/upload contents of SAP Dictionary table into/from a file
Hello,this post reviews a Z program which could download and upload contents of a SAP dictionary table. Example for data download: Example for data upload:Additionall functions: Sometimes i...
View Article"Functional comments": What commented ABAP-Code can do
Alleged most ABAP Developers have encountered the fact that even commented code can work for forward navigation. Under which circumstances does this work, when not?Can we use it to increase readability...
View ArticleTransport Management with Transports of Copies
IntroductionThere are several types of transport requests in the SAP system, two of which you are most familiar with.Customizing Requests are generally for system customizing activities that you’d do...
View ArticleCreating pdf from spool is easy
Do you wonder how easy it is to create PDF files from a spool number. it is just two steps process. Step-1 : Take a spool number and pass to FM "CONVERT_ABAPSPOOLJOB_2_PDF" DATA: lv_spool_id type...
View ArticleABAP's Role in SAP POS-DM
INTRODUCTION Point of sale (POS) or checkout is the location where a transaction occurs in exchange for goods or services. The point of sale often refers to the physical electronic cash register or...
View ArticleIdoc Error Segment Detail ALV Report
PurposeThe purpose of the blog is to get the feedback from the fellow SDN members on using this IDOC Error Segment Detail ALV Report tool for supporting the day to day IDOC monitoring activities in the...
View ArticleIDOC Error Segment Detail ALV Tool Deployment Instructions
Introduction The blog provides you the source code of the IDOC Error Segment Detail ALV Report that is a bit more friendlier than WE02 and less technical to the business users. It allows the business...
View ArticleYear 2013 bug in BDC field
Last day's I was confronted with a "invalid date" bug in an old batch-input program (BDC).It was running well since years but from the 1st day of 2013 the called input screen popped up with this...
View ArticleDragging SAP Query enabled folks into the development process
Let`s have a following situation: you have a colleague (or even a group of them), that can do SAP Query very well, but they`re no developers in any way. That means SAP Query is their only way how to...
View ArticleWhat is Open XML?
Hi.i will give here a short Summary about Open XML.Microsoft Office Open XML is a standardThe Open XML standard represents word-processing documents (WordprocessingML),spreadsheets (SpreadsheetML), and...
View ArticleOpen Microsoft Office document in SAP using OPC
Hello.if my previous post http://scn.sap.com/community/abap/application-development/blog/2013/03/08/what-is-open-xmli wrote a short description about Open XML standard.Open XML let us the possibility...
View ArticleEmbedded excel in SAP using Open XML
Hello.Excel and word each one, are great tools for users.If we can combine both of them together we can make even more options for users. Let's take for example a Purchase in SAP.Purchase Order is...
View ArticleMaterial / Customer - Tax Classification data
Hi All, The purpose of this blog to share the details on how to find the Tax data based on the Sales Organization and Division. For the Material / Customer, the TAX data in MM01 / XD01 will be...
View ArticleCustomize your ABAP Object-Factories
After writing my two blogs Factory-Pattern in ABAP OO and Easy implementation of BEx-Userexit-Variables I was asked, how a efficient customizing table for those classes looks like. A short history: The...
View Article