cancel
Showing results for 
Search instead for 
Did you mean: 

global settings of smartform

Former Member
0 Kudos

HI i am new to smartforms , can anyone tell me what we have to declare in global settings ( i mean in form attributes,interface and global definitions).THX

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In global settings.

1.Attributes:

here u can declare the form attributes like page formet i.e, size of the form and style u can declare it in common so tht don't need to declare in each txt , language etc.,

2. Form Interface:

It is nothing but u can pass the variables structure and tables between the driver program and form.

3. Global declaration:

it is nothing but what ever u declare here u can use it throu out the form and even u can use type table of in data declaration part to declare a table without header line. for this u have to create ur own structure type in type declaration and in initialization u can write the coding.

use BREAK-POINT to check the values during run time.

All the best.

Thanks,

Arunprasad.P

Answers (6)

Answers (6)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Lavanya,

In form interface we have to mention all the parameters which you have to export or import into the Form.

Where as in global definitions we have to give all the variables which you want to access through out the form.

For a Better understanding you can refer the following links :

http://saptechnical.com/Tutorials/Smartforms/PassingData/SF.htm

http://saptechnical.com/Tutorials/Smartforms/GlobalDefinitions/Define.htm

Regards,

Swapna.

Former Member
Former Member
0 Kudos

Hi Lavanya,

Kindly go through with the below link...

http://www.sapbrainsonline.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html

Regards.

Eshwar.

Former Member
0 Kudos

Hi,

[http://www.sap-img.com/smartforms/smartform-tutorial.htm]

Regards,

Sravanthi

Former Member
0 Kudos