Files under a specific directory of SAP directories can be easily found by the following function module.It returns a list of files with their names and sizes.
Month: July 2014
attach GOS document to business objects
You can upload any type of document from SAP or from an external system providing document’s xstring format. SAP gives a great oppurtunity for bussiness objects to use generic office services. And they called these infrastructure as . It is very…
uppercase lowercase problem in enterprise services
Updating enterprise services could be problematical sometimes. I have encountered a different type problem lately. We were entegrating our SAP system with a 3rd party application written by .NET. After some in SAP side wehave regenerated enterprise services objects in…
read an internal table which is determined in runtime
Today i had to access an internal table which is not certain until the program was executed. And there were cases which i had to read or loop different internal tables of the program. So upon this , i thought…
sap trace tools
SAP has many online tracing tools which help consultants to investigate possible issues in the system.Now i will order a brief list of SAP monitoring tools and their basis purpose. SQL Trace: Start, stop, and evaluate trace through . You…
ABAP runtime analysis alternatives
There are many ways of triggering ABAP runtime analysis. I will try to mention each of them according to their usage way and simplicity. First and the most attractive way is using SAP’s new debugger tool. While executing a transaction…
approaches to track user in SAP
Today i am going to mention about stalking someone in SAP system ,that is which tools you need to use in order to collect tracks of target users. First thing you should know about stalking is to know when and…
story of an SQL statement in SAP
Performing database operations is not one step activity for SAP processes. In fact each ABAP SQL command corresponds to multiple activities in order to access database and return the result. Now i will try to explain this base operations and…