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

After Migrating from SAPSCRIPT to SMARTFORM.......

Former Member
0 Likes
651

I am very new to SMARTFORMS.....

I get syntax error that a field is unknown, it is neither in one of the specified tables, or data.

The it is a text field &XXXXX&, and was obviously declared in the calling program of the original SAPSCRIPT. I assume this new SMARTFORM now needs to be linked to that calling program.

Does that sound correct?

How do I do this?

Other issue?

Thank-You.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
575

Hi,

Yes you need to link this to a print program .

This can be achieved by the tcode NACE.Where you can assign the Smart form to the print program .

Regards,

Sharath

I am very new to SMARTFORMS.....

I get syntax error that a field is unknown, it is neither in one of the specified tables, or data.

The it is a text field &XXXXX&, and was obviously declared in the calling program of the original SAPSCRIPT. I assume this new SMARTFORM now needs to be linked to that calling program.

Does that sound correct?

How do I do this?

Other issue?

Thank-You.

2 REPLIES 2
Read only

Former Member
0 Likes
575

hi did you followed these steps properly..

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

From the layout provided to you you will have to first find out the elements from the script that is printing the output. Then in the print program search for those elements. This is possible only by debugging the print program. Then move those values into a final internal table and [pass the same into the smartform. There will be many elemnets which will not be of use. Also remember to remove ll Start_form, Open_form etc before executing your smartform.

Read only

Former Member
0 Likes
576

Hi,

Yes you need to link this to a print program .

This can be achieved by the tcode NACE.Where you can assign the Smart form to the print program .

Regards,

Sharath