Show TOC
Function
module
In each function call, you first have to
specify the name of the function module you want to call up in the PI
sheet.
In addition to this, you have the following
options:
You can specify a
text which is to be displayed on the pushbutton used in the PI sheet to call
up the function module. If no text is defined in the function call, the short
text of the function module to be called is displayed.
- Function call in display mode:
You can specify
whether the function can be called up during PI sheet display. If you do not
specify this in the function call, the function can only be called up during
PI sheet maintenance.
Assign the following characteristics to suit
your requirements:
| Characteristic |
|
Meaning |
|
Value |
|
| PPPI_FUNCTION_NAME |
|
name of a |
|
name of the function |
|
|
function module |
|
module you want to |
|
|
|
|
call up |
|
| PPPI_BUTTON_TEXT |
|
text for pushbutton |
|
any short text |
|
| PPPI_FUNCTION_DURING_ |
|
specifies whether the |
|
not permitted (1) |
| DISPLAY |
|
function can be called |
|
permitted (0) |
|
|
up during PI sheet |
|
|
display |
Further
Notes
Use of text symbols in text
characteristics:
You can use text symbols to refer to the value
of another characteristic from within a long or short text (or from an
alphanumeric characteristic value).
You can use text symbols, for
example:
- In process parameters, to insert the name of
the primary resource in the control instruction
- In process data requests for goods issue
postings, to insert the name of the material in the input request
The system replaces the text symbol with the
corresponding characteristic value when you:
- Trigger automatic characteristic value
assignment in the process order
- Create the control recipe that contains the
process instruction in the process order
Requirements
The text field is long enough and can
accommodate the text symbol.
In addition, one of the following requirements
is met:
- The value of the characteristic to which the
text symbol refers can be assigned automatically in the process
order.
- You maintain a process data request or process
calculation formula. The characteristic to which the text symbol refers is
assigned as a message characteristic in the same process
instruction.
The process instruction assistant does
not support text symbols that refer to the value of a control
characteristic.
Activities
Inserting text symbols in short texts
in the process instruction assistant
1. In the short text, place the cursor where you want to insert
the text symbol.
2. Choose Edit -> Insert -> Text
symbol.
3. A list containing all characteristics to which you can refer
is displayed.
4. Position the cursor on the characteristic you want to use
and choose Continue.
5. The system inserts the text symbol where you positioned the
cursor.
Inserting text symbols in the SAPscript
editor or on the characteristic overview
Manually insert the text symbol using the
following syntax:
- In characteristics whose values can be
assigned automatically:
&
<characteristic name in capital letters> & (without
blanks)
- In message characteristics assigned to the
same process instruction:
&
<four-digit sort number assigned to the characteristic in the process
instruction> & (without blanks)
Inserting text symbols in the PC
editor
1. Place the cursors on the position in the text where you want
to insert the text symbol.
2. Choose Edit -> Insert
command.
3. Select the Symbols
entry.
4. Enter the text symbol in the corresponding input
field.
Use the same syntax
as in the SAPscript editor.
5. Choose
Continue.
The text symbol is
inserted in the text as a command.