Skip to Content
0
Sep 13, 2007 at 08:51 AM

Sapscript

28 Views

Hi All,

In the text element of a window there is a perform statement which is given below....

PERFORM GET_BARRIER IN PROGRAM ZLABEL

USING &ZMATNR&

USING &ZBARRIER&

CHANGING &ZBARRIER&

ENDPERFORM

and the from statement is given below....

FORM get_barrier TABLES input_tab STRUCTURE itcsy

output_tab STRUCTURE itcsy.

i cant understand the correspondence between the parameters, which parameter gets copied to which parameter.

BR

Anindya