|
|

Access Keys List
| Version |
1.0 |
| Author |
WATTO |
| Description |
Lists the SSCR keys installed in the system. The SSCR keys are the keys obtained from SAP that allow you to make modifications to SAP-standard code. |
| Downloads |
Source Code
|
ALV Template Program
| Version |
3.0 |
| Author |
WATTO |
| Description |
A template program for building ALV reports. Makes it much quicker and easier to build a report with ALV functionality. Includes the following functionality...
Create, fill, and display an ALV grid
Custom field catalog
Cell coloring
Choosing an ALV variant on the selection screen
Hotspot handling
Checkbox and data change handling
|
| Downloads |
Source Code
|
Ask For Filename
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that shows a prompt where the user can choose a file on their computer. |
| Downloads |
Source Code
|
BDC Template Program
| Version |
2.0 |
| Author |
WATTO |
| Description |
A template program for building a report that generates and runs BDC commands, either directly or as a BDC session.
|
| Downloads |
Source Code
|
Capital Letter
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form to make the first character of a character field a capital/uppercase. |
| Downloads |
Source Code
|
Column Tree and Docking Template
| Version |
2.0 |
| Author |
WATTO |
| Description |
A template program for building a report that has a docked window on the left which contains a tree with columns. Includes the following functionality...
Create a docking window
Create a tree with columns
Adding tree nodes with images
Adding tree columns as text or checkboxes
Handling of double-clicks and checkbox clicks of the tree
|
| Downloads |
Source Code
|
CSV Upload
| Version |
1.0 |
| Author |
WATTO |
| Description |
A program that uploads a CSV file, and inserts the data into a database table.
|
| Downloads |
Source Code
|
Delete RFC Calls
| Version |
1.0 |
| Author |
WATTO |
| Description |
Lists, and optionally deletes, the RFC calls a user has in the system. |
| Downloads |
Source Code
|
Docking Template
| Version |
2.0 |
| Author |
WATTO |
| Description |
A very small and quick template program for building a report with a docked window. For this example, the dock contains an ALV grid.
|
| Downloads |
Source Code
|
Download Table To File
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that downloads a table to a file on your local PC. |
| Downloads |
Source Code
|
Download Table To Server
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that downloads a table to a file on the server. |
| Downloads |
Source Code
|
Field Names List
| Version |
1.0 |
| Author |
WATTO |
| Description |
Lists the names and descriptions of all database fields in the system.
|
| Downloads |
Source Code
|
Fix Ampersand Characters
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form to convert the SAP ampersand into a normal ampersand. In the database, SAP stores the ampersand as <(>&<)>, so this will convert it back into a single & character |
| Downloads |
Source Code
|
Get Filename From Path
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that will return the filename when given a path string. For example, given dir/something/file.txt it will return file.txt. |
| Downloads |
Source Code
|
Hex To Character Converter
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that converts a hex value into a character. |
| Downloads |
Source Code
|
Hex To Decimal Converter
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that converts a hex number into a decimal number. For example, converts the hex value E5 into the decimal value 229. |
| Downloads |
Source Code
|
Initialize Printing
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that sets up printing, and allows WRITE statements to write to the spool instead of the screen. |
| Downloads |
Source Code
|
Insert Mimetype
| Version |
1.0 |
| Author |
WATTO |
| Description |
Adds a Mimetype entry into the system |
| Downloads |
Source Code
|
Join Type Checker
| Version |
1.0 |
| Author |
WATTO |
| Description |
Compares the number of results returned from an inner join and an outer join between 2 tables. |
| Downloads |
Source Code
|
Lock Printers
| Version |
1.0 |
| Author |
WATTO |
| Description |
Locks all the printers in the system.
|
| Downloads |
Source Code
|
Modified SAP Objects
| Version |
1.0 |
| Author |
WATTO |
| Description |
Lists all the modified SAP objects in the system.
|
| Downloads |
Source Code
|
Password History Remover
| Version |
1.0 |
| Author |
WATTO |
| Description |
Removes all the password history for a user. This allows you to change your password to a password you used previously. |
| Downloads |
Source Code
|
Printer Controls
| Version |
1.0 |
| Author |
WATTO |
| Description |
Allows you to view and control a UNIX printer queue from within SAP, rather than needing to log in at the UNIX level. Supports AIX and Solaris operating systems. |
| Downloads |
Source Code
|
Read File To Table
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that reads a file on the server into a table |
| Downloads |
Source Code
|
Remove Editor Lock
| Version |
1.0 |
| Author |
WATTO |
| Description |
Removes the editor lock from a program. |
| Downloads |
Source Code
|
Remove Variant Protection
| Version |
1.0 |
| Author |
WATTO |
| Description |
Removes the "Protect Variant" flag from a program variant. |
| Downloads |
Source Code
|
Remove Zeros
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that removes the zeros from the left of a character field |
| Downloads |
Source Code
|
Right Alignment
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that right-aligns the text in a character field, padding it with a given character |
| Downloads |
Source Code
|
Seconds To Timestamp Converter
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that converts a number of seconds into a timestamp representation HH:MM:SS. For example, converts 11498 seconds into 3:11:38. |
| Downloads |
Source Code
|
Send Basic Email
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that sends a normal email. |
| Downloads |
Source Code
|
Send Complex Email
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that sends a email with a message and attachments. |
| Downloads |
Source Code
|
Set Range
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that sets the range for a SELECT-OPTION. |
| Downloads |
Source Code
|
Simple Tree Template
| Version |
1.0 |
| Author |
WATTO |
| Description |
A template program for building a report that has a simple tree in it. A simple tree can not have columns, it is only a tree. |
| Downloads |
Source Code
|
SmartForm Displaying/Previewing
| Version |
1.0 |
| Author |
WATTO |
| Description |
A template program for running a SmartForm and previewing it. The previewing is done separate to the standard previewing, so that you can have control over the pages separately. Includes the following functionality...
Generate a SmartForm output
Display and navigate between pages
Can do your own manipulation of the output prior to display
|
| Downloads |
Source Code
|
SmartForm PDF Generator
| Version |
1.0 |
| Author |
WATTO |
| Description |
A template program that runs a SmartForm, converts the output to a PDF document, and saves the PDF to the users computer. |
| Downloads |
Source Code
|
SmartForm Printing
| Version |
1.0 |
| Author |
WATTO |
| Description |
A template program that runs a SmartForm and prints the output. |
| Downloads |
Source Code
|
Syntax Checker
| Version |
1.0 |
| Author |
WATTO |
| Description |
Runs the syntax checker on a number of programs in one go. |
| Downloads |
Source Code
|
Table Data Download
| Version |
2.0 |
| Author |
WATTO |
| Description |
Generates a dynamic program that allows you to download data from a table, with specified download and selection fields.
|
| Downloads |
Source Code
|
Transfer Order Unconfirm
| Version |
1.0 |
| Author |
WATTO |
| Description |
Removes the confirmation flag from a transfer order and all its items. |
| Downloads |
Source Code
|
Upload File To Server
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that uploads a file to the server |
| Downloads |
Source Code
|
Upload File To Table
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that uploads a file from your local PC into a table |
| Downloads |
Source Code
|
User Parameters
| Version |
1.0 |
| Author |
WATTO |
| Description |
A Form that gets and sets user parameters. |
| Downloads |
Source Code
|
|
|