on ‎2007 Jul 30 12:46 PM
hi all,
what is the purpose of global defination and global interface.
kindly explain me in detail
thanx.
bhanu.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.