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