cancel
Showing results for 
Search instead for 
Did you mean: 

doubt in smart forms

Former Member
0 Kudos

hi experts, i am new to smart forms,i have the following doubts

1.can we have a smartform without a driver program.

2.whats the best way of retriving data from data base ?

either fetching the data to the driver program and then passing it to the

smart form through function module interface

OR

fetching the data directly within the smartform level?

3.can we have more than one main window in smart form.

responses are hilghly appreciated.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

I'll answer as per the order of your questions,

1) yes, we can have the form without the driver program, but its (performance efficient to have one)

2) fetching the data to the driver program and then passing it to the

smart form through function module interface

3) Smart form can have only one main window and as many secondary windows you like.

Regards,

Shehrar Dahar

Former Member
0 Kudos

<b>hi manish and Aswender.......</b> as u r telling that we can call a smartforms withot driver program..!!!!!..

Can you plese tell the way..how to do it.

hi CSR.. as per my knowledge

1.you have created program... and u want to run it form some how right? In the same way when u r creating smartform means u need to initiate this from some where...fro this we write a driver program..fronm where we call the Smartform.

2. the best way to fetching the Data...is Write u r code in smart form..

If you have fetched the data in diriver program then passing it througth teh Function module interface not a good way performane wise,... because we have already there is chance to write code in smartforms..so no need to pass the data form there to here.

3.we can have only 1 main window in smartforms.

manish and Aswender Please correct if iam wrong

Please Close this thread.. when u r problem is solved

Reward if Helpful

Regards

Naresh Reddy K

Former Member
0 Kudos

Hi,

1) You can design a smartform without a driver program. But because of performance is it Obselete. It is better idea to have driver program.

2) The best way of retriving data from data base into driver program & then passing it to smartform.

Ashven

Former Member
0 Kudos

HI,

1.can we have a smartform without a driver program.

<b>Ans - Yes you can do that. But the performance will be slow.</b>

2.whats the best way of retriving data from data base ?

either fetching the data to the driver program and then passing it to the

smart form through function module interface.

<b>Ans - This is better.</b>

3.can we have more than one main window in smart form.

Ans- No u can't have more than 1 MAIN window.

Can only have 1 main window but you can create the 99 instances of the main window.

Reward points if this helps.

Manish