Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unknown symbol error in sap script

Former Member
0 Likes
799

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?

2 REPLIES 2
Read only

Former Member
0 Likes
454

Hi ,

This is addtion to previous post actual error i am getting is:

Unknown symbol t_tab-matnr

Read only

Former Member
0 Likes
454

Activate your print program alone first and then try to change your script.