Application Development and Automation 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: 
Read only

Smartforms

Former Member
0 Likes
466

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
Read only

Former Member
0 Likes
446

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
Read only

Former Member
0 Likes
447

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

Read only

0 Likes
446

What is the procedure & flow,

both in se38 & in smartform

Read only

0 Likes
446

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.

Read only

Former Member
0 Likes
446

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