Show TOC
Copy Standard
Function Group SAPLMGD1/SAPLMGD2 for the Material Master
Description
You use this program to create a copy of one of
the following function groups:
This function group
contains the standard subscreens that come with the material master for
industry.
This function group
contains the standard subscreens that come with the material master for
retail.
You can use this copy to create subscreens of
your own.
Note
The name of the new function group may contain
up to 25 characters.
The program creates the following new
objects:
The main program and top include contain
references to standard includes.
The copy contains a sample screen. However, you
can also copy other subscreens from the function group, change the layout, and
include new fields.
Requirement
When designing new subscreens of your own, note
the following:
- The screen must contain all the PBO (process
before output) modules of the sample screen.
- If you want to create new PBO modules, you
must position them between module BEZEICHNUNGEN_LESEN and module
SET_DATEN_SUB.
- If you want to create new PAI (process after
input) modules, you must position them between module GET_DATEN_SUB and module
SET_DATEN_SUB.
- For each new field, you must include a FIELD
statement between PAI module GET_DATEN_SUB and PAI module
SET_DATEN_SUB.
- If you copy fields from another standard
subscreen to a new screen, you must also copy the relevant modules and any
directly relevant fields together with their modules.
In the case of new modules, please insert a new
include in your new function group.
Note
Any changes to standard includes are modifications.