Ok Codes
Ok Codes
/nend This terminates all separate sessions and logs off (corresponds
to System - Logoff
/nex This terminates all separate sessions and logs off immediately
(without any warning!)
/oxxxx This opens a new session and starts transaction xxxx in This
session.
/i1, /i2,... This terminates the session with the number given.
.xyzw Fast path: 'xyzw' refers to the underlined letters in the menus.
This type of navigation is
uncommon and is provided more for emergencies (such as a
defective mouse).
Batch input. The following commands can be entered in correction
mode ('Process in foreground' or
'Display errors only') when processing a batch input session
/bend This terminates batch input processing and sets the session to
Failed
ABAP
Buffer
/*xxxx starts transaction xxxx and skips the first screen. So, it has
the same effect as /nxxxx
followed by ENTER.
Code
REPORT ZZBM_SELECT_1 .
TABLES: S001.
CONSTANTS: SSOUR_INI LIKE S001-SSOUR VALUE
IS INITIAL,
VRSIO_INI LIKE S001-VRSIO VALUE IS INITIAL,
SPMON_INI LIKE S001-SPMON VALUE IS INITIAL,
START-OF-SELECTION.
If you hit Execute you will get the exits for the
selected part of the hierachy!
User exits
1. Introduction
2. How to find user exits
3. Using Project management of SAP
Enhancements
1. Introduction
Example:
Go to transaction CMOD
Create a project called ZVA01
Choose the Enhancement assign radio button and
press the Change button
In the first column enter V45A0002 Predefine sold-
to party in sales document . Note that an
enhancement can only be used i 1 project. If the
enhancement is allready in use, and error message
will be displayed
Press Save
Press Components. You can now see that
enhancement uses user exit EXIT_SAPMV45A_002.
Double click on the exit.
Now the function module is displayed. Double click
on include ZXVVAU04 in the function module
Insert the following code into the include:
E_KUNNR = '2155'.
An LUW ends