Home Utilities ABAP Utilities
|
|
|
|
ABAP Utilities
|
Written by Anon.
|
|
Wednesday, 31 January 2007 |
|
This is a program that I have had kicking around for a couple of years in various incarnations. I really liked the file format that Wolfgang Morgenthaler had, that I updated my program to use the same format. The one thing that this program does, that Wolfgang's does not is to up/download the program documentation as well as source code and program texts. Wolfgang's Home Page |
|
Read more...
|
|
|
Written by Anon.
|
|
Wednesday, 31 January 2007 |
|
This report adds comments to table statements, for and select loops, and moves all inline comments to the end of the line (4.6 pretty printer no longer does this). For complete details on what the program does, please look at the program documenation. Source Code Listing *----------------------------------------------------------------------- * This program takes an existing ABAP report, and does the following: * - Attempts to move comments to the end of the line. Added because * pretty printer in 4.6 no longer does this * - Adds comments (table name) for the tables listed after a TABLES * statement if the line has not been commented already. * - Adds comments (field name) for data elements, parameters, and * select-options that are defined using the LIKE or FOR statement * - For ENDLOOP/ENDSELECT adds comment identify the LOOP/SELECT * that is being closed * - For FORM/ENDFORM adds comment identify the FORM that is being * closed * - Checks to ensure that the program being modified is either a * Local Private Object, or on a transport that belongs to the * person running this program. This is to help prevent screwups. * - Calls function PRETTY_PRINTER to do the SAP standard pretty print * after the custom comments have been created *----------------------------------------------------------------------- |
|
Read more...
|
|
|
Written by Alon Raskin
|
|
Friday, 26 January 2007 |
|
Mobile Workplace enables SAP users to access their SAP Business Workplace (SAP Inbox) from their mobile device whether they are at a remote customer site, at the check-in lounge or at a conference. |
|
Read more...
|
|
|
Written by Anon.
|
|
Saturday, 20 January 2007 |
|
|
|
Read more...
|
|
|
Written by Anon.
|
|
Saturday, 20 January 2007 |
|
Hiding ABAP Source code |
|
Read more...
|
|
|
Written by Darren Moore
|
|
Saturday, 20 January 2007 |
|
Quick tool to pick last objs for edit |
|
Read more...
|
|
|
Written by Kevin Wilson
|
|
Saturday, 20 January 2007 |
|
Selection Text: P_TCODE: Transaction Code to Search Text Symbols: 001 - Enter the Transaction Code that you want to search through for a User Exit |
|
Read more...
|
|
|
Written by Anon.
|
|
Saturday, 20 January 2007 |
The purpose of this script is to verify that certain sensitive tables are not being accessed by ABAPers. As you may know, SAP does not offer any security protection to tables from being accessed by ABAP programs. This program basically looks for predefined patterns in the ABAP source code that is being saved, generated or executed. If a matching pattern is found (in this case, HR personal administration table names such as PA0001, PA0008 etc.), a silent alert is generated in the application log ZHR (transaction code SLG1) and an email is sent to a responsible person, the userid for which can be configured in table ZPATH. (It can also be hard-coded into this program). |
|
Read more...
|
|
|
Written by Kevin Wilson
|
|
Saturday, 20 January 2007 |
|
Search for Corrections and Transports by Object |
|
Read more...
|
|
|
Written by Jim Hawthorne
|
|
Saturday, 20 January 2007 |
|
Utility ABAP to Download / Upload a layout set. |
|
Read more...
|
|
|
Written by Andres Picazo
|
|
Saturday, 20 January 2007 |
|
Writes out documentation of internal tables in the program |
|
Read more...
|
|
|
Written by Ken Greenwood
|
|
Saturday, 20 January 2007 |
File Transfer Utility ( pc<->app server ) This transfers sequential files from the application server to your hard drive, or from your hard drive to the application server. |
|
Read more...
|
|
| << Start < Prev 1 2 Next > End >>
| | Results 16 - 27 of 27 |
|
|
|