Skip to Content
0
Apr 29, 2009 at 01:21 PM

Print program

38 Views

Dear all,

I meet a problem about Smartform.I need pring some total data from a basic list . The total data need basic on the material group.I write the following code in the print program:

loop at itab.

total-matyp = itab-matyp.

total-lgmng = itab-lgmng.

collect total.

endloop.

But when I want to print the form with T-CODE VT02N to update output message .I get a error about failed to update message with sm13.

Do you have any suggestions about it? Thanks in advance!!!

Edited by: Edward on Apr 29, 2009 9:22 PM

Edited by: Edward on Apr 29, 2009 9:23 PM