Application Development 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: 

Smart forms

Former Member
0 Kudos

I am having a problem here. I am using SAP 6.0 and I would like to print a test SMARTFORM that is already created in SAP however I don't see anywhere in FAGS under Correspondence that I could connect the SMARTFORM to the program. How is this done? I want to be able to print a sample page but I am lost. I found the OSS note that talks about 4.0 and on no more SAPScripts which I find odd that the Variants are still in the config.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

First go to your smartform, from the menubar environment -> Function Module Name. Take

that FM Name.

Go to SE37 and put that function module. Now go to the attributes tab of that function module.

In the Attributes you will find main program name. Double click on that, it will takes you to the driver program of that smartform.

Find call function ssf.... in the program, that function module will call

the smartform.

1 REPLY 1

Former Member
0 Kudos

First go to your smartform, from the menubar environment -> Function Module Name. Take

that FM Name.

Go to SE37 and put that function module. Now go to the attributes tab of that function module.

In the Attributes you will find main program name. Double click on that, it will takes you to the driver program of that smartform.

Find call function ssf.... in the program, that function module will call

the smartform.