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

use transparent database table data in smartform

Former Member
0 Likes
1,313

hi experts

I need to use data from transparent database table in smartform

how to do that

1 ACCEPTED SOLUTION
Read only

robinthakral
Participant
0 Likes
1,157

Declare internal table, table type of transparent table in global data .

Go to Global Data -> Initialization and code there to fetch the data into the respective.

go for #basic #working , #building of SF, just don't jump for questions in very first steps.

Follow at:
https://www.linkedin.com/in/robinthakral/
5 REPLIES 5
Read only

matt
Active Contributor
0 Likes
1,157

Have you tried searching of basic tutorials for programming smartforms?

Read only

RaymondGiuseppi
Active Contributor
1,157

There are many solutions, first perform some search for a Smartforms beginner's guide and then post a question when you get an actual problem?

Read only

robinthakral
Participant
0 Likes
1,158

Declare internal table, table type of transparent table in global data .

Go to Global Data -> Initialization and code there to fetch the data into the respective.

go for #basic #working , #building of SF, just don't jump for questions in very first steps.

Follow at:
https://www.linkedin.com/in/robinthakral/
Read only

0 Likes
1,157

Thank you very much for responding that helps me

but how to declare internal table

Read only

Sandra_Rossi
Active Contributor
1,157

It's bad practice to define the logic inside Smart Forms. Prefer to externalize it, and pass only the required data to the Smart Form.