Skip to Content
0
Former Member
Nov 28, 2006 at 05:16 AM

&VARIABLE& is coming as literal and not showing value

52 Views

I have created a task and added the following text:

Following order has been rejected

Sales Order Details:
Number: &SALESORDER.SALESDOCUMENT&
Company Code: &CCODETOBEBILLED&
Entered By: &CREATEDBY&
Document Date:&SALESORDER.DOCUMENTDATE&
Customer Name: &SALESORDER.ORDERINGPARTY.NAME&
Sales Organisation:&SALESORDER.SALESORGANIZATION.DESCRIPTION&
Dist Channel: &SALESORDER.DISTRIBUTIONCHANNEL&
Division: &SALESORDER.SALESANDDISTRIBAREA.DIVISION&
Value:&SALESORDER.NETVALUE&
&SALESORDER.DOCUMENTCURRENCY&

Reason for rejection (code) : &REASONFORREJECTION&
Reason for rejection (text) :
&DESCRIPTION&

Now everthing is coming fine except &DESCRIPTION& which is getting printed as literal word Description and not showing its value.

I went to graphical form printer and pressed print preview and even their i found the same behaviour.

Plz suggest