Skip to Content
0
Jul 04, 2008 at 09:58 AM

field symbols

14 Views

How can i pass in different structures in single program by using field symbols.

for example

loop at <fs> to <wa>.

first time they assaighn pa0001 struture

second time they assaighn pa0008 struture.

In standard program they pass above wise.But i didnt under stand that program.how an i pass the data to different strutures

by using Field Symbols.

Can you please explain clearly.