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

Smartform

Former Member
0 Likes
441

Hello experts ,

I am very new to smartforms and while creating it,I am facing with following queries:

1. Can we use transparent tables in smartforms,

or do we need to use only structures in it.

2.If yes,how do we make and populate structures in SE11.

Please reply.

Thanks in advance,

Suchi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

Hi,

You just need to refer to a DDIC element while declaring data under a SMARTFORM and hence you can very well use Transparent Tabe or structure or even a Table type.

If you only want to create a Strucutre for SMARTFROM then better create a Table type...Stick to the basics that SMARTFROM is nothing but a Function Module

3 REPLIES 3
Read only

Former Member
0 Likes
425

Hi,

You just need to refer to a DDIC element while declaring data under a SMARTFORM and hence you can very well use Transparent Tabe or structure or even a Table type.

If you only want to create a Strucutre for SMARTFROM then better create a Table type...Stick to the basics that SMARTFROM is nothing but a Function Module

Read only

0 Likes
424

Can you please give an example.

I am very confused.

Read only

0 Likes
424

Hi

U should explain what "to use transparent table" means for you.

U need to consider that smartforms has an interface with import/export paramenters (just like fm): u can use dictionary table there in order to define a parameters.

U can insert some abap code into the smartform, here u can read (select) data from dictionary table just like in a normal abap program.

So the problem can be: which data have to be transfered by interface and which data have to be select from database.

Max