IDOCs: Useful Tips to remember while configuration
I am sharing few not often used tips of IDOCs in this article. Generally i have seen people trying to achieve many things programmatically by coding in the user exits etc. While we have some SAP...
View ArticleUsing the Standard Status Management in Custom Developments
A few weeks back I was debugging some issue with the status management of an order in SAP CRM. That was the first time that I noticed, that the general status management functionality is part of the...
View ArticleHow to update long text at line item level in FI Document ,at the time of...
Here, for updating long text at line item level, we have 2 approaches.1st Approach without using Implicit EnhancementPost FI Document using BAPI_ACC_DOCUMENT_POST.Then collect all successfully posted...
View ArticleThe passion to be a (good) developer
In my new blog I thought I bring a theme up, which hits everyone of us.The passion being a developer. I want to share things about my passion why I want to be a good developer at all, how to reach it...
View ArticleExcel Upload Quotation - BAPI_QUOTATION_CREATEFROMDATA
There's no real documentation on this BAPI or on BAPI_QUOTATION_CREATEFROMDATA2. Had a lot of trouble with it considering that there was no test data in the development box. As a result I thought I'd...
View ArticleThe passion to be a (good) developer
In my new blog I thought I bring a theme up, which hits everyone of us.The passion being a developer. I want to share things about my passion why I want to be a good developer at all, how to reach it...
View ArticleCrowdsourcing of the navigation into SAP transactions
One of the features that I like to do to make my applications more user friendly and I dare to say that users of my applications think the same to large extent… is the quick navigation between my...
View ArticleRelation between Data References and Field symbols with examples
Hi friends, The following is the blog that will explains the relationship between data refereneces and field symbols with hands on examples.Readers will definitely get different view and indepth...
View ArticleEnforce transport Naming Conventions or Create a Sign off Procedure using...
The idea behind this blog post is to promote the use of the Badi CTS_REQUEST_CHECK. Managing transports is a vital component of a successful project and often to facilitate this or to allow for...
View ArticleXLSX Workbench
PROJECT LINKS:XLSX Workbench for SAPGoogle GroupsIDEAFor a long time only OLE/DOI-approach was available for creating spreadsheets. As you know, OLE/DOI-approach is quite flexible, but some...
View ArticleUpdate VC (Variant configuration) data using standard BAPI in Sales Order
Updating Variant Configuration data for SO item became little tricky for us in an ongoing implementation. After spending some hours investigating the correct combination of data to pass, we were able...
View ArticleFavorite List Management Tool
My Favorite List Management guidelinePain points for Favorite list organizationTool developmentFurther readingMy Favorite List Management guideline In my daily work I like to use Favorite to make my...
View ArticleTry this out: Brand-new ABAP for SAP HANA End-to-End Development Guide
Hi ABAP fans!Let me do a bit of promotion for ABAP on SAP HANA.Here's our brand-new ABAP for SAP HANA End-to-End Development example, guiding you the way from HANA via ABAP to a SAP Fiori-like...
View ArticleABAP cross system object recursive dependencies check with transport (version...
If you need to know the scope and dependencies of a repository workbench customer object and if needed at the end prepare a coherent transport request this tool is what you are looking for. You can...
View ArticleMy Tips about how to handle complex and tricky issues
Symptoms of complex & tricky issues1. The issue needs complex steps to reproduce2. Different software components involved3. The issue could only be reproduced in customer production system4. The...
View ArticleDynamic ALV Tree from 1 to 5 levels - Only changing perform parameters
Hi All,Here is my code to generate ALV tree with 5 hierarchy dynamically (or less according with your needs and with no change in the code) and changing just a perform parameters to generate it. I...
View ArticleABAP Text Symbol Analysis Tool
SAP has provided inbuilt text symbols analysis tool. This tool is used for following purposesa) To delete text symbols which are not used in report.b) To create text symbols that needs to be added in...
View ArticleHuge File Reader Now Part of apab2xlsx Package
How to Use ItIt's Just Another Object TypeDecision to Read Files From Presentation Server or Application ServerThe Main LoopSome Remarks on TestsTesting Private MethodsReading a NumberOn Shared Strings...
View ArticleUpdate Purchase requisition based on external operation of production order
During our recent ECC implementation, business requested that Service Material value (populated in user field : AFVGD-USR00) should be auto populated into a purchase requisition for an external...
View ArticleChecking for Duplicate Sales Orders in SAP CRM
1. Introduction While creating sales orders from SAP or in WUI it is often possible that similar sales orders are placed more than once. In that case it would be nice to have a preventive measure by...
View Article