Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>CY190001



Index

CY190001

User exits to capacity planning
Description of the enhancement CY190001 to capacity planning:


The enhancement enables you to change operation data that is displayed on a planning table. 'Objects' on the planning table can be selected and transferred to the enhancement using a special menu function. The operations (order operations) that belong to the objects selected are copied to the table CYEXIT_1.
The operations transferred can be changed and transferred back. The changed objects are saved in planning table simulation and when saving the planning table written to the database.


The following data is copied to the enhancement (structure CYEXIT_1):

INDEX (Information) Index for the operation in the simulation. You can use this index along with the function module "CY01_OBJECT_INFORMATION_READ" to read more information about the operation such as work center data, order header data etc.

AUFNR (Information)
if necessary the number of the relevant order

PLNUM (Information)
if necessary, the number of the relevant planned order

VORNR (Information)
Number of the operation

UVORN (Information)
Number or the sub-operation

EPANF (changeable value)
Dispatching start date; date when an operation to be dispatched is to start (useful in connection with the functin 'dispatch' see above)

EPANZ (changeable value)
Dispatching start time; time when the operation to be dispatched is to start (useful in connection with the function "dispatch" see above).

EPEND (changeable value)
Dispatching finish date; date when an operation to be dispatched is to finish (useful in connection with function 'dispatch' see above).

EPENZ (changeable value)
Dispatching finish time; time when the operation to be dispatched is to finish (useful in connection with the function "dispatch" see above).

VGE01 (changeable value)
unit of standard value 1

VGW01 (changeable value)
standard value 1

VGE02 (changeable value)
unit of the standard value 2

VGW02
standard value 2
.
.
.

VGE06 (changeable value)
unit of the standard value 6

VGW06
standard value 6

DAUNE (changeable value)
unit of the normal operation duration

DAUNO
Normal operation duration

ARBEH (changeable value)
unit of work for the operation

ARBEI
work of operation

ARBID (changeable value)
ID of work center

SEQNR (changeable value)
Sequence number of order

SEQNRV (changeable value)
Sequence number of operation in order (not for planned orders)

FUNCTION1 (changeable value)
1. Function to be executed
...1 = Changing operation
...2 = Dispatching operation
...3 = Deallocating operation

FUNCTION1 (changeable value)
2. Function to be executed
...1 = Changing operation
...2 = Dispatching operation

Function/Program:

  • EXIT_SAPLCY19_001: User exits to change order operations

02-Oct-2005