How to check SAP system URL?
This is not something new but i got to work on SAP system in my recent assignment where i wanted to access SAP system URL from SAP mobile platform. Here is my finding on this: Prerequisite: You must be...
View ArticleStep by step process to restrict vendor payments under certain conditions in...
Created by Venkat ReddySample Scenario - If the date maintained in the vendor master is less than Payment Date then the payments made to that specific Vendor in the F110 run should not get paid....
View ArticleChange TEXTs in master data.
This blog explains how to find Text name,Text ID, language and text object from the master data and change it as per our requirement. Finding Text name,Text ID, language and Text object : Let us take...
View ArticleSDB_ADBC - Power to the people...
Hi all, Recently there was some mentions of package SDB_ADBC in passing. Personally I was not aware of its existence so I ask some "older" ABAP programmers and all I received was was a big null........
View ArticleABAP static analysis tool SQF
Recently my colleague Zhang, Harry has introduced one useful tool to me and I would like to share it with you. ABAP static analysis tool SQF is a static code analysis tool developed in package...
View ArticleHiding Indicator Fields in Query Report.
Queries are mostly used by the functional to generate quick reports without using ABAP code. But the there are certain situations where the report cannot be generated directly through queries using...
View ArticleBDC for Recipe Creation
Its a year of BDC for me.... this is my first Blog .. In this Blog i'm sharing how to create Recipe using BDC and issues which I faced while creating BDC for Recipe Creation C201. Before recipe...
View ArticleSDB_ADBC - the program
Hi all, As I wrote here http://scn.sap.com/community/abap/blog/2013/12/23/sdbadbc--power-to-the-peopleI have been playing with package SDB_ADBC and its gang members.... Based on what I learned from...
View ArticleScreen process with ABAP OO
At last I have find time to write this . If you find anything wrong pls let me know. As all you know screen process in ABAP has two main block PBO ( Process before output ) and PAI ( Process after...
View ArticleA small tip of class cl_system_transaction_state
The class cl_system_transaction_state contains several useful utility methods: get_in_update_task: return the flag whether current code is running with normal work process or in update work...
View ArticleLUW - Part1
Logical unit of work (LUW) in SAP:The objective of this document is aimed at explaining the concept of logical unit of work in SAP. I assume that this will be a good read for my fellow readers. Why...
View ArticleABAP Dependency Injection - An implementation approach
IntroductionIn this blog I want to show you some concepts of a solution for a "Dependency Injection"(DI)-approach which is used in one of my recent projects. It consists of a DI-Framework written in...
View ArticlePerformance analysis of long running programs in ABAP
Performance analysis of long running programs in ABAP: The objective of this blog is to show how to analyze long running programs in ABAP. Customers often complain about some custom reports in ABAP are...
View ArticleDelete Internal Projects in SAP Project Systems
Hi Attached Blog describes how to delete the created internal projects in SAP Project System module. Regards,Sreeram
View ArticleWhat is ANST....and why aren't you using it?
ANST – also known as the Automated Notes Search Tool, is a powerful application that searches SAP notes for a specific problem based on the issue in your system. The tool is available if you have...
View ArticleFSCM: Additional Tab to Business partner through BDT Settings
Introduction to BDT:The BDT (Business Data Toolset) is a central control tool for maintaining master data and simple transaction data. In addition to dialog maintenance, it also supports maintenance...
View ArticleClassical way to ABAP OO style of coding
Object Oriented ABAP is taking slow phase in adoption for Pure ABAPers(Not working in Webdynpro or other object oriented space); even I took a yearlong to completely do my work in OO. Even I was in a...
View ArticleAutomatic QA and release request - part 02
A not too long time ago...I had detailed in previous blog about creating a tool to analyze the source code, or the best solution, using the ATC (Abap Test Cockpit). I mentioned about the quality and...
View ArticleAutomated Note Search Tool (ANST) - Quick and easy how to
Yesterday we had an issue on an SAP implementation. I was sure that it was a standard error, because in other implementation the functionality works perfectly. On Twitter Nicolas Busson reminded me...
View ArticleEnqueues and Update Tasks
What help.sap.com doesn't tell usI thought, SAP is pretty clear in what they tell us about the _SCOPE-parameter that can be passed to every enqueue-function modul.The parameter can have 3 values, which...
View Article