hi,
i do not how this in_sys table get populated. i seached thru the abap program only can see read table in_sys. for out_sys i can understand as it gets appended.
can anyone let me know where this in_sys can populated. how can have read table but not data populated in there?
thanks
in sapscript, perform 'read_xx' in program 'zxx' using &ekko-bukrs& ..... changing &zname' .......
in abap program
form read_xx tables in_sys structure itcsy, out_sys structure itcsy.
read table in_sys with key name = 'EKPO-BUKRS'.
out_sys-value = zname.
out_sys-name = 'ZNAME'.
append out_sys.