Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms

Former Member
0 Kudos

Hi!

I have all datas in SE38 it_final.

i want to show it in to smartform.

What should i have to do in smartform & in se38.

Thanks in advance.

With Reward points.

Regards,

Esaki

1 ACCEPTED SOLUTION

Former Member
0 Kudos

First create a smartform

in global settings-> form interface> in table tab

u need to add that table which one u want to import into smartform from prg.

in prg while calling FM u need to send this table also

4 REPLIES 4

Former Member
0 Kudos

First create a smartform

in global settings-> form interface> in table tab

u need to add that table which one u want to import into smartform from prg.

in prg while calling FM u need to send this table also

0 Kudos

What is the procedure & flow,

both in se38 & in smartform

0 Kudos

Hi,

Create a structure in se11 and then populate that strcuture in the program with the data in itfinal.Then in the form interface of the smartforms give the internal table as well as the structure under the Tables tab.This way you can populate the data in the internal table in the smartform.

K.Kiran.

Former Member
0 Kudos

Hi Esaki,

Good!

First create a smartform by using the transaction code SMARTFORMS. Once it is created it will genrate the FM. In your program call the function module and send your final table.

first in smart form u have to capture the table and use accordingly.

Thanks,

Sunil