cancel
Showing results for 
Search instead for 
Did you mean: 

gobal interface & global defination in smartforms

Former Member
0 Kudos

hi all,

what is the purpose of global defination and global interface.

kindly explain me in detail

thanx.

bhanu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Global definitions include the variables, table types, form routines etc. you use in the smart form. These are available globally inside the smart form and is visible only inside the smart form.

The interface is the parameters, table types, exceptions passed between the calling program and the smart form. Just like the function module interface - Import/Export/tables etc..

Please mark points if the solution was useful.

Regards,

Manoj

Former Member
0 Kudos

hi manoj,

thanx for response... when v r definig tables , internal tables, variables in driver program.. is that mandatory to define again in smartforms...

can u explain me in detail

thanx

bhanu.

Former Member
0 Kudos

Yes. All the variables that you are passing through the interface has to be defined in the smart form as well. A smart form is nothing but a function module. You have to pass values to a smart form just like you pass to a function module.

If you can give me your mail id, I shall forward you a document on smart forms.

Regards,

Manoj

Former Member
0 Kudos

hi manoj,

my id is bhanupracash@gmail.com, bhanupracash@yahoo.co.in

if possible plz send me realtime scenarios with explination

thanks

bhanu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

The Interface parameters are the links between the Function Module(program) and the smartforms which are referenced from Program and are used in the smartform for displaying the data

Global definitions and variables are the objects that rae utilised in the smartform globally means in any window, any page or any where in the smartform

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

hi,

• A global interface allows user to transfer application data (usually populated in an internal table) to form definition.

• Global Definitions allows user to declare variables which can be used on global scope throughout the form.

Regards,

Divya