cancel
Showing results for 
Search instead for 
Did you mean: 

WHat is importance of REPEAT element called in std Driver prgs?

Former Member
0 Kudos

Hi all,

can anyone tell me why REPEAT element is used in std driver prgs?. say for example std prg for Delivery Note: RVADDN01

why this is required?

call function 'WRITE_FORM'

exporting

element = 'REPEAT'

window = 'REPEAT'

exceptions

element = 1

window = 2.

if sy-subrc ne 0.

perform protocol_update.

endif.

Thanks in advance.

Regards,

Mrunal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

When printing documents repeatedly/again

You want to be able to specify that these print outs

are copies or repeat prints.

The word COPY or RPEAT will appear on the prinout\

Generally it is goverend by the variable nast-vstat

if VSTAT is 1. It means the document has been printed before

Answers (0)