Hi ,
I developed a smartform and a print program. In the title of the smartform I need print a text depend on the company code. For this I prepared this text in the print program like the following.
case rbkp-bukrs.
when 'IT10'
smartform_struct-title = text-010.
....
....
..
endcase.
The problem is some times these texts are not printing on the form output. User are mad at this. when they complines me and I go and look at it, it is fine. I don't think this is printer issue. Any clues please let me know.
Thank you,
Surya