‎2007 Aug 08 10:18 AM
Hi Experts,
in My print program I populated one internal table from a field symbol like this:
append <fs_tab> to itab.
after that in lay out editor, i used like this for printing field: &t_tab-matnr&.
Actually earlier it was i_tab.after modifications to my print program i used t_tab.
But when i checked for syntax in sap script i am getting error like this:
Unknown symbol itab-matnr.
I have not run my print program.Because i don't have test data.
Can any body tell me how to resolve this?
‎2007 Aug 08 10:21 AM
Hi ,
This is addtion to previous post actual error i am getting is:
Unknown symbol t_tab-matnr
‎2007 Aug 08 10:21 AM
Activate your print program alone first and then try to change your script.