Show TOC
Create
processing of material components
The following SAP enhancement is available for
material components in networks:
- CNEX0009 Material components
You can use this enhancement to process
material component data in your own part of the program and then pass this
data with your changes back to the SAP standard system.
Enhancement CNEX0009 contains the following
enhancement components:
Menu entries:
SAPLNWCU+CU2
Function exits:
EXIT_SAPLCOMK_001
Data transfer for material components
Activities
1. Create the
enhancement.
To do this, either create a new project or use an existing one.
2. Create a
menu option for your enhancement. To do this, in the menu painter (transaction
SE41) create a text for function +CU2 in program SAPLNWCU.
3. Edit the
enhancement components:
Add to the program
coding for the function exit EXIT_SAPLCOMK_001. This function exit transfers
SAP data to your part of the program, and later transfers your data back to
the SAP standard program.
To do this, call up the function module and double-click on the include line.
Create the include module.
4. Activate the
project.
Only once you have activated the project, will your enhancement take
effect.
Further
Notes
Unlike modifications, enhancements are not
influenced by a release upgrade because they are not part of the original SAP
programs, rather, they exist in an area reserved for customers.
You will find a general procedure for creating
enhancements in the enhancement transaction under Tools ->
Online Handbuch.
Each enhancement has its own documentation. You
can access this documentation by clicking on Display SAP
Doc. in the enhancement transaction.