Sie sind auf Seite 1von 3

Order to Cash Manager

For use with SAP R/3


Version 1.0

User Exit Enhancement


Highlighting Order Types

The Smith Consulting Group, Inc.


PO Box 703
Flanders, NJ 07836-0703
973-713-5846
SAPtechsolutions.com

SAP and R/3 are the trademarks or registered trademarks of SAP AG in Germany and in several other countries.
Copyright © 2004 The Smith Consulting Group, Inc. All Rights Reserved.
Order to Cash Manager
For use with SAPR/3

Highlighting Order Types


In order to draw attention to specific order types, cell coloring can be used. In the following
example, order type ZR1 is colored bright red and order type ZR2 is colored light red.

7/3/2005 Page 2 of 3 User Exit Enhancement


Copyright © 2004 The Smith Consulting Group, Inc. All Rights Reserved.
SAPtechsolutions.com
Order to Cash Manager
For use with SAPR/3

Sample Program Logic


To accomplish this requirement, logic needs to be added to userexit_create_output_order.
The field catalog contains the field COLOR. This field is an internal table that contains one
row for each cell in the structure that is to be colored. The logic below checks to see if a
record exists for the field. If so, the color is changed. If the field does not exist, it will be
appended. In the case of the order number, the field would already exist because the standard
program colors this field blue by default.

7/3/2005 Page 3 of 3 User Exit Enhancement


Copyright © 2004 The Smith Consulting Group, Inc. All Rights Reserved.
SAPtechsolutions.com

Das könnte Ihnen auch gefallen