Skip to Content
0
Former Member
Dec 05, 2008 at 08:36 AM

Defining Language specific Printer in driver Program

182 Views

I am Working On Customer Account Statement.

This statement should get printed in 10 different languages.

For 8 languages I have to use LOCL printer and for rest 2 languages I have to use ZLOCL printer.

I have to define this printers in my driver program.

I am trying to change the variant which is created for my driver program.

I am using FM RS_VARIANT_CONTENTS to get variant contents and then changing the printer name to LOCL and then using FM RS_CHANGE_CREATED_VARIANT to update the variant.

It is updating printer but updating as $LOCL. I donu2019t want $ sign. How can I resolve this problem????

But ZLOCL is getting updated correctly. Problem is only with LOCL.

Regards,

Anuja Dhondge