Kevin Wilson/SDN
11.13.2006
Rating: -4.67- (out of 5)
1. Introduction to ALE development
Developing a new custom ALE scenario comprises 5 steps:
Design and develop the custom IDoc with its segments and a new message type
Configure the ALE environment with the new IDoc and message type (customer model, partner profiles and linking IDoc to message type)
Develop the outbound process which does the following:
Populates the custom IDoc with control info and functional data
Se...
This page contains two ABAP programs. The first program lets you display all the SAP icons in a report. There is absolutely no need for this program because the transaction ICON does a much better job of this. You should use the tcode ICON to view all the existing SAP icons. This program also demonstrates the usage of field-symbols in ABAP.
The second program demonstrates how to display the icons in an SAP report. Pay special attention to the comments.
Program 1: ABAP C...
The tcode (transaction code) field on SAP client’s toolbar can hold upto 15 recently used tcodes. SAP puts the most recently used tcode on top and removes the 15th tcode.
Unfortunately, even when we make an error and submit a nonexistent tcode, SAP puts it into the list.
If you wish that there was a way to ‘remember’ a list of your favorite (frequently used) tcodes, you are not alone.
This 32 bit Windows program lets you predefine upto 15 tcodes and force them into SAP...