Requires Free Membership to View
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
DATA CC TYPE 0COSTCENTER.
CC = OBJV().
IF CC CP '*B01*'.
{0QUANTITY} = 5000.
ENDIF.
You can include similar logic in your FOX code to transform data based on the characteristic value conditions. You can find detailed information about the usage of string functions in the FOX on screen help (documentation).
This was first published in December 2004