cancel
Showing results for 
Search instead for 
Did you mean: 

import parameters

Former Member
0 Kudos

Can any one help me how to import parameters in smartforms,and what is the use of import statement in forminterface.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Krishna,

This Import parameters will be useful when you call the smartforms, if you define this in the smartforms, we will call the smartform through a function module, so while calling the function module we will fill the values in that one,

Regards

Sudheer

former_member181962
Active Contributor
0 Kudos

Hi Krishna,

1) Define the import , export and tables parameters in the smartforms transaction.

2) Define th layout and activate.

3) Create a Print program in se38 and call the smartform function module that gets generated when you activate it.

4) YOu can pass values to the smartforms, using the exporting parameters through the driver program(Print program). Refer the example driver program, SF_EXAMPLE_01

SF_EXAMPLE_02

SF_EXAMPLE_03

Regards,

Ravi

Former Member
0 Kudos

suppose u have some data in the driver program...-> u have to pass that info to u r smartform... some how u nedd to do this right!!

the way is IMPORT and EXPORT and TABLEs are the way to send the data.

one more thing here i need to mention here ... in the IMPORT and EXPORT parameters there are some mandatory structures u need to pass... this to control the Form OUTPUT..preview, print, or OTF etc... if u won't pass any thing then system will take some default valus.

Cheers

Naresh Reddy K