List the environment variables used in a program
In SAP, there is a standard way to list the environment variables used in a program. It’s accessible through transaction SE38, via Menu-Utilities-Environment variables. In SAP forums, I have seen lot of questions about doing this through custom program. It’s very hard to analyze this logic through standard debugging to know what is written behind [...]
Copying/Renaming a file in Application Server
A number of times we want to copy or rename files in Application Server as per our requirements. However making changes to files in application server is not as easy as on Presentation Server. I recently came across one such scenario while finding the answer saw a number of solutions. Some were to create a [...]